cosmos / ibc

Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
Other
923 stars 382 forks source link

Add missing method to ModuleCallbacks interface #993

Closed 0xstepit closed 1 year ago

0xstepit commented 1 year ago

This PR will add a missing method to the ModuleCallbacks interface required by the IBCModule interface.

The missing method is OnChanCloseInit which is required to allow a module to initiale a closing of a channel and is referred to in the same ICS-026. An example of its implementation in the transfer module can be found here.

0xstepit commented 1 year ago

It was a pleasure :)