v2.1.0-rc1
Pre-release
Pre-release
github-actions
released this
26 Aug 22:50
·
260 commits
to main
since this release
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
- Initial prometheus by @agouin in #882
- Remove dead code connection handshake methods by @agouin in #891
- Remove dead code channel handshake methods by @agouin in #892
- Consolidate MsgTransfer by @agouin in #893
- Remove dead code across codebase & the
interchain
directory by @jtieri in #894 - Remove dead code of old auto update client by @agouin in #895
- Remove FetchCommitResponse dead code by @agouin in #896
- PacketInfo Packet method by @agouin in #898
- Add workflow for testing both events and legacy by @agouin in #897
- Doc for new chain implementation by @agouin in #911
- Consolidate provider by @agouin in #874
- Update to latest ibctest by @mark-rushakoff in #912
- Update to ibc-go/v5 and cosmos-sdk/v0.46.0 by @jtieri in #913
- Clean up scripts folder by @boojamya in #919
- Use self-hosted runner for ibctest integration tests by @agouin in #943
- bugfix - intermittent channel handshake failure by @agouin in #937
- Adding MinGasAmount by @joeabbey in #940
- cosmos - begin and end block event parsing by @agouin in #953
Full Changelog: v2.0.0...v2.1.0-rc1