Skip to content

v2.0.17-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@janaakhterov janaakhterov released this 08 Apr 01:42

Added

  • 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.getTransactionHash() in v2 will produce different
      results in the v1 SDK's.
  • Export StatusError, PrecheckStatusError, ReceiptStatusError, and BadKeyError

Fixed

  • A few examples that did not work with CONFIG_FILE environment variable