You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OnAck and OnTimeout should use source port/channel. It might be possible to add dashes to split up the capability name (but I'm not sure what capability name restrictions are)
These helper functions should be called when creating the new capability
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
IBC mock module uses capabilities to test redundant packet relays. The capability claiming doesn't account for multiple channels
Problem Definition
When trying to send packets across multiple channels connected to the mock module, the app callbacks will panic
Proposal
Create a helper function with creates the capability name. For example:
OnAck and OnTimeout should use source port/channel. It might be possible to add dashes to split up the capability name (but I'm not sure what capability name restrictions are)
These helper functions should be called when creating the new capability
For Admin Use
The text was updated successfully, but these errors were encountered: