Skip to content

v2.14.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@janaakhterov janaakhterov released this 28 Apr 18:33
· 1379 commits to main since this release

Added

  • More status codes to Status

Changed

  • [Wallet|Signer|Provider].sendRequest() -> [Wallet|Signer|Provider].call()
  • [Wallet|Signer].[sign|populate|check]Transaction() are now generic over the parameter
  • Wallet.checkTransaction should not error if the Transaction.transactionId is null

Fixed

  • Bumped @hashgraph/proto version to correctly support account allowances
  • TransactionId.transactionId accessor should not error if there is no transaction ID set and
    instead should return a nullable TransactionId
  • ContractFunctionParameters.addBytes() where the byte length is a factor of 32 and greater than 32
  • [Web|Native]Channel should correctly propagate the error from fetch()