We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
upgraded_path
I'm testing the client upgrade with Namada. The upgraded_path was removed and the verification panicked.
When the upgrade_path has only one, the first upgrade path was removed by upgrade_path.pop() and the next check for upgrade_path[0] panicked.
upgrade_path
upgrade_path.pop()
upgrade_path[0]
ibc-rs/ibc-clients/ics07-tendermint/src/client_state/common.rs
Lines 190 to 198 in b820866
0.53.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Summary
I'm testing the client upgrade with Namada.
The
upgraded_path
was removed and the verification panicked.Details
When the
upgrade_path
has only one, the first upgrade path was removed byupgrade_path.pop()
and the next check forupgrade_path[0]
panicked.ibc-rs/ibc-clients/ics07-tendermint/src/client_state/common.rs
Lines 190 to 198 in b820866
Version
0.53.0
The text was updated successfully, but these errors were encountered: