Skip to content

Commit

Permalink
[CORE-538] Update to Cosmos 0.50 protos (#839)
Browse files Browse the repository at this point in the history
They haven't changed the protos, just published a new package.
  • Loading branch information
lcwik authored Dec 6, 2023
1 parent af8b6a4 commit 2c1bc06
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proto-export:

proto-export-deps:
@rm -rf ./.proto-export-deps
@cd proto && buf export --config ./buf.yaml --output ../.proto-export-deps --exclude-imports && buf export buf.build/cosmos/cosmos-sdk:v0.47.0 --output ../.proto-export-deps
@cd proto && buf export --config ./buf.yaml --output ../.proto-export-deps --exclude-imports && buf export buf.build/cosmos/cosmos-sdk:v0.50.0 --output ../.proto-export-deps

PROTO_DIRS=$(shell find .proto-export-deps -path -prune -o -name '*.proto' -print0 | xargs -0 -n1 dirname | sort | uniq)

Expand Down
2 changes: 1 addition & 1 deletion proto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
proto-export-v4-proto-js:
rm -rf ./.proto-export
buf export --config ./buf.yaml --output ./.proto-export --exclude-imports
buf export buf.build/cosmos/cosmos-sdk:v0.47.0 --output ./.proto-export
buf export buf.build/cosmos/cosmos-sdk:v0.50.0 --output ./.proto-export
12 changes: 6 additions & 6 deletions proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ deps:
- remote: buf.build
owner: cosmos
repository: cosmos-sdk
commit: 954f7b05f38440fc8250134b15adec47
digest: shake256:2ab4404fd04a7d1d52df0e2d0f2d477a3d83ffd88d876957bf3fedfd702c8e52833d65b3ce1d89a3c5adf2aab512616b0e4f51d8463f07eda9a8a3317ee3ac54
commit: 5a6ab7bc14314acaa912d5e53aef1c2f
digest: shake256:02c00c73493720055f9b57553a35b5550023a3c1914123b247956288a78fb913aff70e66552777ae14d759467e119079d484af081264a5dd607a94d9fbc8116b
- remote: buf.build
owner: cosmos
repository: gogo-proto
commit: 34d970b699f84aa382f3c29773a60836
digest: shake256:3d3bee5229ba579e7d19ffe6e140986a228b48a8c7fe74348f308537ab95e9135210e81812489d42cd8941d33ff71f11583174ccc5972e86e6112924b6ce9f04
commit: 5e5b9fdd01804356895f8f79a6f1ddc1
digest: shake256:0b85da49e2e5f9ebc4806eae058e2f56096ff3b1c59d1fb7c190413dd15f45dd456f0b69ced9059341c80795d2b6c943de15b120a9e0308b499e43e4b5fc2952
- remote: buf.build
owner: googleapis
repository: googleapis
commit: 75b4300737fb4efca0831636be94e517
digest: shake256:d865f55b8ceb838c90c28b09894ab43d07f42551108c23760004a6a4e28fe24d3a1f7380a3c9278edb329a338a9cc5db8ad9f394de548e70d534e98504972d67
commit: cc916c31859748a68fd229a3c8d7a2e8
digest: shake256:469b049d0eb04203d5272062636c078decefc96fec69739159c25d85349c50c34c7706918a8b216c5c27f76939df48452148cff8c5c3ae77fa6ba5c25c1b8bf8
6 changes: 3 additions & 3 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: v1
name: buf.build/dydxprotocol/v4
deps:
# Use version recommended in https://github.com/cosmos/cosmos-sdk/blob/main/proto/README.md
- buf.build/cosmos/cosmos-sdk:v0.47.0
- buf.build/cosmos/cosmos-sdk:v0.50.0
# Latest release was in Dec 2021, https://buf.build/cosmos/cosmos-proto/commits/main
- buf.build/cosmos/cosmos-proto:1935555c206d4afb9e94615dfd0fad31
# Latest release was in Oct 2022, https://buf.build/cosmos/gogo-proto/commits/main
- buf.build/cosmos/gogo-proto:34d970b699f84aa382f3c29773a60836
- buf.build/googleapis/googleapis:75b4300737fb4efca0831636be94e517
- buf.build/cosmos/gogo-proto:5e5b9fdd01804356895f8f79a6f1ddc1
- buf.build/googleapis/googleapis:cc916c31859748a68fd229a3c8d7a2e8
breaking:
use:
- FILE
Expand Down

0 comments on commit 2c1bc06

Please sign in to comment.