Skip to content

Commit

Permalink
0.5.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Aug 19, 2021
1 parent 763ed10 commit ffcfb80
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
# Cronos 0.5.1 Release Notes
# Cronos 0.5.2 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.
This is a bugfix release based on [0.5.1](https://github.com/crypto-org-chain/cronos/releases/tag/v0.5.1).

Instructions to upgrade testnet are going to be published later.

### Consensus breaking changes

- (ethermint) [tharsis#399](https://github.com/tharsis/ethermint/pull/399) Exception in sub-message call reverts the call if it's not propagated.
- (ethermint) [tharsis#334](https://github.com/tharsis/ethermint/pull/334) Log index changed to the index in block rather than tx.
- (ethermint) [tharsis#342](https://github.com/tharsis/ethermint/issues/342) Don't clear balance when resetting the account.
- (ethermint) [tharsis#383](https://github.com/tharsis/ethermint/pull/383) `GetCommittedState` use the original context.
- (ethermint) [tharsis#447](https://github.com/tharsis/ethermint/pull/447) update `chain-id` format.

### Features
### Improvements

- (ethermint) [tharsis#425](https://github.com/tharsis/ethermint/pull/425) Support build on linux arm64
- (ethermint) [tharsis#423](https://github.com/tharsis/ethermint/pull/423) Bump to cosmos-sdk 0.43.0
- (ethermint) [tharsis#434](https://github.com/tharsis/ethermint/pull/434) configurable vm tracer

### Bug Fixes

- (ethermint) [tharsis#428](https://github.com/tharsis/ethermint/pull/428) [tharsis#375](https://github.com/tharsis/ethermint/pull/375) Multiple web3 rpc api fixes.
- (ethermint) [tharsis#446](https://github.com/tharsis/ethermint/pull/446) fix chain state export issue

0 comments on commit ffcfb80

Please sign in to comment.