Releases: crypto-org-chain/cronos
v0.6.1
Note: v0.6.x should only be used til height 2693800
October 26, 2021
This version contains multiple bug fixes and increase ethermint version to v0.7.2
v0.6.0-testnet
October 13, 2021
This version removes gravity-bridge from cronos, also includes multiple bug fixes in third-party dependencies.
v0.5.5-testnet
October 4, 2021
This version fixes various bugs regarding ibc fund transfer and EVM-related in ethermint (see CHANGELOG.md).
It also enable swagger doc ui and add the token mapping state in genesis.
v0.5.4-testnet
September 22, 2021
This version is the same as v0.5.3 with a patched version of ethermint which include a bug fix on the transaction receipts events and on concurrent query
v0.5.3-testnet
September 21, 2021
This version contains several new features, it enables gravity bridge in Cronos and automatic token conversion for bridging tokens to crc20 tokens. It also fix the decimal conversion issues in the CRO tokens from crypto.org chain.
In addition to that, it also upgrade ethermint to its latest version (v0.5.0.x) which bring several breaking changes (see changelog)
v0.5.2
Cronos 0.5.2 Release Notes
This is a bugfix release based on 0.5.1.
Instructions to upgrade testnet are going to be published later.
Consensus breaking changes
- (ethermint) tharsis#447 update
chain-id
format.
Improvements
- (ethermint) tharsis#434 configurable vm tracer
Bug Fixes
- (ethermint) tharsis#446 fix chain state export issue
v0.5.1
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
- (ethermint) tharsis#425 Support build on linux arm64
- (ethermint) tharsis#423 Bump to cosmos-sdk 0.43.0
Bug Fixes
- (ethermint) tharsis#428 tharsis#375 Multiple web3 rpc api fixes.