Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 47cfd81

Browse files
authored
Merge branch 'master' into LG/readme-links-to-docs-and-resources
2 parents f6e6101 + 730ae03 commit 47cfd81

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.23.2 (2025-10-22)
2+
This is a minor point release. Upgrading is **strongly recommended**.
3+
4+
To upgrade, pull the latest docker image, or download the binary and
5+
restart the node with the same configuration file as before.
6+
7+
### Changes
8+
- Limit sizes of response bodies coming from peers [`a07cc75`](https://github.com/kadena-io/chainweb-node/commit/a07cc756167340b2ee6362d42da21a5a64b83070)
9+
- Add more logging to the mempool [`f864fa1`](https://github.com/kadena-io/chainweb-node/commit/f864fa1a8af4c3d6a55a5b52f142afd91c2ddf9f)
10+
111
## 2.31.1 (2025-10-09)
212
This is a minor point release. Upgrading is **strongly recommended**.
313

chainweb.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.8
22

33
name: chainweb
4-
version: 2.31.1
4+
version: 2.31.2
55
synopsis: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
66
description: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
77
homepage: https://github.com/kadena-io/chainweb

cwtools/cwtools.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.8
22

33
name: cwtools
4-
version: 2.31.1
4+
version: 2.31.2
55
synopsis: A collection of various tools for Chainweb users and developers.
66
description: A collection of various tools for Chainweb users and developers.
77
homepage: https://github.com/kadena-io/chainweb

node/chainweb-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.8
22

33
name: chainweb-node
4-
version: 2.31.1
4+
version: 2.31.2
55
synopsis: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
66
description: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
77
homepage: https://github.com/kadena-io/chainweb

0 commit comments

Comments
 (0)