Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
update protos and proto builder
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Sep 17, 2023
1 parent 37f01e5 commit 07d3988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build:
### Protobuf ###
###############################################################################

protoVer=0.11.6
protoVer=0.14.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

Expand Down
4 changes: 2 additions & 2 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ version: v1
deps:
# TODO: update sdk buf dependency when v0.47.0 is tagged and pushed to BSR
# see: (https://github.com/cosmos/cosmos-sdk/tree/main/proto#sdk-x-buf)
- buf.build/cosmos/cosmos-sdk:eb61146c5ec65d25980cc8a2ca8e1360c9e4a9a5
- buf.build/cosmos/cosmos-sdk:v0.47.0
- buf.build/cosmos/cosmos-proto:1935555c206d4afb9e94615dfd0fad31
- buf.build/cosmos/gogo-proto:a14993478f40695898ed8a86931094b6656e8a5d
- buf.build/googleapis/googleapis:8d7204855ec14631a499bd7393ce1970
- buf.build/cosmos/ics23:b1abd8678aab07165efd453c96796a179eb3131f
- buf.build/cosmos/ibc:4befa470390ffe1d9c37c6987944d342a55da616
- buf.build/cosmos/ibc:89515bca6ec39e905648da42b411751a2c2b9ca0

breaking:
use:
Expand Down

0 comments on commit 07d3988

Please sign in to comment.