* 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 |
||
|---|---|---|
| .. | ||
| cosmos | ||
| tendermint | ||
| buf.gen.gogo.yaml | ||
| buf.gen.pulsar.yaml | ||
| buf.gen.swagger.yaml | ||
| buf.lock | ||
| buf.md | ||
| buf.yaml | ||
| README.md | ||
Maintaining Cosmos SDK Proto Files
All of the Cosmos SDK proto files are defined here. This folder should
be synced regularly with buf.build/cosmos/cosmos-sdk regularly by
a maintainer by running buf push in this folder.
User facing documentation should not be placed here but instead goes in
buf.md and in each protobuf package following the guidelines in
https://docs.buf.build/bsr/documentation.