Skip to content

v0.24.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mehcode mehcode released this 08 Sep 17:23
· 45 commits to main since this release
f9b542d

Added

  • Handle node health via backoff instead of a fixed unhealthy duration.
  • Add exchangeRate to TransactionReceipt
  • Add fromBytes to TokenAssociation
  • Expose token/nft transfers in public API

Fixed

  • Add Sendable where it should exist

Changed

  • Remove .none variant from RequestType, use RequestType? instead
  • Change type of topicRunningHash to Data
  • Change TokenInfo to a struct
  • Change TokenNftInfo to a struct

Internal

  • Add unit test TransactionRecordQuery
  • Add unit test TransactionRecord
  • Add unit test TransactionReceipt
  • Add unit test TransactionReceiptQuery
  • Add unit test HbarAllowance
  • Add unit test TokenNftAllowance
  • Add unit test TokenCreateTransaction
  • Add unit test TokenBurnTransaction
  • Add unit test TokenAssociateTransaction
  • Add unit test NftId
  • Add unit test ScheduleSignTransaction
  • Add unit test ScheduleInfoQuery
  • Add unit test ScheduleId
  • Add unit test ScheduleDeleteTransaction
  • Add unit test ScheduleCreateTransaction
  • Add unit test FileUpdateTransaction
  • Add unit test FileInfoQuery
  • Add unit test FileInfo
  • Add unit test ContractInfo