Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pagination for channels cli and reorg the query_txs() #827

Merged
merged 9 commits into from
Apr 16, 2021
Prev Previous commit
Next Next commit
Merge branch 'master' into anca/grpc_pag
  • Loading branch information
ancazamfir committed Apr 16, 2021
commit 7f6ba615fd94e8327a1962b050df1a2ad56d0a81
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

> [TODO: high level summary]

### IMPROVEMENTS

- [ibc-relayer]
- Change the default for client creation to allow governance recovery in case of expiration or misbehaviour. ([#785])

### BUG FIXES

- [ibc-relayer]
Expand All @@ -12,9 +17,12 @@
> Nothing yet.


[#785]: https://github.com/informalsystems/ibc-rs/issues/785
[#811]: https://github.com/informalsystems/ibc-rs/issues/811

## v0.2.0 (2021-04-14)

## v0.2.0
*April 14th, 2021*

This release includes initial support for relaying over multiple paths from a single `hermes` instance.
Adds support for relayer restart, where pending packets are cleared.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.