Refactor: Split module.go and ibc_module.go for all app modules #472
Closed
Description
This makes life a lot easier if you want to register the ibc module multiple times in ibc router (for different stacks). So we should just adopt this as a standard.
It also is much cleaner imo then having every important function of a module in the same file.