Skip to content

Commit

Permalink
release: 2.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <[email protected]>
Change-Id: I93f77d2562fbf20a24fbc8437856087981f17a5a
  • Loading branch information
thoughtpolice authored and edmundnoble committed Mar 7, 2024
1 parent 9248ef6 commit c7311ec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# `chainweb-node` Changelog

## 2.23 (2023-02-XX)
## 2.23.1 (2023-03-XX)
This version replaces all previous versions. Any prior version will stop working
on **2024-03-06T00:00:00Z**. Node administrators must upgrade to this version
before that date. The 2.23 feature upgrade will occur at block height 4,577,530
which is estimated to be mined at **2024-03-07T00:00:00Z**.

This version will expire on **2024-05-29T00:00:00Z**.

To upgrade, pull the latest docker image or download the binary and restart the node.

Changes:
- The mining loop will more persistently attempt to create new block payloads. (#1851)
- The service date for `chainweb-node` is now only respected on Mainnet and
Testnet. (#1843)

Internal changes:
- The pact `/listen` endpoint should take less memory and CPU time. (#1844)
- Fix some invalid log messages. (#1850, #1852)
- Various tests have been "deflaked", to hopefully make them more reliable. (#1848, #1849)

## 2.23 (2023-03-03)
This version replaces all previous versions. Any prior version will stop working
on **2024-03-06T00:00:00Z**. Node administrators must upgrade to this version
before that date. The 2.23 feature upgrade will occur at block height 4,577,530
Expand Down
2 changes: 1 addition & 1 deletion chainweb.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.8

name: chainweb
version: 2.23
version: 2.23.1
synopsis: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
description: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
homepage: https://github.com/kadena-io/chainweb
Expand Down

0 comments on commit c7311ec

Please sign in to comment.