Skip to content

v2.8.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@janaakhterov janaakhterov released this 01 Feb 03:15

Added

  • CREATE2 Solidity addresses can now be represented by a ContractId with evmAddress set.
  • ContractId.fromEvmAddress()
  • ContractFunctionResult.stateChanges
  • ContractFunctionResult.evmAddress
  • ContractStateChange
  • StorageChange
  • New response codes.
  • ChunkedTransaction.[set|get]ChunkSize(), and changed default chunk size for FileAppendTransaction to 2048.
  • AccountAllowance[Adjust|Approve]Transaction
  • AccountInfo.[hbar|token|tokenNft]Allowances
  • [Hbar|Token|TokenNft]Allowance
  • [Hbar|Token|TokenNft]Allowance
  • TransferTransaction.set[Hbar|Token|TokenNft]TransferApproval()

Fixed

  • TransactionId.setRegenerateTransactionId()
  • Transaction.execute(client, timeout)

Deprecated

  • ContractId.fromSolidityAddress(), use ContractId.fromEvmAddress() instead.