cosmos-sdk/api/cosmos
Matt Kocubinski 8c281ee731
feat(x/bank): app wiring migration (#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
2022-06-01 16:21:42 -05:00
..
app feat(x/auth): app wiring setup (#12019) 2022-05-27 16:54:49 -04:00
auth feat(x/auth): app wiring setup (#12019) 2022-05-27 16:54:49 -04:00
authz/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
bank feat(x/bank): app wiring migration (#12032) 2022-06-01 16:21:42 -05:00
base fix: call SetOrderExportGenesis from SimApp (#12048) 2022-05-25 21:34:51 +00:00
capability/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
crisis/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
crypto chore: Audit crypto folder (#11932) 2022-05-15 13:02:53 +00:00
distribution/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
evidence/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
feegrant/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
genutil/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
gov chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
group/v1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
mint/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
msg/v1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
nft/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
orm chore: update cosmossdk.io/api mod (#11951) 2022-05-12 15:54:43 +02:00
params feat: start app wiring with runtime and x/params modules (#11924) 2022-05-24 21:09:24 -04:00
slashing/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
staking/v1beta1 chore: update cosmossdk.io/api mod (#11951) 2022-05-12 15:54:43 +02:00
tx feat(x/bank): app wiring migration (#12032) 2022-06-01 16:21:42 -05:00
upgrade/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
vesting/v1beta1 chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00