From e18b6e808e3e0438322c715f239671af125c1e2c Mon Sep 17 00:00:00 2001 From: mpoke Date: Thu, 15 Jun 2023 09:10:44 +0200 Subject: [PATCH 1/3] bump comet to v0.34.29 --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index d3a81a8c721..9f1db6a17d3 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,6 @@ require ( cosmossdk.io/api v0.2.6 // indirect cosmossdk.io/core v0.5.1 // indirect cosmossdk.io/depinject v1.0.0-alpha.3 // indirect - cosmossdk.io/errors v1.0.0-beta.7 // indirect filippo.io/edwards25519 v1.0.0-rc.1 // indirect github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect github.com/99designs/keyring v1.2.1 // indirect @@ -321,7 +320,7 @@ replace ( github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 // Comet - github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.28 + github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.29 // latest grpc doesn't work with with our modified proto compiler, so we need to enforce // the following version across all dependencies. diff --git a/go.sum b/go.sum index 7e354033d0b..744666e974d 100644 --- a/go.sum +++ b/go.sum @@ -259,8 +259,8 @@ github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcju github.com/coinbase/kryptology v1.8.0/go.mod h1:RYXOAPdzOGUe3qlSFkMGn58i3xUA8hmxYHksuq+8ciI= github.com/coinbase/rosetta-sdk-go v0.7.9 h1:lqllBjMnazTjIqYrOGv8h8jxjg9+hJazIGZr9ZvoCcA= github.com/coinbase/rosetta-sdk-go v0.7.9/go.mod h1:0/knutI7XGVqXmmH4OQD8OckFrbQ8yMsUZTG7FXCR2M= -github.com/cometbft/cometbft v0.34.28 h1:gwryf55P1SWMUP4nOXpRVI2D0yPoYEzN+IBqmRBOsDc= -github.com/cometbft/cometbft v0.34.28/go.mod h1:L9shMfbkZ8B+7JlwANEr+NZbBcn+hBpwdbeYvA5rLCw= +github.com/cometbft/cometbft v0.34.29 h1:Q4FqMevP9du2pOgryZJHpDV2eA6jg/kMYxBj9ZTY6VQ= +github.com/cometbft/cometbft v0.34.29/go.mod h1:L9shMfbkZ8B+7JlwANEr+NZbBcn+hBpwdbeYvA5rLCw= github.com/cometbft/cometbft-db v0.7.0 h1:uBjbrBx4QzU0zOEnU8KxoDl18dMNgDh+zZRUE0ucsbo= github.com/cometbft/cometbft-db v0.7.0/go.mod h1:yiKJIm2WKrt6x8Cyxtq9YTEcIMPcEe4XPxhgX59Fzf0= github.com/confio/ics23/go v0.9.0 h1:cWs+wdbS2KRPZezoaaj+qBleXgUk5WOQFMP3CQFGTr4= From 8d26deecc9ad5434b953a62f13d2f5e7a26cd753 Mon Sep 17 00:00:00 2001 From: mpoke Date: Thu, 15 Jun 2023 10:05:25 +0200 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0511c0d06..c7bb1c73b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +* (deps) [#2594](https://github.com/cosmos/gaia/pull/2594) Bump [CometBFT](https://github.com/cometbft/cometbft) to [v0.34.29](https://github.com/cometbft/cometbft/releases/tag/v0.34.29). * (docs) [#2560](https://github.com/cosmos/gaia/pull/2560) Updates for v9.1.1 and re-arranging roadmap docs * (deps) [#2554](https://github.com/cosmos/gaia/pull/2554) Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v4.4.2](https://github.com/cosmos/ibc-go/releases/tag/v4.4.2). From 319be29ccba9f1ebf95dbe942e7bffd4ce484939 Mon Sep 17 00:00:00 2001 From: mpoke Date: Wed, 21 Jun 2023 14:07:32 +0200 Subject: [PATCH 3/3] add entry to .changelog --- .changelog/unreleased/dependencies/2594-bump-cometbft.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/dependencies/2594-bump-cometbft.md diff --git a/.changelog/unreleased/dependencies/2594-bump-cometbft.md b/.changelog/unreleased/dependencies/2594-bump-cometbft.md new file mode 100644 index 00000000000..719c62dbc5e --- /dev/null +++ b/.changelog/unreleased/dependencies/2594-bump-cometbft.md @@ -0,0 +1,3 @@ +- Bump [CometBFT](https://github.com/cometbft/cometbft) to + [v0.34.29](https://github.com/cometbft/cometbft/releases/tag/v0.34.29) + ([\#2594](https://github.com/cosmos/gaia/pull/2594)) \ No newline at end of file