Skip to content

v0.7.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 10:44
· 666 commits to main since this release
ba751ea

Note: v0.7.x should only be used after the upgrade height 2693800

v0.7.0-rc3 is a consensus breaking upgrade based on v0.7.0-rc2, testnet should use upgrade plan v0.7.0-rc3-hotfix-testnet to upgrade from rc2 to rc3.

dependency upgrades:

  • ibc-go: v2.0.2 -> v2.2.0
  • ethermint: v0.10.0-alpha1-cronos-6 -> v0.10.0-alpha1-cronos-8
  • cosmos-sdk: 4161d2b6022a -> 7f949c0aa1d6

new app configs:

  • evm.max-tx-gas-wanted=500000, control maximum tx gas limit passed to the mempool.
  • json-rpc.http-timeout="30s"/json-rpc.http-idle-timeout="120s", control the timeout values of the json-rpc server.

Changelog

  • cronos#328 display detail panic information in query result when --trace enabled.
  • cronos#370 Update ethermint to fix a websocket bug, add websockets integration tests.
  • cronos#378 Backport recent ethermint bug fixes: a) fix tx inclusion issue by report correct gasWanted of eth tx, b) Add buffer to eth_gasPrice response to fix client UX, c) Quick fix for eth_feeHistory when reward is nil, d) add returnValue message on tracing.
  • cronos#404 Backport recent ethermint bug fixes: a) add configurable MaxTxGasWanted, b) fix multiple json-rpc issues, c) add configurable timeouts to json-rpc server.