chore: clean up buf generation for v54 (#24739)

This commit is contained in:
Alex | Interchain Labs
2025-05-13 18:26:13 +00:00
committed by GitHub
parent 7a9dc452a0
commit 2098dc46b2
7 changed files with 421 additions and 417 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ sidebar_position: 1
It is known that Cosmos SDK uses protocol buffers extensively, this document is meant to provide a guide on how it is used in the cosmos-sdk.
To generate the proto file, the Cosmos SDK uses a docker image, this image is provided to all to use as well. The latest version is `ghcr.io/cosmos/proto-builder:0.12.x`
To generate the proto file, the Cosmos SDK uses a docker image, this image is provided to all to use as well. The latest version is `ghcr.io/cosmos/proto-builder:0.17.0`
Below is the example of the Cosmos SDK's commands for generating, linting, and formatting protobuf files that can be reused in any applications makefile.