Releases: hiero-ledger/hiero-sdk-js
Releases · hiero-ledger/hiero-sdk-js
v2.7.0-beta.1
Added
AccountId.aliasKey
, includingAccountId.[to|from]String()
support.[PublicKey|PrivateKey].toAccountId()
.aliasKey
fields inTransactionRecord
andAccountInfo
.nonce
field inTransactionId
, includingTransactionId.[set|get]Nonce()
children
fields inTransactionRecord
andTransactionReceipt
duplicates
field inTransactionReceipt
[TransactionReceiptQuery|TransactionRecordQuery].[set|get]IncludeChildren()
TransactionReceiptQuery.[set|get]IncludeDuplicates()
- New response codes.
- Support for ECDSA SecP256K1 keys.
PrivateKey.generate[ED25519|ECDSA]()
[Private|Public]Key.from[Bytes|String][DER|ED25519|ECDSA]()
[Private|Public]Key.to[Bytes|String][Raw|DER]()
Deprecated
PrivateKey.generate()
, usePrivateKey.generate[ED25519|ECDSA]()
instead.
Fixed
- Requests should retry on
INTERNAL
consistently
v2.6.0
Added
- Support for multiple IPs per node
- New smart contract response codes
Fixed
TransferTransaction
should deterministically order transfers before submitting transaction
v2.6.0-beta.1
Added
- New smart contract response codes
v2.5.0
Fixed
WebClient
should be able to construct an emptyMirrorNetwork
- Bad imports while using Common JS
Deprecated
ContractUpdateTransaction.[set|get]ByteCodeFileId()
ContractCallQuery.[set|get]MaxResultSize()
v2.5.0-beta.2
Fixed
- Bad imports while using Common JS
v2.4.1
Fixed
- Bad imports while using Common JS
v2.5.0-beta.1
Deprecated
ContractUpdateTransaction.[set|get]ByteCodeFileId()
ContractCallQuery.[set|get]MaxResultSize()
v2.4.0
Added
- TLS support
Client.[get|set]TransportSecurity()
- Enable/Disable TLS*Id.toSolidityAddress()
- Support for
number
in allContractFunctionParam.add[Uint|Int]*()
methods
Fixed
*Id.fromSolidityAddress()
v2.3.0
Added
FreezeType
FreezeTransaction.[get|set]FreezeType()
FreezeTransaction.[get|set]FileId()
FreezeTransaction.[get|set]FileHash()
-
- Support for HIP-24 (token pausing)
TokenInfo.pauseKey
TokenInfo.pauseStatus
TokenCreateTransaction.pauseKey
TokenUpdateTransaction.pauseKey
TokenPauseTransaction
TokenUnpauseTransaction
Deprecated
FreezeTransaction.[get|set]UpdateFileId()
, use.[get|set]FileId()
instead.
v2.2.0-beta.1
Added
- Support for HIP-24 (token pausing)
TokenInfo.pauseKey
TokenInfo.pauseStatus
TokenCreateTransaction.pauseKey
TokenUpdateTransaction.pauseKey
TokenPauseTransaction
TokenUnpauseTransaction