cosmos-sdk/proto
Marko b8e15a7930
feat: module circuit breaker (#14521)
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-05-15 14:38:48 +00:00
..
amino
cosmos feat: module circuit breaker (#14521) 2023-05-15 14:38:48 +00:00
tendermint
buf.gen.gogo.yaml build: enable orm proto gen in proto-builder (#15922) 2023-04-24 12:45:17 +00:00
buf.gen.pulsar.yaml build: enable orm proto gen in proto-builder (#15922) 2023-04-24 12:45:17 +00:00
buf.gen.swagger.yaml
buf.lock
buf.md
buf.yaml
README.md docs: update buf tag (#15416) 2023-03-16 09:51:55 +01:00

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.

SDK x Buf

Cosmos SDK Version Buf Commit Version
Prior v0.46.0 Unavailable
v0.46.x 8cb30a2c4de74dc9bd8d260b1e75e176
v0.47.x v0.47.0
Next latest on buf

Generate

To get the Cosmos SDK proto given a commit, run:

buf export buf.build/cosmos/cosmos-sdk:${commit} --output .