github hiero-ledger/hiero-sdk-js v2.0.19

latest releases: v2.84.0-beta.1, v2.83.0, v2.83.0-beta.3...
5 years ago

v2.0.19

Added

  • Scheduled transaction support: ScheduleCreateTransaction, ScheduleDeleteTransaction, and ScheduleSignTransaction
  • React Native support
  • Support for raw proto.Transaction bytes in Transaction.fromBytes()
    • This means v1 SDK's Transaction.toBytes() will now be supported in v2 Transaction.fromBytes()
      However, Transaction.toBytes() and Transaction.getTransactionHas() in v2 will produce different
      results in the v1 SDK's.

Fixed

  • addSignature() Behavior Differs Between Implementations [NCC-E001154-005]
  • Decreased CHUNK_SIZE 4096->1024 and increased default max chunks 10->20
  • Export StatusError, PrecheckStatusError, ReceiptStatusError, and BadKeyError
  • KeyList.toString()
  • AccountBalance.toString()

Deprecated

  • new TransactionId(AccountId, Instant) - Use TransactionId.withValidStart() instead.

Don't miss a new hiero-sdk-js release

NewReleases is sending notifications on new releases.