Hedera-sdk-py

Latest version: v2.50.0

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 19

2.8.0beta.1

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.

2.7.0

Added

* Support for regenerating transaction IDs on demand if a request
responsed with `TRANSACITON_EXPIRED`

2.7.0beta.1

Added

* Support for regenerating transaction IDs on demand if a request
responsed with `TRANSACITON_EXPIRED`

2.6.0

Added

* `LedgerId`
* `Client.[set|get]LedgerId()`
* `TransferTransaction.addTokenTransferWithDecimals()`, `TransferTransaction.getTokenIdDecimals()`.
* `ledgerId` fields in `AccountInfo`, `ContractInfo`, `FileInfo`, `ScheduleInfo`, `TokenInfo`, `TokenNftInfo`, and `TopicInfo`
* `UNEXPECTED_TOKEN_DECIMALS` response code.
* `PublicKey.verifyTransaction()` should use the correct protobuf field per key type
* `AccountId.aliasKey`, including `AccountId.[to|from]String()` support.
* `[PublicKey|PrivateKey].toAccountId()`.
* `aliasKey` fields in `TransactionRecord` and `AccountInfo`.
* `nonce` field in `TransactionId`, including `TransactionId.[set|get]Nonce()`
* `children` fields in `TransactionRecord` and `TransactionReceipt`
* `duplicates` field in `TransactionReceipt`
* `[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]()`
* `DelegateContractId` to easily distingish between having a `ContractId` and `DelegateContractId` for a key

Deprecated

* `NetworkName`, `Client.[set|get]NetworkName()`, user `LedgerId` and `Client.[set|get]LedgerId()` instead.
* `PrivateKey.generate()`, use `PrivateKey.generate[ED25519|ECDSA]()` instead.

2.6.0beta.3

Added

* `LedgerId`
* `Client.[set|get]LedgerId()`
* `TransferTransaction.addTokenTransferWithDecimals()`, `TransferTransaction.getTokenIdDecimals()`.
* `ledgerId` fields in `AccountInfo`, `ContractInfo`, `FileInfo`, `ScheduleInfo`, `TokenInfo`, `TokenNftInfo`, and `TopicInfo`
* `UNEXPECTED_TOKEN_DECIMALS` response code.

Deprecated

* `NetworkName`, `Client.[set|get]NetworkName()`, user `LedgerId` and `Client.[set|get]LedgerId()` instead.

2.6.0beta.2

Fixed

* `PublicKey.verifyTransaction()` should use the correct protobuf field per key type

Page 13 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.