Skip to content

Commit f11cf53

Browse files
authored
fix: incorrect versions of imported protos in Makefile (cosmos#12701)
1 parent 24be8ea commit f11cf53

File tree

5 files changed

+120
-111
lines changed

5 files changed

+120
-111
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
3737

3838
## [Unreleased]
3939

40+
41+
* (protos) [#12701](https://github.com/cosmos/cosmos-sdk/pull/12701) Fix tendermint and ics23 versions used in Makefile. Run "make proto-gen".
42+
4043
### Features
4144

4245
* (upgrade) [#12603](https://github.com/cosmos/cosmos-sdk/pull/12603) feat: Move AppModule.BeginBlock and AppModule.EndBlock to extension interfaces

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,10 @@ proto-check-breaking:
434434
@$(DOCKER_BUF) breaking --against $(HTTPS_GIT)#branch=main
435435

436436

437-
TM_URL = https://raw.githubusercontent.com/tendermint/tendermint/v0.34.19/proto/tendermint
437+
TM_URL = https://raw.githubusercontent.com/tendermint/tendermint/v0.34.20/proto/tendermint
438438
GOGO_PROTO_URL = https://raw.githubusercontent.com/regen-network/protobuf/cosmos
439439
COSMOS_PROTO_URL = https://raw.githubusercontent.com/regen-network/cosmos-proto/master
440-
CONFIO_URL = https://raw.githubusercontent.com/confio/ics23/v0.6.3
440+
CONFIO_URL = https://raw.githubusercontent.com/confio/ics23/v0.7.0
441441

442442
TM_CRYPTO_TYPES = third_party/proto/tendermint/crypto
443443
TM_ABCI_TYPES = third_party/proto/tendermint/abci

x/distribution/types/distribution.pb.go

Lines changed: 59 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x/params/types/proposal/params.pb.go

Lines changed: 23 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)