This repository was archived by the owner on Apr 10, 2026. It is now read-only.
v2.1.0
Highlights
- Prometheus metrics regarding observed/relayed packets, wallet balances, and more!
- Ability to relay multiple paths in a single process:
rly start path1 path2 path3. - Event based relaying is now default! Previously you needed to specify this with the
-p eventsflag. - Fix for EVMOS relaying #940
- Fixes for multiple concurrent ICA handshakes and packet flows.
- Config file locking for concurrent path linkage.
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
interchaindirectory 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
- Fix nil pointer for begin/end block events by @agouin in #956
- Fix bug with tracking processing channel msgs by @jtieri in #970
- Clarify demo by @boojamya in #974
- Additional Metrics by @joeabbey in #963
- Update IBCdata struct by @JeremyParish69 in #981
- Fix flattening of events by @agouin in #979
- Fix unnecessary retention of irrelevant messages by @agouin in #980
- Config file lock by @agouin in #987
- ignore recv packet with empty ack bytes by @agouin in #985
- Relay multiple paths from the same process by @agouin in #988
- Default to events processor by @agouin in #989
New Contributors
- @JeremyParish69 made their first contribution in #981
Full Changelog: v2.0.0...v2.1.0