Skip to content

v0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 03:44
· 767 commits to main since this release
a9bf723

Cronos 0.5.1 Release Notes

This is the first release of the new scaffolded project where ethermint is imported as a library, it contains several compliance fixes on evm state machine and web3 rpc apis.

Instructions to upgrade testnet are going to be published later.

Consensus breaking changes

  • (ethermint) tharsis#399 Exception in sub-message call reverts the call if it's not propagated.
  • (ethermint) tharsis#334 Log index changed to the index in block rather than tx.
  • (ethermint) tharsis#342 Don't clear balance when resetting the account.
  • (ethermint) tharsis#383 GetCommittedState use the original context.

Features

Improvements

Bug Fixes