Skip to content

Commit

Permalink
proto: update proto deps based on IBC-go
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Oct 11, 2023
1 parent f0eace9 commit c21ba5a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $(BUILDDIR)/:
DOCKER := $(shell which docker)
HTTPS_GIT := https://github.com/cosmos/interchain-security.git

containerProtoVer=0.13.0
containerProtoVer=0.14.0
containerProtoImage=ghcr.io/cosmos/proto-builder:$(containerProtoVer)

protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(containerProtoImage)
Expand Down
10 changes: 6 additions & 4 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
version: v1
name: buf.build/cosmos/interchain-security
deps:
- buf.build/cosmos/gogo-proto
- buf.build/cosmos/cosmos-sdk:v0.47.0
- buf.build/cosmos/ibc:fbb44f5ad3194450af479a615fa715d9
- buf.build/googleapis/googleapis
# from: https://github.com/cosmos/ibc-go/blob/6c29d2ebf17002929c986fb45e83c2fecc76e6d3/proto/buf.yaml#L4
- buf.build/cosmos/cosmos-sdk:aa25660f4ff746388669ce36b3778442
- 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:002b2661649d2d85431ebf2e8d2c455193a7f174

breaking:
use:
Expand Down
6 changes: 3 additions & 3 deletions x/ccv/provider/types/provider.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions x/ccv/types/shared_consumer.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c21ba5a

Please sign in to comment.