cosmos-sdk/proto
mergify[bot] d64fccb503
feat(group): add group event tally result (backport #16191) (#16305)
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-26 13:56:32 +02:00
..
amino feat: Add proto annotations for Amino JSON (#13501) 2022-11-07 22:51:51 +00:00
cosmos feat(group): add group event tally result (backport #16191) (#16305) 2023-05-26 13:56:32 +02:00
tendermint build(deps): bump to tagged version of CometBFT in v0.47 (#15119) 2023-02-23 21:58:16 +01:00
README.md docs: update buf tag (backport #15416) (#15417) 2023-03-16 10:02:41 +01:00
buf.gen.gogo.yaml feat: full api module building alongside gogo proto files with buf schema registry support (#10669) 2022-01-06 14:57:55 -05:00
buf.gen.pulsar.yaml chore: api sub-module vanity URL (#11941) 2022-05-12 10:19:04 +00:00
buf.gen.swagger.yaml chore: fix and regenerate swagger yaml #12109 2022-06-01 09:38:29 -04:00
buf.lock refactor: migrate to CometBFT in v0.47 (#15060) 2023-02-20 16:36:58 +01: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

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 .