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
IBC needs to store IBC connection IDs for each IBC client. However, there is no validation about "clients/{identifier}/connections" for now.
IBC VP has to check if a new connection ID is stored for the corresponding client when the connection is created.
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered:
@yito88 what is the status of this - have we done this already?
Sorry, something went wrong.
Aleks has worked on this in https://github.com/anoma/namada/tree/aleks/verify-ibc-connection-list. It hasn't been merged yet. This issue is not fatal because the list is not used. I'd like to merge it after updating ibc-rs (#840).
ibc-rs
Only the IBC relayer would use the list. The current relayer can get it in another way.
Fixed by #1217
yito88
Successfully merging a pull request may close this issue.
IBC needs to store IBC connection IDs for each IBC client.
However, there is no validation about "clients/{identifier}/connections" for now.
IBC VP has to check if a new connection ID is stored for the corresponding client when the connection is created.
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: