v2.2.0-rc2
Pre-release
Pre-release
·
241 commits
to main
since this release
Highlights
- Fixes a bug when querying the unbonding period for ICS consumer chains. This bug made it problematic for the relayer to create clients tracking consumer chains. (#1044)
- Separates
recv_packet
event handling fromwrite_acknowledgement
event handling, making async ack flows possible, such as for multi-hop atomic transfers strangelove-ventures/packet-forward-middleware#36 (#1038) - Fixes a bug where timeouts are batched on an ordered channel, making it impossible to close an ordered channel when multiple sequences are timed out simultaneously. (#1045)
- Improves chain registry fetches to avoid rate limits (#1013)
Changelog
- cf62404 fix consumer chain unbonding period query (#1044)
- a3f1f3c Fix ordered channel timeouts by not batching (#1045)
- e41b4c7 recv_packet/write_acknowledgement separation (#1038)
- 1289cdf fix query recv packet (#1035)
- 6108b92 Add docs for auto update client (#1025)
- 9bc2f99 Avoid hitting GH rate limit and clean up logs (#1013)