Skip to content

Commit

Permalink
fix: buf cosmos-sdk version (#1408)
Browse files Browse the repository at this point in the history
* fix: buf cosmos-sdk version

* bump buf version

* bump buf version

* reenable proto-lint

* fix buf version

Co-authored-by: toteki <63419657+toteki@users.noreply.github.com>
  • Loading branch information
robert-zaremba and toteki authored Oct 7, 2022
1 parent 54a5fdc commit 6f160e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ test-sim-benchmark-invariants
## Protobuf ##
###############################################################################

DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.7.0
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.8.0

containerProtoVer=v0.7
containerProtoImage=tendermintdev/sdk-proto-gen:$(containerProtoVer)
Expand Down Expand Up @@ -221,7 +221,7 @@ proto-format:

proto-lint:
@echo "Linting Protobuf files"
# @$(DOCKER_BUF) lint --error-format=json
@$(DOCKER_BUF) lint --error-format=json

proto-check-breaking:
@echo "Checking for breaking changes"
Expand Down
16 changes: 2 additions & 14 deletions proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,16 @@ deps:
- remote: buf.build
owner: cosmos
repository: cosmos-proto
branch: main
commit: 1935555c206d4afb9e94615dfd0fad31
digest: b1-TNqW6xj2Pjha5Uoj9a-5uOeRo4mwswKfyqMcN3I_gZ0=
create_time: 2021-12-02T22:04:00.31049Z
- remote: buf.build
owner: cosmos
repository: cosmos-sdk
branch: main
commit: af8d763f189a4482b59f9f283b446293
digest: b1-_yAm1-e1B5X3nv4-_DX5VR8YY0C_A42zokN3WshF9IE=
create_time: 2022-01-05T19:59:53.846919Z
commit: 8cb30a2c4de74dc9bd8d260b1e75e176
- remote: buf.build
owner: cosmos
repository: gogo-proto
branch: main
commit: bee5511075b7499da6178d9e4aaa628b
digest: b1-rrBIustouD-S80cVoZ_rM0qJsmei9AgbXy9GPQu6vxg=
create_time: 2021-12-02T20:01:17.069307Z
- remote: buf.build
owner: googleapis
repository: googleapis
branch: main
commit: c21d9ee7a8c74d6a8cce1338a2839547
digest: b1-Rdf7A_4QeTLvu6BdzORkijdmHsAyJd2MHEEZWBEUFIM=
create_time: 2022-01-15T15:04:23.382499Z
commit: 8d7204855ec14631a499bd7393ce1970

0 comments on commit 6f160e9

Please sign in to comment.