Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@deyanzz deyanzz released this 17 May 16:52
· 216 commits to main since this release
v0.8.0
01d859c

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

⚠️ EthereumTransactionData objects are not currently working on Windows. Issue will be fixed in RLPValue library throws when a value is empty.

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

Full Changelog: v0.7.0...v0.8.0