From b907672267a441d94cea18c8bb6f60ab8a2c24d1 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 7 Nov 2024 15:55:50 -0700 Subject: [PATCH] Mark v1.20.1 (#2211) * Create a summary. * Update the v1.20.0 summary. * Mark v1.20.1 --- .changelog/v1.20.0/summary.md | 4 +- ...02-github-com-cometbft-cometbft-0-38-13.md | 0 .../2206-bufbuild-buf-setup-action-1-46-0.md | 0 ...09-github-com-cometbft-cometbft-0-38-15.md | 0 .changelog/v1.20.1/summary.md | 6 + CHANGELOG.md | 35 +++++ RELEASE_CHANGELOG.md | 135 ++++-------------- 7 files changed, 73 insertions(+), 107 deletions(-) rename .changelog/{unreleased => v1.20.1}/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md (100%) rename .changelog/{unreleased => v1.20.1}/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md (100%) rename .changelog/{unreleased => v1.20.1}/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md (100%) create mode 100644 .changelog/v1.20.1/summary.md diff --git a/.changelog/v1.20.0/summary.md b/.changelog/v1.20.0/summary.md index ccee0052e..104f4d5ca 100644 --- a/.changelog/v1.20.0/summary.md +++ b/.changelog/v1.20.0/summary.md @@ -1,4 +1,6 @@ -Provenance Blockchain version `v1.20.0` contains several improvements and bug fixes. Validators will switch to it with the `viridian` upgrade (not yet scheduled). +Provenance Blockchain version `v1.20.0` contains several improvements and bug fixes. + +This version is superseded by `v1.20.1` due to a vulnerability found in the cometbft library. Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/). Linting now requires `golangci-lint` v1.60.2. You can update yours using `make golangci-lint-update` or install it using `make golangci-lint`. diff --git a/.changelog/unreleased/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md b/.changelog/v1.20.1/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md similarity index 100% rename from .changelog/unreleased/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md rename to .changelog/v1.20.1/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md diff --git a/.changelog/unreleased/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md b/.changelog/v1.20.1/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md similarity index 100% rename from .changelog/unreleased/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md rename to .changelog/v1.20.1/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md diff --git a/.changelog/unreleased/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md b/.changelog/v1.20.1/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md similarity index 100% rename from .changelog/unreleased/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md rename to .changelog/v1.20.1/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md diff --git a/.changelog/v1.20.1/summary.md b/.changelog/v1.20.1/summary.md new file mode 100644 index 000000000..f7e6fa99e --- /dev/null +++ b/.changelog/v1.20.1/summary.md @@ -0,0 +1,6 @@ +Provenance Blockchain version `v1.20.1` contains several improvements and bug fixes. Validators will switch to it with the `viridian` upgrade, which is tentatively scheduled for 2024-11-14 5:15 PM Eastern time. + +This version fixes a [security vulnerability](https://github.com/cometbft/cometbft/security/advisories/GHSA-p7mv-53f2-4cwj) in the cometbft library. + +Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/). +Linting now requires `golangci-lint` v1.60.2. You can update yours using `make golangci-lint-update` or install it using `make golangci-lint`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fa03bce..09c96e5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,41 @@ See: [.changelog/unreleased](.changelog/unreleased) --- +## [v1.20.1](https://github.com/provenance-io/provenance/releases/tag/v1.20.1) 2024-11-07 + +### Dependencies + +* `bufbuild/buf-setup-action` bumped to 1.46.0 (from 1.45.0) [PR 2206](https://github.com/provenance-io/provenance/pull/2206). +* `github.com/btcsuite/btcd/btcec/v2` removed at v2.3.4 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/cespare/xxhash` removed at v1.1.0 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/cometbft/cometbft-db` bumped to v0.14.1 (from v0.11.0) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/cometbft/cometbft` bumped to v0.38.15 (from v0.38.12) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `github.com/decred/dcrd/dcrec/secp256k1/v4` bumped to v4.3.0 (from v4.2.0) [PR 2209](https://github.com/provenance-io/provenance/pull/2209). +* `github.com/dgraph-io/badger/v2` removed at v2.2007.4 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/dgraph-io/badger/v4` added at v4.2.0 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/dgryski/go-farm` removed at v0.0.0-20200201041132-a6ae2369ad13 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/google/btree` bumped to v1.1.3 (from v1.1.2) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/google/flatbuffers` added at v1.12.1 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/lib/pq` bumped to v1.10.9 (from v1.10.7) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/minio/highwayhash` bumped to v1.0.3 (from v1.0.2) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/petermattis/goid` bumped to v0.0.0-20240813172612-4fcff4a6cae7 (from v0.0.0-20231207134359-e60b3f734c67) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/prometheus/client_golang` bumped to v1.20.5 (from v1.20.1) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `github.com/prometheus/common` bumped to v0.60.1 (from v0.55.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `github.com/sasha-s/go-deadlock` bumped to v0.3.5 (from v0.3.1) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `golang.org/x/crypto` bumped to v0.28.0 (from v0.26.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `golang.org/x/net` bumped to v0.30.0 (from v0.28.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `golang.org/x/oauth2` bumped to v0.23.0 (from v0.22.0) [PR 2209](https://github.com/provenance-io/provenance/pull/2209). +* `golang.org/x/sys` bumped to v0.26.0 (from v0.24.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `golang.org/x/term` bumped to v0.25.0 (from v0.23.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `go.etcd.io/bbolt` bumped to v1.4.0-alpha.0.0.20240404170359-43604f3112c5 (from v1.3.10) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.20.0...v1.20.1 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.1 + +--- + ## [v1.20.0](https://github.com/provenance-io/provenance/releases/tag/v1.20.0) 2024-10-25 ### Features diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index c713c32e5..f50c1c682 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,116 +1,39 @@ -## [v1.20.0](https://github.com/provenance-io/provenance/releases/tag/v1.20.0) 2024-10-25 +## [v1.20.1](https://github.com/provenance-io/provenance/releases/tag/v1.20.1) 2024-11-07 -Provenance Blockchain version `v1.20.0` contains several improvements and bug fixes. Validators will switch to it with the `viridian` upgrade (not yet scheduled). +Provenance Blockchain version `v1.20.1` contains several improvements and bug fixes. Validators will switch to it with the `viridian` upgrade, which is tentatively scheduled for 2024-11-14 5:15 PM Eastern time. + +This version fixes a [security vulnerability](https://github.com/cometbft/cometbft/security/advisories/GHSA-p7mv-53f2-4cwj) in the cometbft library. Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/). Linting now requires `golangci-lint` v1.60.2. You can update yours using `make golangci-lint-update` or install it using `make golangci-lint`. -### Features - -* Create the `viridian` upgrade [#2137](https://github.com/provenance-io/provenance/issues/2137). - -### Improvements - -* Only set a NAV record when explicitly provided [#2030](https://github.com/provenance-io/provenance/issues/2030). -* Create the `build-debug` make target for building a provenanced binary that allows debugging [#2062](https://github.com/provenance-io/provenance/issues/2062). -* Switch to `unclog` for unreleased changelog entries [PR 2112](https://github.com/provenance-io/provenance/pull/2112). -* Hard code the mainnet `consensus.timeout_commit` config value to 3.5s [#2121](https://github.com/provenance-io/provenance/issues/2121). -* Address missing documentation on marker nav command [#2128](https://github.com/provenance-io/provenance/issues/2128). -* Address missing documentation on metadata/scope nav command [#2134](https://github.com/provenance-io/provenance/issues/2134). -* Clean up some unused stuff from our makefiles [PR 2136](https://github.com/provenance-io/provenance/pull/2136). -* Use the bank module to keep track of the value owner of scopes [#2137](https://github.com/provenance-io/provenance/issues/2137). -* Create the `add-change.sh` script to make it easier to add changelog entries [PR 2166](https://github.com/provenance-io/provenance/pull/2166). -* Delete the `umber` upgrade and the stuff it needed that nothing else needed [PR 2176](https://github.com/provenance-io/provenance/pull/2176). -* Update the prep-release script to combine dependency changelog entries [PR 2181](https://github.com/provenance-io/provenance/pull/2181). -* Update the proto file links in the spec docs to point to `v1.20.0` (instead of `v1.19.0`) [PR 2192](https://github.com/provenance-io/provenance/pull/2192). -* Suppress the events emitted during the metadata migration that changes how scope value owners are recorded [PR 2195](https://github.com/provenance-io/provenance/pull/2195). - -### Bug Fixes - -* Fix proto markdown generation and regenerate proto-docs.md [#376](https://github.com/provenance-io/provenance/issues/376). -* Allow marker funds to be used via feegrant again [#2110](https://github.com/provenance-io/provenance/issues/2110). -* Make our proto generation stuff work again [#2135](https://github.com/provenance-io/provenance/issues/2135). -* Remove the telemetry counters from the metadata module since it wasn't actually doing anything [#2144](https://github.com/provenance-io/provenance/issues/2144). -* Fix the query metadata recordspec command to use the RecordSpecification query when provided a recspec id [#2148](https://github.com/provenance-io/provenance/issues/2148). -* Fix telemetry to include data from cometbft that got unknowningly removed with v1.19 [PR 2177](https://github.com/provenance-io/provenance/pull/2177). -* Rename the RELEASE_NOTES.md file to RELEASE_CHANGELOG.md [PR 2182](https://github.com/provenance-io/provenance/pull/2182). -* Fix the heighliner build [PR 2184](https://github.com/provenance-io/provenance/pull/2184). -* Remove the params store key and transient store key from the app [PR 2189](https://github.com/provenance-io/provenance/pull/2189). - This fixes a problem in `v1.20.0-rc2` that prevented nodes from restarting if stopped after the upgrade. -* Register the params types with the codecs so old gov props can be read [PR 2198](https://github.com/provenance-io/provenance/pull/2198). -* Add the query flags to the query wasm build-addr command [PR 2199](https://github.com/provenance-io/provenance/pull/2199). - -### Client Breaking - -* remove old provwasm bindings [PR 2119](https://github.com/provenance-io/provenance/pull/2119). -* In proofs.proto, the `HashOp` enum value 3 has changed to `KECCAK256` (from `KECCAK`) [PR 2153](https://github.com/provenance-io/provenance/pull/2153). -* Fixes the metadata nav cli command example to use the correct module name [#2058](https://github.com/provenance-io/provenance/issues/2058). - During this fix it was discovered that the volume parameter was not present but was required for proper price ratios. The volume - parameter has been added to the NAV entry and when not present a default value of 1 (which should be the most common case for a scope) is - used instead. - -### Api Breaking - -* The `Ownership` query in the `x/metadata` module now only returns scopes that have the provided address in the `owners` list [#2137](https://github.com/provenance-io/provenance/issues/2137). - Previously, if an address was the value owner of a scope, but not in the `owners` list, the scope would be returned - by the `Ownership` query when given that address. That is no longer the case. - The `ValueOwnership` query can be to identify scopes with a specific value owner (like before). - If a scope has a value owner that is also in its `owners` list, it will still be returned by both queries. -* The `WriteScope` endpoint now uses the `scope.value_owner_address` differently [#2137](https://github.com/provenance-io/provenance/issues/2137). - If it is empty, it indicates that there is no change to the value owner of the scope and the releated lookups and validation - are skipped. If it isn't empty, the current value owner will be looked up and the coin for the scope will be transferred to - the provided address (assuming signer validation passed). -* An authz grant on `MsgWriteScope` no longer also applies to the `UpdateValueOwners` or `MigrateValueOwner` endpoints [#2137](https://github.com/provenance-io/provenance/issues/2137). -* The params module has been removed [PR 2176](https://github.com/provenance-io/provenance/pull/2176). - All params module endpoints have been removed. All modules now manage their params on their own. - ### Dependencies -* `bufbuild/buf-setup-action` bumped to 1.45.0 (from 1.34.0) ([PR 2122](https://github.com/provenance-io/provenance/pull/2122), [PR 2131](https://github.com/provenance-io/provenance/pull/2131), [PR 2133](https://github.com/provenance-io/provenance/pull/2133), [PR 2138](https://github.com/provenance-io/provenance/pull/2138), [PR 2151](https://github.com/provenance-io/provenance/pull/2151), [PR 2155](https://github.com/provenance-io/provenance/pull/2155), [PR 2164](https://github.com/provenance-io/provenance/pull/2164), [PR 2168](https://github.com/provenance-io/provenance/pull/2168), [PR 2174](https://github.com/provenance-io/provenance/pull/2174)). -* `cloud.google.com/go/compute/metadata` bumped to v0.5.0 (from v0.3.0) [PR 2157](https://github.com/provenance-io/provenance/pull/2157). -* `cosmossdk.io/api` bumped to v0.7.6 (from v0.7.5) [PR 2162](https://github.com/provenance-io/provenance/pull/2162). -* `cosmossdk.io/client/v2` bumped to v2.0.0-beta.5 (from v2.0.0-beta.2) ([PR 2100](https://github.com/provenance-io/provenance/pull/2100), [PR 2153](https://github.com/provenance-io/provenance/pull/2153)). -* `cosmossdk.io/core` bumped to v0.11.2 (from v0.11.0) ([PR 2107](https://github.com/provenance-io/provenance/pull/2107), [PR 2130](https://github.com/provenance-io/provenance/pull/2130)). -* `cosmossdk.io/depinject` bumped to v1.0.0 (from v1.0.0-alpha.4) [PR 2107](https://github.com/provenance-io/provenance/pull/2107). -* `cosmossdk.io/log` bumped to v1.4.1 (from v1.3.1) ([PR 2116](https://github.com/provenance-io/provenance/pull/2116), [PR 2129](https://github.com/provenance-io/provenance/pull/2129)). -* `cosmossdk.io/store` bumped to v1.1.1 (from v1.1.0) [PR 2175](https://github.com/provenance-io/provenance/pull/2175). -* `cosmossdk.io/x/tx` bumped to v0.13.5 (from v0.13.3) ([PR 2113](https://github.com/provenance-io/provenance/pull/2113), [PR 2154](https://github.com/provenance-io/provenance/pull/2154)). -* `github.com/CosmWasm/wasmvm/v2` bumped to v2.1.3 (from v2.1.0) ([PR 2126](https://github.com/provenance-io/provenance/pull/2126), [PR 2161](https://github.com/provenance-io/provenance/pull/2161)). -* `github.com/btcsuite/btcd/btcec/v2` bumped to v2.3.4 (from v2.3.2) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/cockroachdb/errors` bumped to v1.11.3 (from v1.11.1) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/cockroachdb/fifo` added at v0.0.0-20240606204812-0bbfbd93a7ce [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/cockroachdb/pebble` bumped to v1.1.1 (from v1.1.0) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/cometbft/cometbft-db` bumped to v0.11.0 (from v0.9.1) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/cometbft/cometbft` bumped to v0.38.12 (from v0.38.10) ([PR 2120](https://github.com/provenance-io/provenance/pull/2120), [PR 2142](https://github.com/provenance-io/provenance/pull/2142)). -* `github.com/cosmos/cosmos-sdk` bumped to v0.50.10-pio-1 of `github.com/provenance-io/cosmos-sdk` (from v0.50.7-pio-1 of `github.com/provenance-io/cosmos-sdk`) [PR 2175](https://github.com/provenance-io/provenance/pull/2175). -* `github.com/cosmos/gogoproto` bumped to v1.7.0 (from v1.5.0) [PR 2125](https://github.com/provenance-io/provenance/pull/2125). -* `github.com/cosmos/ics23/go` bumped to v0.11.0 (from v0.10.0) [PR 2153](https://github.com/provenance-io/provenance/pull/2153). -* `github.com/golang/glog` bumped to v1.2.2 (from v1.2.1) [PR 2157](https://github.com/provenance-io/provenance/pull/2157). -* `github.com/gorilla/websocket` bumped to v1.5.3 (from v1.5.1) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/klauspost/compress` bumped to v1.17.9 (from v1.17.7) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/munnerz/goautoneg` added at v0.0.0-20191010083416-a7dc8b61c822 [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/prometheus/client_golang` bumped to v1.20.1 (from v1.19.1) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/prometheus/common` bumped to v0.55.0 (from v0.52.2) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/prometheus/procfs` bumped to v0.15.1 (from v0.13.0) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/rs/cors` bumped to v1.11.1 (from v1.11.0) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `github.com/spf13/cast` bumped to v1.7.0 (from v1.6.0) [PR 2114](https://github.com/provenance-io/provenance/pull/2114). -* `golangci-lint` bumped to v1.60.2 (from v1.54.2) [PR 2132](https://github.com/provenance-io/provenance/pull/2132). -* `golang.org/x/crypto` bumped to v0.26.0 (from v0.23.0) ([PR 2107](https://github.com/provenance-io/provenance/pull/2107), [PR 2142](https://github.com/provenance-io/provenance/pull/2142)). -* `golang.org/x/net` bumped to v0.28.0 (from v0.25.0) ([PR 2107](https://github.com/provenance-io/provenance/pull/2107), [PR 2142](https://github.com/provenance-io/provenance/pull/2142)). -* `golang.org/x/oauth2` bumped to v0.22.0 (from v0.20.0) ([PR 2142](https://github.com/provenance-io/provenance/pull/2142), [PR 2157](https://github.com/provenance-io/provenance/pull/2157)). -* `golang.org/x/sync` bumped to v0.8.0 (from v0.7.0) [PR 2115](https://github.com/provenance-io/provenance/pull/2115). -* `golang.org/x/sys` bumped to v0.24.0 (from v0.20.0) ([PR 2107](https://github.com/provenance-io/provenance/pull/2107), [PR 2142](https://github.com/provenance-io/provenance/pull/2142), [PR 2157](https://github.com/provenance-io/provenance/pull/2157)). -* `golang.org/x/term` bumped to v0.23.0 (from v0.20.0) ([PR 2107](https://github.com/provenance-io/provenance/pull/2107), [PR 2142](https://github.com/provenance-io/provenance/pull/2142)). -* `golang.org/x/text` bumped to v0.19.0 (from v0.16.0) ([PR 2115](https://github.com/provenance-io/provenance/pull/2115), [PR 2143](https://github.com/provenance-io/provenance/pull/2143), [PR 2170](https://github.com/provenance-io/provenance/pull/2170)). -* `google.golang.org/genproto/googleapis/api` bumped to v0.0.0-20240814211410-ddb44dafa142 (from v0.0.0-20240528184218-531527333157) ([PR 2150](https://github.com/provenance-io/provenance/pull/2150), [PR 2157](https://github.com/provenance-io/provenance/pull/2157)). -* `google.golang.org/genproto/googleapis/rpc` bumped to v0.0.0-20240814211410-ddb44dafa142 (from v0.0.0-20240528184218-531527333157) ([PR 2107](https://github.com/provenance-io/provenance/pull/2107), [PR 2157](https://github.com/provenance-io/provenance/pull/2157)). -* `google.golang.org/grpc` bumped to v1.67.1 (from v1.65.0) ([PR 2150](https://github.com/provenance-io/provenance/pull/2150), [PR 2157](https://github.com/provenance-io/provenance/pull/2157), [PR 2165](https://github.com/provenance-io/provenance/pull/2165)). -* `google.golang.org/protobuf` bumped to v1.35.1 (from v1.34.2) [PR 2173](https://github.com/provenance-io/provenance/pull/2173). -* `go.etcd.io/bbolt` bumped to v1.3.10 (from v1.3.8) [PR 2142](https://github.com/provenance-io/provenance/pull/2142). -* `go` bumped to 1.23 (from 1.21) [PR 2132](https://github.com/provenance-io/provenance/pull/2132). -* `peter-evans/create-pull-request` bumped to 7.0.5 (from 6.1.0) ([PR 2141](https://github.com/provenance-io/provenance/pull/2141), [PR 2152](https://github.com/provenance-io/provenance/pull/2152), [PR 2156](https://github.com/provenance-io/provenance/pull/2156)). +* `bufbuild/buf-setup-action` bumped to 1.46.0 (from 1.45.0) [PR 2206](https://github.com/provenance-io/provenance/pull/2206). +* `github.com/btcsuite/btcd/btcec/v2` removed at v2.3.4 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/cespare/xxhash` removed at v1.1.0 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/cometbft/cometbft-db` bumped to v0.14.1 (from v0.11.0) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/cometbft/cometbft` bumped to v0.38.15 (from v0.38.12) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `github.com/decred/dcrd/dcrec/secp256k1/v4` bumped to v4.3.0 (from v4.2.0) [PR 2209](https://github.com/provenance-io/provenance/pull/2209). +* `github.com/dgraph-io/badger/v2` removed at v2.2007.4 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/dgraph-io/badger/v4` added at v4.2.0 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/dgryski/go-farm` removed at v0.0.0-20200201041132-a6ae2369ad13 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/google/btree` bumped to v1.1.3 (from v1.1.2) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/google/flatbuffers` added at v1.12.1 [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/lib/pq` bumped to v1.10.9 (from v1.10.7) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/minio/highwayhash` bumped to v1.0.3 (from v1.0.2) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/petermattis/goid` bumped to v0.0.0-20240813172612-4fcff4a6cae7 (from v0.0.0-20231207134359-e60b3f734c67) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `github.com/prometheus/client_golang` bumped to v1.20.5 (from v1.20.1) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `github.com/prometheus/common` bumped to v0.60.1 (from v0.55.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `github.com/sasha-s/go-deadlock` bumped to v0.3.5 (from v0.3.1) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). +* `golang.org/x/crypto` bumped to v0.28.0 (from v0.26.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `golang.org/x/net` bumped to v0.30.0 (from v0.28.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `golang.org/x/oauth2` bumped to v0.23.0 (from v0.22.0) [PR 2209](https://github.com/provenance-io/provenance/pull/2209). +* `golang.org/x/sys` bumped to v0.26.0 (from v0.24.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `golang.org/x/term` bumped to v0.25.0 (from v0.23.0) ([PR 2202](https://github.com/provenance-io/provenance/pull/2202), [PR 2209](https://github.com/provenance-io/provenance/pull/2209)). +* `go.etcd.io/bbolt` bumped to v1.4.0-alpha.0.0.20240404170359-43604f3112c5 (from v1.3.10) [PR 2202](https://github.com/provenance-io/provenance/pull/2202). ### Full Commit History -* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0 - +* https://github.com/provenance-io/provenance/compare/v1.20.0...v1.20.1 +* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.1