Releases: hiero-ledger/hiero-sdk-go
Releases · hiero-ledger/hiero-sdk-go
v0.9.4
v0.9.4
Added
- Scheduled transaction support:
ScheduleCreateTransaction
,ScheduleSignTransaction
, andScheduleSignTransaction
Fixed
- Decreased
CHUNK_SIZE
4096->1024 and increased default max chunks 10->20
v2.1.5-beta.5
Fixed
- Non-Constant Time Comparison of HMACs [NCC-E001154-006]
- Decreased
CHUNK_SIZE
4096->1024 and increased default max chunks 10->20 - Renamed
ScheduleInfo.GetTransaction()
->ScheduleInfo.getScheduledTransaction()
v2.1.5-beta.4
Fixed
Transaction.Schedule()
should error when scheduling un-scheduable tranasctions
Removed
nonce
fromTransactionID
ScheduleTransactionBody
- should not be part of the public API
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()