22
33This document outlines major changes between releases.
44
5+ ## 0.5.0 "Neutralization" (22 Oct 2025)
6+
7+ This version introduces the support for two Ethereum major upgrades: Cancun and
8+ Prague. Since this repository starts from and still is an Execution Layer (EL),
9+ this upgrade is only a part of Dencun and Pectra. As a result, the proposal of
10+ EIP-4844 (Shard Blob Transactions) are not fully implemented. Currently, blob
11+ data is only very short-lived in the network, and doesn't have any API to get
12+ properly accessed.
13+
14+ Follow the instructions below to upgrade your node from v0.4.2 to v0.5.0:
15+
16+ 1 . Download new binary and new genesis configuration file from the release page.
17+ 2 . Gracefully stop the node.
18+ 3 . Replace the old binary with the new binary.
19+ 4 . Don't remove DB. Reinitialize DB using new binary and new configuration file for the
20+ corresponding network with the following command:
21+ ```
22+ ./geth init --state.scheme hash --datadir ./node-datadir ./config/genesis.json
23+ ```
24+ 5 . Start the node.
25+
26+ Behaviour changes:
27+ * ` Cancun ` fork is enabled at timestamp ` 1761600000 ` on TestNet (#522 )
28+ * ` Prague ` fork is enabled at timestamp ` 1761600000 ` on TestNet (#522 )
29+
30+ Improvements:
31+ * base Geth source code is updated to v1.14.13 (#487 )
32+ * base Geth source code is updated to v1.15.11 (#499 )
33+ * reschedule ` NeoXAMEV ` and ` NeoXEthSig ` forks for PrivNet setups (#510 )
34+ * update hardware requirement documentation (#514 )
35+ * remove proxy checks from system contracts and upgrade hardhat (#519 )
36+
537## 0.4.2 "Mutualization" (2 Sep 2025)
638
739A couple of ZK-based DKG rounds passed on TestNet, hence it may be safely
@@ -27,9 +59,9 @@ your node from v0.4.1 to v0.4.2:
27595 . Start the node.
2860
2961Behaviour changes:
30- * NeoXDKG, NeoXAMEV and NeoXEthSig forks of MainNet are rescheduled to 3623040,
62+ * ` NeoXDKG ` , ` NeoXAMEV ` and ` NeoXEthSig ` forks of MainNet are rescheduled to 3623040,
3163 3689280 and 3689280 blocks correspondingly (#512 )
32- * reschedule NeoXDKG fork for PrivNet setups (#502 )
64+ * reschedule ` NeoXDKG ` fork for PrivNet setups (#502 )
3365
3466Improvements:
3567 * check DKG-related files are available on node startup (#503 )
0 commit comments