Skip to content

Commit e4305a4

Browse files
authored
release: v2.66.0 (#1431)
Signed-off-by: Ivan Ivanov <[email protected]>
1 parent ad653a7 commit e4305a4

File tree

4 files changed

+451
-2
lines changed

4 files changed

+451
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v2.66.0
2+
3+
### Added
4+
- `ToEvmAddress` method in AccountId, ContractId, DelegateContractId, FileId, TokenId, and TopicId [#1391](https://github.com/hiero-ledger/hiero-sdk-go/pull/1391)
5+
These methods remove encoding shards and realm from evm address methods according to this proposal https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/proposals/remove-shard-and-realm-encoding-from-evm-address-generation.md
6+
7+
### Deprecated
8+
- `FromSolidityAddress` in AccountId, ContractId, DelegateContractId, FileId, TokenId, and TopicId [#1391](https://github.com/hiero-ledger/hiero-sdk-go/pull/1391)
9+
- `ToSolidityAddress` in AccountId, ContractId, DelegateContractId, FileId, TokenId, and TopicId [#1391](https://github.com/hiero-ledger/hiero-sdk-go/pull/1391)
10+
- `EthereumFlow`, with the introduction of jumbo transactions, it should always be less cost and more efficient to use `EthereumTransaction` instead [#1428](https://github.com/hiero-ledger/hiero-sdk-go/pull/1428)
11+
112
## v2.65.0
213

314
### Added

0 commit comments

Comments
 (0)