* feat!: initial deposit requirement for proposals * changelog * fix genesis sim tests * msg server test and err check * fix e2e gov tests * fix param tests * fix sim and migration tests * remove redundant check * uncomment tests and revert the consensus version change * migrations comment * fix comment in simulation genesis * restore zero ratio check * remove gogoproto tag from new param * upgrading.md Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> |
||
---|---|---|
.. | ||
cosmos | ||
tendermint | ||
README.md | ||
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.