Skip to content

v2.1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 22:50
· 256 commits to main since this release
ebcbfda

Highlights

  • Add ability to set a MinGasAmount in config file to workaround AnteHandlers that disallow 0 gas. Setting this to a non-zero value (1) is necessary to relay on Evmos.
  • Resolves a caching issue where the counterparty connection ID will be empty if a MsgConnectionOpenInit message was observed in the history after the initial connection state was cached by the CosmosChainProcessor.
  • Adds begin and end block event parsing. Necessary for ICA.

What's Changed

Full Changelog: v2.0.0...v2.1.0-rc1