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
Break down the IBCModule interface into 4 components:
typeIBCModuleinterface {
// callbacks requried to open a channel (OnChanOpenInit, OnChanOpenTry, etc)ChannelOpenCallbacks// callbacks required to close a channel (OnChanCloseInit, OnChanCloseConfirm)ChannelCloseCallbacks// callbacks required to upgrade a channelChannelUpgradeCallbacks// callbacks required to complete the full packet flowPacketCallbacks
}
Problem Definition
ADR 8 provides callbacks to IBC actors which may only care about acting on a specific set of the callbacks, by breaking down the interface we don't require a user of these callbacks to fulfill all the function interfaces.
Summary
Break down the IBCModule interface into 4 components:
Problem Definition
ADR 8 provides callbacks to IBC actors which may only care about acting on a specific set of the callbacks, by breaking down the interface we don't require a user of these callbacks to fulfill all the function interfaces.
Proposal
see comment
For Admin Use
The text was updated successfully, but these errors were encountered: