diff --git a/CHANGELOG.md b/CHANGELOG.md index 19209af65e..a328a5cfb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Allow marker's transfer authority to prevent transfer of restricted coin with deny list on send [#1518](https://github.com/provenance-io/provenance/issues/1518). * New `GetByAddr` metadata query [#1443](https://github.com/provenance-io/provenance/issues/1443). * Add Trigger module queries to stargate whitelist for smart contracts [#1636](https://github.com/provenance-io/provenance/issues/1636) -* Added the saffron upgrade handlers. [#1648](https://github.com/provenance-io/provenance/pull/1648). +* Added the saffron upgrade handlers [PR 1648](https://github.com/provenance-io/provenance/pull/1648). ### Improvements @@ -51,7 +51,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Updated metadata queries to optionally include the request and id info [#1443](https://github.com/provenance-io/provenance/issues/1443). The request is now omitted by default, but will be included if `include_request` is `true`. The id info is still included by default, but will be excluded if `exclude_id_info` is `true`. -* Removed the quicksilver upgrade handlers. [#1648](https://github.com/provenance-io/provenance/pull/1648). +* Removed the quicksilver upgrade handlers [PR 1648](https://github.com/provenance-io/provenance/pull/1648). +* Bump cometbft to v0.34.29 (from v0.34.28) [PR 1649](https://github.com/provenance-io/provenance/pull/1649). ### Bug Fixes diff --git a/go.mod b/go.mod index 25f355ed07..b8fde2fbee 100644 --- a/go.mod +++ b/go.mod @@ -178,7 +178,7 @@ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alp replace github.com/cosmos/cosmos-sdk => github.com/provenance-io/cosmos-sdk v0.46.13-pio-1 // Use cometbft as requied by the SDK at v0.46.13 -replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.28 +replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.29 // Replace broken goleveldb as required by the SDK at v0.46.13 replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 diff --git a/go.sum b/go.sum index 189c7817bb..c3116b8040 100644 --- a/go.sum +++ b/go.sum @@ -345,8 +345,8 @@ github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE 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=