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)
- cronos#87 upgrade ethermint to v0.4.2-0.20210920104419-1a01c6a992c0
- 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
- (ethermint) tharsis#447 update
chain-id
format.
- (ethermint) tharsis#434 configurable vm tracer
- (ethermint) tharsis#446 fix chain state export issue
August 16, 2021
This version is a new scaffolding of cronos project where ethermint is included as a library.
- (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.
- (ethermint) tharsis#425 Support build on linux arm64
- (ethermint) tharsis#423 Bump to cosmos-sdk 0.43.0
- (ethermint) tharsis#428 tharsis#375 Multiple web3 rpc api fixes.