Latest Release
Important
This release replaces v1.11.x, and users must upgrade to v1.11.3
- fix(trie): panic in sparse trie proof workers
Update Steps
Nodes can be restarted using the new binary with no required update steps. Errors during payload validation may continue to be seen, but will not stall the node.
To fully fix errors such as those described in issue 22973, shut down the node and run:
reth db --datadir <datadir> repair-trieThis command will take up to 2 hours to complete for ethereum mainnet. Once complete, start reth node as normal.
Update Priority
This table provides priorities for which classes of users should update particular components.
| User Class | Priority |
|---|---|
| Payload Builders | High |
| Non-Payload Builders | High |
All Changes
- chore: release 1.11.3
- fix(trie): Reset proof v2 calculator on error (#22781)
- cherry-pick: fix don't produce both updates and removals for trie nodes (#22507)
- cherry-pick: install rayon panic handler (37f5b3a)
Binaries
See pre-built binaries documentation.
The binaries are signed with the PGP key: 50FB 7CC5 5B2E 8AFA 59FE 03B7 AA5E D56A 7FBF 253E
Reth
| System | Architecture | Binary | PGP Signature |
|---|---|---|---|
| x86_64 | reth-v1.11.3-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
| aarch64 | reth-v1.11.3-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
| x86_64 | reth-v1.11.3-x86_64-apple-darwin.tar.gz | PGP Signature | |
| aarch64 | reth-v1.11.3-aarch64-apple-darwin.tar.gz | PGP Signature | |
| Docker | paradigmxyz/reth | - |
