v0.6.0
Pre-release
Pre-release
What's New
➡️ Create Hedera files.
➡️ Delete a smart contract instance.
➡️ Call a local smart contract function.
Notes
There are several files in the repo that are not included in the build and should not used. These files both header (.h
) and source (.cc
) include:
- AccountStakersQuery
- ContractExecuteTransaction
- ContractInfo
- ContractInfoQuery
- ContractUpdateTransaction
- EthereumTransaction
- FileAppendTransaction
- FileContentsQuery
Added
- Implement
ContractCallQuery
by @rwalworth in #268 - Implement
ContractDeleteTransaction
by @rwalworth in #272 - Hash mismatch when pulling v0.36 C++ Hedera protobufs by @rwalworth in #277
- Implement
FileCreateTransaction
by @rwalworth in #274
Full Changelog: v0.5.0...v0.6.0