forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(x/bank): app wiring migration (cosmos#12032)
* Initial work on bank module app wiring * Fix import in bank module * integrating bank module into simapp DI * Integrate usages of ModuleAccountAddrs into DI container, remove from SimApp * Remove dependency on authkeeper from bank module * Integrate with keyed resolvers feature of depinject * Refactoring to remove direct dependency from bank -> auth * Clean up app.yaml usage in test * Clean up comments, keys, and testing fns. * Remove commented example in bank module config * Regenerate code from proto files * Fix usage of BlockedModuleAccountsOverride
- Loading branch information
1 parent
a963b54
commit ca7b3a1
Showing
6 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters