Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

66 lines (40 loc) · 2.97 KB

Changelog

UNRELEASED

September 21, 2021

v0.5.3

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)

Consensus breaking changes

  • cronos#87 upgrade ethermint to v0.4.2-0.20210920104419-1a01c6a992c0

Features

  • cronos#11 embed gravity bridge module
  • cronos#35 add support for ibc hook
  • cronos#55 add support for ibc token conversion to crc20
  • cronos#45 allow evm contract to call bank send and gravity send
  • cronos#65 support SendToIbc in evm_log_handlers
  • cronos#59 gravity bridged tokens are converted to crc20 automatically
  • cronos#68 support SendCroToIbc in evm_log_handlers
  • cronos#86 change account prefix

August 19, 2021

v0.5.2

Consensus breaking changes

Improvements

Bug Fixes

August 16, 2021

v0.5.1

This version is a new scaffolding of cronos project where ethermint is included as a library.

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