Added
[Private|Public]Key.toAccountId()TokenUpdateTransaction.[get|set]PauseKey()TokenUpdateTransaction.setSupplyKey()- Updated
Statuswith new response codes AccountId.aliasKey, includingAccountId.[to|from]String()support.[PublicKey|PrivateKey].toAccountId().aliasKeyfields inTransactionRecordandAccountInfo.noncefield inTransactionId, includingTransactionId.[set|get]Nonce()childrenfields inTransactionRecordandTransactionReceiptduplicatesfield 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]()
Fixed
- Requests should retry on
INTERNALconsistently - Signing data which contains bytes larger than a value of 127
[Private|Public]Key.fromBytesEcdsa()checking for the wrong bytes length
Deprecated
TokenUpdateTransaction.setsupplyKey()- usesetSupplyKey()insteadPrivateKey.generate(), usePrivateKey.generate[ED25519|ECDSA]()instead.