Skip to content

Commit c09602f

Browse files
authored
Revert "fix: update buf to v1.7.0 and regenerate proto files (#280)" (#343)
This reverts commit 98c7ba6.
1 parent 64adc6e commit c09602f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+67
-57
lines changed

Diff for: .github/workflows/proto-registry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: bufbuild/buf-setup-action@v1.8.0
16+
- uses: bufbuild/buf-setup-action@v1.4.0
1717
- uses: bufbuild/buf-push-action@v1
1818
with:
1919
input: "proto"

Diff for: .github/workflows/proto.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 5
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: bufbuild/buf-setup-action@v1.8.0
20+
- uses: bufbuild/buf-setup-action@v1.4.0
2121
- uses: bufbuild/buf-lint-action@v1
2222
with:
2323
input: 'proto'
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v3
29-
- uses: bufbuild/buf-setup-action@v1.8.0
29+
- uses: bufbuild/buf-setup-action@v1.4.0
3030
- uses: bufbuild/buf-breaking-action@v1
3131
with:
3232
input: "proto"

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SIMAPP = ./simapp
1212
MOCKS_DIR = $(CURDIR)/tests/mocks
1313
HTTPS_GIT := https://github.com/cosmos/cosmos-sdk.git
1414
DOCKER := $(shell which docker)
15-
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.7.0
15+
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.0.0-rc8
1616
PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git)
1717
DOCS_DOMAIN=docs.cosmos.network
1818

Diff for: client/grpc/tmservice/query.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: client/grpc/tmservice/types.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: client/v2/internal/buf.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ deps:
44
- remote: buf.build
55
owner: cosmos
66
repository: cosmos-proto
7+
branch: main
78
commit: 1935555c206d4afb9e94615dfd0fad31
89
- remote: buf.build
910
owner: cosmos
1011
repository: cosmos-sdk
11-
commit: 44369accb517453db1f2228530da42c0
12+
branch: main
13+
commit: 86d2a697b026488089f13a71ceb3815c
1214
- remote: buf.build
1315
owner: cosmos
1416
repository: gogo-proto
15-
commit: 6652e3443c3b4504bb3bf82e73a7e409
17+
branch: main
18+
commit: bee5511075b7499da6178d9e4aaa628b
1619
- remote: buf.build
1720
owner: googleapis
1821
repository: googleapis
19-
commit: 62f35d8aed1149c291d606d958a7ce32
22+
branch: main
23+
commit: 40f07f5b563941f2b20b991a7aedd53d

Diff for: contrib/devtools/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker build --pull --rm -f "contrib/devtools/Dockerfile" -t cosmossdk-proto:latest "contrib/devtools"
33
# docker run --rm -v $(pwd):/workspace --workdir /workspace cosmossdk-proto sh ./scripts/protocgen.sh
44

5-
FROM bufbuild/buf:1.7.0 as BUILDER
5+
FROM bufbuild/buf:1.1.0 as BUILDER
66

77
FROM golang:1.19-alpine
88

Diff for: crypto/hd/hd.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crypto/keyring/record.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crypto/keys/ed25519/keys.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crypto/keys/multisig/keys.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crypto/keys/secp256k1/keys.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crypto/keys/secp256r1/keys.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crypto/types/multisig.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
github.com/cosmos/cosmos-proto v1.0.0-alpha7
1818
github.com/cosmos/cosmos-sdk/db v1.0.0-beta.1
1919
github.com/cosmos/go-bip39 v1.0.0
20-
github.com/cosmos/gogoproto v1.4.10
2120
github.com/cosmos/iavl v0.19.6
2221
github.com/cosmos/ledger-cosmos-go v0.12.2
2322
github.com/gogo/gateway v1.1.0

Diff for: go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ github.com/cosmos/cosmos-sdk/db v1.0.0-beta.1/go.mod h1:JUMM2MxF9wuwzRWZJjb8BjXs
228228
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d/go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y=
229229
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
230230
github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw=
231-
github.com/cosmos/gogoproto v1.4.10 h1:QH/yT8X+c0F4ZDacDv3z+xE3WU1P1Z3wQoLMBRJoKuI=
232-
github.com/cosmos/gogoproto v1.4.10/go.mod h1:3aAZzeRWpAwr+SS/LLkICX2/kDFyaYVzckBDzygIxek=
233231
github.com/cosmos/gorocksdb v1.2.0 h1:d0l3jJG8M4hBouIZq0mDUHZ+zjOx044J3nGRskwTb4Y=
234232
github.com/cosmos/gorocksdb v1.2.0/go.mod h1:aaKvKItm514hKfNJpUJXnnOWeBnk2GL4+Qw9NHizILw=
235233
github.com/cosmos/iavl v0.19.6 h1:XY78yEeNPrEYyNCKlqr9chrwoeSDJ0bV2VjocTk//OU=

Diff for: proto/buf.lock

+11-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ deps:
44
- remote: buf.build
55
owner: cosmos
66
repository: cosmos-proto
7+
branch: main
78
commit: 1935555c206d4afb9e94615dfd0fad31
9+
digest: b1-TNqW6xj2Pjha5Uoj9a-5uOeRo4mwswKfyqMcN3I_gZ0=
10+
create_time: 2021-12-02T22:04:00.31049Z
811
- remote: buf.build
912
owner: cosmos
1013
repository: gogo-proto
11-
commit: 6652e3443c3b4504bb3bf82e73a7e409
14+
branch: main
15+
commit: bee5511075b7499da6178d9e4aaa628b
16+
digest: b1-rrBIustouD-S80cVoZ_rM0qJsmei9AgbXy9GPQu6vxg=
17+
create_time: 2021-12-02T20:01:17.069307Z
1218
- remote: buf.build
1319
owner: googleapis
1420
repository: googleapis
15-
commit: 8d7204855ec14631a499bd7393ce1970
21+
branch: main
22+
commit: 40f07f5b563941f2b20b991a7aedd53d
23+
digest: b1-Iv8fTR4AKXwNW80Ey6K5tY8cP053y_95sB5fro9IWZo=
24+
create_time: 2021-12-02T15:07:41.896892Z

Diff for: snapshots/types/snapshot.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: store/types/commit_info.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: types/abci.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: types/coin.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: types/kv/kv.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: types/tx/tx.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/auth/types/auth.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/auth/types/genesis.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/auth/types/query.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/auth/vesting/types/tx.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/auth/vesting/types/vesting.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/authz/authz.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/authz/genesis.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/authz/tx.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/bank/types/authz.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/bank/types/bank.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/bank/types/genesis.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/bank/types/query.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/bank/types/tx.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/capability/types/capability.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/capability/types/genesis.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/crisis/types/genesis.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: x/crisis/types/tx.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)