cosmos-sdk/proto
2025-10-17 14:48:18 -04:00
..
amino feat: api updates required for aminojson encoder (#15019) 2023-02-15 20:15:31 -07:00
cosmos feat: enable BLS and bump comet to beta tag (#25471) 2025-10-17 14:48:18 -04:00
tendermint fix: correct typos across codebase (#25335) 2025-09-10 19:36:08 +00:00
buf.gen.gogo.yaml refactor: migrate codec/types to type aliases, remove depinject dep on sdk (#24336) 2025-04-02 23:37:19 +00:00
buf.gen.pulsar.yaml chore: reset version usage and revert comet to not use buf (#24815) 2025-05-30 09:29:33 -04:00
buf.gen.swagger.yaml chore: fix and regenerate swagger yaml #12109 2022-06-01 09:38:29 -04:00
buf.lock refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
buf.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
buf.yaml refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
README.md chore: deprecate v0.46 and v0.50 changelog (#18119) 2023-11-09 18:19:49 +00: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
v0.50.x v0.50.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 .