v0.15.0
Pre-release
Pre-release
What's New
➡️ Query messages sent on a topic
➡️ Get contract nonce information
➡️ System transactions (delete, undelete, freeze)
➡️ Get information about the network's version
Examples
➡️ AccountAliasExample.cc
➡️ AccountCreateWithHtsExample.cc
➡️ AccountCreationWaysExample.cc
➡️ AutoCreateAccountTransferTransactionExample.cc
What's Changed
- Add HIP-729 Contract Nonces to ContractFunctionResult (PR) by @deyanzz in #453
- Implement
TopicMessageQuery
by @rwalworth in #450 - Update curl dependecy by @isavov in #482
- Update copyright date to end on 2023 (PR) by @deyanzz in #471
- Integration test for
ContractNonceInfo
(PR) by @deyanzz in #472 - Implement
FreezeTransaction
by @rwalworth in #474 - More integration tests for
TopicMessageSubmitTransaction
(PR) by @deyanzz in #489 - Implement
SystemDeleteTransaction
by @rwalworth in #477 - Implement
SystemUndeleteTransaction
by @rwalworth in #478 - Example for
ContractNonceInfo
(PR) by @deyanzz in #491 - Add
AccountAliasExample
by @rwalworth in #487 - Implement
NetworkVersionInfoQuery
by @rwalworth in #483 - Add
AccountCreateWithHtsExample
by @rwalworth in #490 - Implement
AccountStakersQuery
by @rwalworth in #485 - Add
AccountCreationWaysExample
by @rwalworth in #493 - Add
AutoCreateAccountTransferTransactionExample
by @rwalworth in #495
Full Changelog: v0.14.0...v0.15.0