You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,33 @@
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
+
11
+
## 2.31.1 (2025-10-09)
12
+
This is a minor point release. Upgrading is **strongly recommended**.
13
+
14
+
To upgrade, pull the latest docker image, or download the binary and
15
+
restart the node with the same configuration file as before.
16
+
17
+
### Changes
18
+
- Properly update service date in mainnet and testnet. [`0abf6e3`](https://github.com/kadena-io/chainweb-node/commit/0abf6e3df6f8c02ff084a4f07cf6f8f09e5d64e4)
19
+
20
+
## 2.31 (2025-10-06)
21
+
This is a major version update. This release replaces all previous versions.
22
+
23
+
Any prior version will stop working on **2025-10-15T00:00:00Z**. Node administrators must
24
+
upgrade to this version before that date. The 2.31 feature upgrade will
25
+
occur at block height 6269344 which is estimated to be mined at **2025-10-16T00-00-00Z**.
26
+
27
+
### Changes
28
+
- Upgrade to Pact 5.4 [`937b13a`](https://github.com/kadena-io/chainweb-node/commit/937b13ae8b9624df03b8f850baab3bbfaf35a598)
29
+
- SPV Proof roots now expire after 20,000 blocks. [`138578c`](https://github.com/kadena-io/chainweb-node/commit/138578cf9a40b0593ee15fb2adc74500991eafd6)
30
+
1
31
## 2.30 (2025-07-07)
2
32
This is a major version update. This release replaces all previous versions.
displayException (InvalidHeaderOracleBounds l u) ="Header Oracle `create` called with a (lower, upper) pair, where `lower` is not an ancestor of `upper`: "++show (l, u)
85
+
86
+
--| Create a new 'HeaderOracle' with the given lower and upper bounds.
87
+
--
88
+
-- Throws an 'InvalidHeaderOracleBounds' exception if the lower bound is not an ancestor of the upper bound.
0 commit comments