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
Module callback interface in https://github.com/cosmos/ics/tree/master/spec/ics-026-routing-module is not implemented. Either
Port
AppModule
The text was updated successfully, but these errors were encountered:
Module callback interface in https://github.com/cosmos/ics/tree/master/spec/ics-026-routing-module is not implemented
Shouldn't we implement the whole x/routing module as well?
x/routing
Either Each Port struct should expose callback registry functions, or Port construction function should take list of functions, which will be exposed by AppModule of each modules
Either
I think 2. is cleaner
2.
Sorry, something went wrong.
Replaced by #5333
No branches or pull requests
Module callback interface in https://github.com/cosmos/ics/tree/master/spec/ics-026-routing-module is not implemented. Either
Port
struct should expose callback registry functions, orPort
construction function should take list of functions, which will be exposed byAppModule
of each modulesThe text was updated successfully, but these errors were encountered: