Skip to content

Commit

Permalink
Mark v1.20.0-rc4 (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon authored Oct 25, 2024
1 parent 1661652 commit 3f2cb12
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changelog/v1.20.0-rc4/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
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`.

Version `v1.20.0-rc4` is state-compatible with `v1.20.0-rc3` and `v1.20.0-rc2` and it is recommended that nodes update at their earliest convenience.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,28 @@ See: [.changelog/unreleased](.changelog/unreleased)

---

## [v1.20.0-rc4](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc4) 2024-10-25

### Improvements

* Hard code the mainnet `consensus.timeout_commit` config value to 3.5s [#2121](https://github.com/provenance-io/provenance/issues/2121).
* 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 the query metadata recordspec command to use the RecordSpecification query when provided a recspec id [#2148](https://github.com/provenance-io/provenance/issues/2148).
* 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).

### Full Commit History

* https://github.com/provenance-io/provenance/compare/v1.20.0-rc3...v1.20.0-rc4
* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc4

---

## [v1.20.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc3) 2024-10-16

### Bug Fixes
Expand Down
27 changes: 27 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [v1.20.0-rc4](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc4) 2024-10-25

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`.

Version `v1.20.0-rc4` is state-compatible with `v1.20.0-rc3` and `v1.20.0-rc2` and it is recommended that nodes update at their earliest convenience.

### Improvements

* Hard code the mainnet `consensus.timeout_commit` config value to 3.5s [#2121](https://github.com/provenance-io/provenance/issues/2121).
* 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 the query metadata recordspec command to use the RecordSpecification query when provided a recspec id [#2148](https://github.com/provenance-io/provenance/issues/2148).
* 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).

### Full Commit History

* https://github.com/provenance-io/provenance/compare/v1.20.0-rc3...v1.20.0-rc4
* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc4

---

## [v1.20.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.20.0-rc3) 2024-10-16

Building or installing `provenanced` from source now requires you to use [Go 1.23](https://golang.org/dl/).
Expand Down

0 comments on commit 3f2cb12

Please sign in to comment.