Releases: hashgraph/hedera-sdk-java
Releases · hashgraph/hedera-sdk-java
v2.15.0
Added
EthereumFlow
EthereumTransactionData
EthereumTransactionDataLegacy
EthereumTransactionDataEip1559
v2.15.0-beta.1
Added
ScheduleCreateTransaction.[waitForExpiry|expirationTime]
ContractCreateTransaction.[get|set]AutoRenewAccountId()
ContractUpdateTransaction.[get|set|clear]AutoRenewAccountId()
ContractCreateFlow.[get|set]AutoRenewAccountId()
v2.14.0
Deprecated
TransactionResponse.scheduledTransactionId
with no replacement.
Added
AccountId.aliasEvmAddress
ContractCreateTransaction.[get|set]MaxAutomaticTokenAssociations()
ContractCreateTransaction.[get|set]Bytecode()
ContractUpdateTransaction.[get|set]MaxAutomaticTokenAssociations()
ContractCreateFlow.[get|set]MaxAutomaticTokenAssociations()
AccountInfo.ethereumNonce
ContractCallResult.senderAccountId
ContractCallQuery.[get|set]SenderAccountId()
TransactionRecord.ethereumHash
EthereumTransaction
CustomRoyaltyFee.getFallbackFee()
TransactionResponse.get[Receipt|Record]Query()
v2.14.0-beta.1
Added
ContractCreateTransaction.[get|set]MaxAutomaticTokenAssociations()
ContractCreateTransaction.[get|set]AutoRenewAccountId()
ContractCreateTransaction.[get|set]Bytecode()
ContractUpdateTransaction.[get|set]MaxAutomaticTokenAssociations()
ContractUpdateTransaction.[get|set|clear]AutoRenewAccountId()
ContractCreateFlow.[get|set]MaxAutomaticTokenAssociations()
ContractCreateFlow.[get|set]AutoRenewAccountId()
AccountInfo.ethereumNonce
ContractCallResult.senderAccountId
ContractCallQuery.[get|set]SenderAccountId()
TransactionRecord.ethereumHash
EthereumTransaction
AccountId.aliasEvmAddress
v2.12.0
Added
AccountAllowanceDeleteTransaction
ContractFunctionResult.[gas|hbarAmount|contractFunctionParametersBytes]
AccountAllowanceExample
- License Headers
Deprecated
AccountAllowanceAdjustTransaction
with no replacement.TransactionRecord.[hbar|token|tokenNft]AllowanceAdjustments
.AccountInfo.[hbar|token|tokenNft]Allowances
.
v2.12.0-rc.1
Added
AccountAllowanceDeleteTransaction
ContractFunctionResult.[gas|hbarAmount|contractFunctionParametersBytes]
AccountAllowanceExample
Deprecated
AccountAllowanceAdjustTransaction.revokeTokenNftAllowance()
with no replacement.
v2.12.0-beta.1
Added
AccountAllowanceDeleteTransaction
ContractFunctionResult.[gas|hbarAmount|contractFunctionParametersBytes]
AccountAllowanceExample
Deprecated
AccountAllowanceAdjustTransaction.revokeTokenNftAllowance()
with no replacement.
v2.11.0
Added
AccountInfoFlow
Client.[set|get]NodeMinReadmitPeriod()
- Support for using any node from the entire network upon execution
if node account IDs have no been locked for the request. - Support for
ContractFunctionParameters
integers with different bit widths.
Fixed
Transaction.fromBytes()
now verifies that transaction bodies in transaction list match.
v2.11.0-beta.1
Added
AccountInfoFlow
Client.[set|get]NodeMinReadmitPeriod()
- Support for using any node from the entire network upon execution
if node account IDs have no been locked for the request. - Support for
ContractFunctionParameters
integers with different bit widths.
Fixed
Transaction.fromBytes()
now verifies that transaction bodies in transaction list match.
v2.10.1
Added
AccountAllowanceApproveTransaction.approve[Hbar|Token|TokenNft]Allowance()
AccountAllowanceApproveTransaction.get[Hbar|Token|TokenNft]Approvals()
AccountAllowanceAdjustTransaction.[grant|revoke][Hbar|Token|TokenNft]Allowance()
AccountAllowanceAdjustTransaction.[grant|revoke]TokenNftAllowanceAllSerials()
TransactionRecord.[hbar|token|tokenNft]AllowanceAdjustments
TransferTransaction.addApproved[Hbar|Token|Nft]Transfer()
Deprecated
AccountAllowanceApproveTransaction.get[Hbar|Token|TokenNft]Allowances()
, useget*Approvals()
instead.AccountAllowanceApproveTransaction.add[Hbar|Token|TokenNft]Allowance[WithOwner]()
, useapprove*Allowance()
instead.AccountAllowanceAdjustTransaction.add[Hbar|Token|TokenNft]Allowance[WithOwner]()
, use[grant|revoke]*Allowance()
instead.TransferTransaction.set[Hbar|Token|Nft]TransferApproval()
, useaddApproved*Transfer()
instead.