File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,25 @@ instead.
1616> On 6/21/2025, Eth Docker's repository name changed. Everything should work as it did.
1717> If you do wish to manually update your local reference, run ` git remote set-url origin https://github.com/ethstaker/eth-docker.git `
1818
19+ ## v26.4.0 2026-04-12
20+
21+ * This is a recommended release for Reth users*
22+
23+ Changes
24+ - Support Reth snapshot download during sync. Requires Reth ` 2.0.0 ` or later, and reduces sync time to 2-4 hours.
25+ Use the ` RETH_SNAPSHOT ` variable in ` .env ` to enable this feature.
26+ Caveat that this does not work well with RocketPool, SSV or NodeSet. There will be an Eth Docker release to improve upon this,
27+ when Reth ` 2.1.0 ` has been released.
28+ - Support Geth ` pre-prague-expiry ` sync. Requires Geth ` v1.17.2 ` or later
29+ - Support ` MAX_BLOBS ` with Reth
30+ - Offer Web3signer during a fresh ` ./ethd config `
31+ - ` ./ethd install ` will use deb822 format for the Docker-CE repository file
32+
33+ Bug fixes
34+ - Grafana dashboard provisioning handles download failures gracefully, and only replaces a dashboard when it changed upstream
35+ - Grandine-in-Nethermind plugin waits for Web3signer to be up before starting
36+
37+
1938## v26.3.2 2026-03-23
2039
2140* This is a bugfix release*
@@ -57,6 +76,7 @@ Bug fixes
5776- Fixed Reth ` full ` and ` pre-merge-expiry ` node types. Not all pruning parameters were being applied.
5877- Handle a race condition on slow machines more gracefully: The CL waits up to 25 seconds for the EL to create the JWT secret file
5978
79+
6080## v26.3.0 2026-03-02
6181
6282* This is an optional release*
You can’t perform that action at this time.
0 commit comments