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
We often use ibc-rs types to decode/encode requests/responses from Cosmos SDK in the operator and relayer. We should instead only use ibc-proto whenever possible to reduce the number of dependencies.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
Estimate provided
The text was updated successfully, but these errors were encountered:
Summary
We often use
ibc-rs
types to decode/encode requests/responses from Cosmos SDK in the operator and relayer. We should instead only useibc-proto
whenever possible to reduce the number of dependencies.For Admin Use
The text was updated successfully, but these errors were encountered: