Releases: hiero-ledger/hiero-sdk-go
Releases · hiero-ledger/hiero-sdk-go
v2.1.5-beta.3
Fixed
Transaction[Receipt|Record]Query
should not error for statusIDENTICAL_SCHEDULE_ALREADY_CREATED
because the other fields on the receipt are present with that status.ErrHederaReceiptStatus
should printexception receipt status ...
instead of
exception precheck status ...
v2.1.5-beta.2
Fixed
- Executiong should retry on status
PLATFORM_TRANSACTION_NOT_CREATED
- 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 codeOK
only if we're not
getting cost of query.Transaction[Receipt|Record]Query
should retry on bothRECEIPT_NOT_FOUND
and
RECORD_NOT_FOUND
status codes when node precheck code isOK
v2.1.5-beta.1
Fixed
- Updated scheduled transactions to use new HAPI porotubfs
Removed
ScheduleCreateTransaction.AddScheduledSignature()
ScheduleCreateTransaction.GetScheduledSignatures()
ScheduleSignTransaction.addScheduledSignature()
ScheduleSignTransaction.GetScheduledSignatures()