Releases: hashgraph/hedera-sdk-java
Releases · hashgraph/hedera-sdk-java
v2.31.0
Added
- possibility to optionally send transaction data without required transaction fields (HIP-745)
v2.30.0
Added
signerNonce
field to ContractFunctionResult
(HIP-844)
v2.29.2
Fixed
- removed
streamsupport
dependency
v2.29.1
Fixed
Transaction.fromBytes()
and Transaction.getSignatures()
throw an exception for transactions signed using an ECDSA key
- spurious
INVALID_TRANSACTION_START
in TransactionId.generate()
- Android compatibility issues
v2.29.0
Added
populateAccountEvmAddress
and populateAccountEvmAddressAsync
to AccountId
Fixed
- duplicate transaction IDs at high TPS (>25K)
- android compatibility issues
Changed
v2.28.0
Added
addBoolArray
function to ContractFunctionParameters
Fixed
java.lang.VerifyError
exception in examples
Changed
- updated addressbooks
- improved timeout handling
v2.27.0
Fixed
- Timeout for TransactionResponse.getReceipt not working well
v2.26.0
Added
contractNonces
to ContractFunctionResult
- Support for ECDSA keys generated by OpenSSL
v2.25.0
Added
- Custom logger used in
Client
and Executable
Removed
- ThreeTen dependency
- Jabel dependency
- future-converter-java8-guava dependency
- sdk-jdk7 artifact
Changed
- Minimum Java version to 17
- Minimum supported Android version to 8
v2.24.1
Fixed
- The
transactionId
nanoseconds are now left padded with 0s for 9 chars