Skip to content

Commit

Permalink
pin buf commit
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 8, 2022
1 parent b744a0b commit 884f456
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,6 @@ proto-check-breaking:

proto-update-deps:
@echo "Updating Protobuf dependencies"
@cd proto && $(DOCKER_BUF) mod update
@cd proto && buf mod update

.PHONY: proto-all proto-gen proto-gen-any proto-swagger-gen proto-format proto-lint proto-check-breaking proto-update-deps
2 changes: 1 addition & 1 deletion proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps:
- remote: buf.build
owner: cosmos
repository: cosmos-sdk
commit: f58e2751864342cca73c2efff4f778a4
commit: bcb3cdcd75cc4766b76b1ca3a998a774
- remote: buf.build
owner: cosmos
repository: gogo-proto
Expand Down
12 changes: 5 additions & 7 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This module represents buf.build/cosmos/cosmos-sdk
version: v1
name: buf.build/cosmos/ibc-go
deps:
- buf.build/cosmos/cosmos-sdk
- buf.build/cosmos/cosmos-proto
- buf.build/cosmos/gogo-proto
- buf.build/googleapis/googleapis
# TODO PIN when 0.47 is tagged
- buf.build/cosmos/cosmos-sdk # SDK v0.47 (https://github.com/cosmos/cosmos-sdk/tree/main/proto#sdk-x-buf)
- buf.build/cosmos/cosmos-proto:1935555c206d4afb9e94615dfd0fad31
- buf.build/cosmos/gogo-proto:34d970b699f84aa382f3c29773a60836
- buf.build/googleapis/googleapis:783e4b5374fa488ab068d08af9658438
breaking:
use:
- FILE
Expand All @@ -20,5 +20,3 @@ lint:
- SERVICE_SUFFIX
- PACKAGE_VERSION_SUFFIX
- RPC_REQUEST_STANDARD_NAME
ignore:
- tendermint

0 comments on commit 884f456

Please sign in to comment.