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

Commit 9c7f817

Browse files
committed
merge master and evm/main
Still has a TODO for supporting minimumBlockHeaderHistory in the new Pact header oracle.
2 parents 93788fe + 730ae03 commit 9c7f817

33 files changed

+1118
-839
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
131
## 2.30 (2025-07-07)
232
This is a major version update. This release replaces all previous versions.
333

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ source-repository-package
119119
source-repository-package
120120
type: git
121121
location: https://github.com/kadena-io/kadena-ethereum-bridge.git
122-
tag: 7e0adf227b5a9c335c3c3840aba36252356c7225
123-
--sha256: 1knhscph2g3saz0pjd1d5a32mr281msapccfrillgd2qk4pj7xjc
122+
tag: 96bff6b35b2a2b6bf63f9d19b536f0c61102be36
123+
--sha256: 0czl48hhlk8fl63jprg719x3ngrinhj6xs5rqm9cfzpcygp4wz4q
124124

125125
source-repository-package
126126
type: git

0 commit comments

Comments
 (0)