October 26, 2021
- cronos#190 upgrade ethermint to v0.7.2 with (#661) and (#689)
- cronos#187 multiple denoms can be mapped to same contract
- cronos#157 cronos params name has an unnecessary Key prefix
- cronos#179 fix denom (symbol) in CRC20Module
- cronos#178 version CLI command doesn't output any text
October 13, 2021
This version removes gravity-bridge from cronos, also includes multiple bug fixes in third-party dependencies.
- cronos#171 remove gravity-bridge for mainnet launch
- cronos#144 fix events in autodeploy crc20 module contract
- gravity-bridge#17 processEthereumEvent does not persist hooks emitted event
- gravity-bridge#20 fix undeterministic in consensus
- cronos#167 upgrade cosmos-sdk to 0.44.2
- cronos#162 bump ibc-go to v1.2.1 with hooks support
- cronos#169 bump ethermint to v0.7.1 and go-ethereum to v10.1.3-patched which include (CVE-2021-39137) hotfix
October 4, 2021
This version fixes various bugs regarding ibc fund transfer and EVM-related in ethermint. We also enable swagger doc ui and add the token mapping state in genesis.
- cronos#109 ibc transfer timeout too short
- tharsis#590 fix export contract state in genesis and reimport
- cronos#123 fix ibc refund logic
- tharsis#617 iterator on deeply nested cache contexts is extremely slow
- tharsis#615 tx log attribtue value not parsable by some client
- cronos#110 embed swagger doc ui
- cronos#113 export token mapping state to genesis
- cronos#128 add native message to update token mapping
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.
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.