From f60b81b0d506a360132479595192eee486b3ab13 Mon Sep 17 00:00:00 2001 From: Daniel Akhterov Date: Wed, 7 Apr 2021 23:37:25 -0700 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3698d84fc..ac6b9d60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * Error handling throughout the SDK * A precheck error shoudl be returned when the exceptional status is in the header * A receipt error should be returned when the exceptional status is in the receipt + * `TransactionRecordQuery` should retry on node precheck code `OK` only if we're not + getting cost of query. + * `Transaction[Receipt|Record]Query` should retry on both `RECEIPT_NOT_FOUND` and + `RECORD_NOT_FOUND` status codes when node precheck code is `OK` ## v2.1.5-beta.1