Skip to content

Releases: crypto-org-chain/cronos

v0.6.1

26 Oct 03:22
6b3de0a
Compare
Choose a tag to compare

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

13 Oct 12:30
9426981
Compare
Choose a tag to compare

October 13, 2021

This version removes gravity-bridge from cronos, also includes multiple bug fixes in third-party dependencies.

v0.5.5-testnet

04 Oct 11:15
6becc3e
Compare
Choose a tag to compare

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

22 Sep 13:05
614e232
Compare
Choose a tag to compare

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

21 Sep 02:03
aef7038
Compare
Choose a tag to compare

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

19 Aug 07:58
ffcfb80
Compare
Choose a tag to compare

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

Improvements

Bug Fixes

v0.5.1

17 Aug 03:44
a9bf723
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

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