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(ibc-clients/tendermint): disallow empty proof-specs and empty depth range in proof-specs #1104

Prev Previous commit
Next Next commit
chore: add changelog entry
  • Loading branch information
gr4yha7 committed Feb 29, 2024
commit 279e38873e1ad2310900a1d9b8c17d59e70119bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [ibc-client-tendermint-types] Validate the tendermint `ClientState` against empty proof-specs and empty proof-specs depth range.
([\#1100](https://github.com/cosmos/ibc-rs/issues/1100))