cosmos-sdk/proto
mergify[bot] 73aa872155
chore: x/gov Audit changes (backport #16822) (#16844)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-07-05 17:31:08 +02:00
..
amino feat: api updates required for aminojson encoder (#15019) 2023-02-15 20:15:31 -07:00
cosmos chore: x/gov Audit changes (backport #16822) (#16844) 2023-07-05 17:31:08 +02:00
tendermint feat!: Comet v0.38 Integration (#15519) 2023-05-24 16:09:19 +00:00
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 chore: fix and regenerate swagger yaml #12109 2022-06-01 09:38:29 -04:00
buf.lock build: optimize proto-builder (#16343) 2023-05-31 07:33:26 +00:00
buf.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
buf.yaml refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
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 .