* feat: start app wiring with runtime and x/params modules * WIP * WIP * docs * docs, cleanup * fixing tests * rollback unrelated changes * fix * test fixes * simplification, tests * fix tests * docs * go mod tidy * update module path * codegen * address middleware removal * update container alpha 4 * Fix cosmossdk.io/api dependency conflict - go mod tidy Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com> |
||
|---|---|---|
| .. | ||
| cosmos | ||
| tendermint | ||
| buf.gen.gogo.yaml | ||
| buf.gen.pulsar.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.