v0.8.0
Pre-release
Pre-release
What's New
➡️ EVM compatibility - raw Ethereum transactions could be executed as Hedera transactions.
➡️ Operations with Hedera smart contracts - get info, update contract, execute transaction
➡️ Delete a file instance
➡️ More integration tests added
Examples
➡️ CreateSimpleContractExample.cc
➡️ CreateStatefulContractExample.cc
➡️ DeleteFileExample.cc
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
- FileAppendTransaction
- FileContentsQuery
Added
- Add integration tests for Contract service APIs by @rwalworth in #289
- Implement
FileDeleteTransaction
by @rwalworth in #291 - Implement
ContractInfoQuery
by @rwalworth in #293 - Implement
ContractExecuteTransaction
by @rwalworth in #294 - Implement
ContractUpdateTransaction
by @rwalworth in #296 - Implement
EthereumTransaction
by @rwalworth in #299 - Implement
EthereumTransactionData
by @rwalworth in #302 - Implement
FileInfoQuery
by @rwalworth in #305 - Add integration tests for
FileCreateTransaction
by @rwalworth in #307 - Add
TODO
processing in integration tests by @rwalworth in #309
Full Changelog: v0.7.0...v0.8.0