Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@deyanzz deyanzz released this 03 May 19:43
· 273 commits to main since this release
v0.7.0
d43add6

What's New

➡️ Add CONTRIBUTING.md file
➡️ Fix GitHub Actions workflow for PR checks
➡️ Using parameters and selectors when calling a smart contract function
➡️ Creating an EVM address from ECDSAsecp256k1 public key
➡️ More integration tests added

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 ContractFunctionParameters and ContractFunctionSelector by @rwalworth in #278
  • Add CreateSimpleContractExample by @rwalworth in #283
  • Failing steps in the PR checks workflow by @deyanzz in #267
  • Fix failure of test LedgerIdTest.FromBadStrings by @deyanzz in #282
  • Fix failure of test ECDSAsecp256k1PublicKeyTest.UncompressBytes by @deyanzz in #281
  • Step-by-step guide to distribute a new release by @deyanzz in #226
  • Test for create and execute requests to send to a node by @deyanzz in #197

Full Changelog: v0.6.0...v0.7.0