Skip to content

v0.8.0

Pre-release
Pre-release

Choose a tag to compare

@mehcode mehcode released this 20 Dec 19:05
· 851 commits to main since this release
3fe1759

Added

  • Add auto_renew_account_id , alias, and evm_address to AccountCreateTransaction
  • Add evm_address to AccountId
  • Add from_solidity_address and to_solidity_address to AccountId`
  • Add from_evm_address to AccountId
  • Add auto_renew_account_id to AccountUpdateTransaction
  • Add auto_renew_period and auto_renew_account_id to FileCreateTransaction
  • Add from_solidity_address and to_solidity_address to FileId
  • Add auto_renew_period and auto_renew_account_id to FileUpdateTransaction
  • Add to_evm_address to PublicKey
  • Add from_solidity_address and to_solidity_address to ScheduleId
  • Add from_solidity_address and to_solidity_address to TokenId
  • Add from_solidity_address and to_solidity_address to TopicId
  • Add evm_address to TransactionRecord
  • Add KeyList
  • Add keys field to FileInfo
  • Add NodeAddressBook (returned from NodeAddressBookQuery instead of Vec<NodeAddress>)
  • Add proxy_account_id, send_record_threshold, and receive_record_threshold (deprecated) to AccountInfo
  • Add for_name, ping, ping_with_timeout, ping_all, and ping_all_with_timeout to Client
  • Add checksums and automatic checksum validation to all entity ID types