R

Reth

R
Reth Blockchain v2.4.1

Reth v2.4.1

Latest Release This patch release is for alloy dependency updates. 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 See Update Priorities for more information about this table. All Changes chore: remove release formatting noise chore(deps): bump alloy core 1.6.1 (#26419…

R
Reth Blockchain v2.4.0

Reth v2.4.0

Performance Reth v2.4.0 reduces mean newPayload latency by 6.2% compared with v2.3.0. Experimental revmc JIT EVM support is added and can be activated with --jit.enabled flag. Networking and transaction propagation get a large set of throughput-oriented improvements: faster pooled transaction recovery (#26304), cached full transaction propagation encoding (#26012), and multiple ECIES / P2PStream a…

R
Reth Blockchain v2.3.0

Reth v2.3.0

Reth v2.3.0 includes several payload, engine, trie, and transaction-pool performance improvements, including parallel execution work, BAL prewarming, faster proof and trie paths, cheaper transaction-pool insertion, and reduced payload-building overhead. In our benchmark, throughput improved from ~1.4 to ~1.5 Ggas/s, an 8.1% increase. It also fixes important correctness issues in eth_simulate, proo…

R
Reth Blockchain v1.11.4

v1.11.4

chore: relax limits

R
Reth Blockchain v2.2.0

Reth v2.2.0

This release lays the groundwork for Amsterdam (EIP-7928 Block Access Lists), introducing a BAL store abstraction, P2P wire support for fetching BALs alongside full blocks, payload-builder integration, and parallel/batched BAL execution paths. It also enables Discv5 by default, adds snap/2 wire helpers, and bounds the memory footprint of the P2P transaction manager and network channels. Numerous p…

R
Reth Blockchain v2.1.0

Reth v2.1.0

Importantalloy-evm bump fixes an issue where gas refunds issued by custom precompiles were not accounted for. If your network was setting gas_refunded field to a non-zero value for any precompile, its behaviour might change. Storage v2 Migration This release includes a reth db migrate-v2 command that can be used to migrate from Storage v1 to Storage v2 without a full resync. For Ethereum Mainnet,…

R
Reth Blockchain v2.0.0

Reth v2.0.0

Read our Blog Post Reth 2.0 is a major release that makes Storage V2 the default for all new nodes, introduces the SparseTrieCacheTask for dramatically faster state root computation, and delivers across-the-board performance improvements to the engine, RPC, and P2P layers. This release also removes the deprecated reth-primitives crate and removes RocksDB feature gates (RocksDB is now always availa…

R
Reth Blockchain v1.11.3

Reth v1.11.3

Latest Release ImportantThis 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: re…

R
Reth Blockchain

push

chore: release 1.11.3

R
Reth Blockchain v1.11.2

Reth v1.11.2

Latest Release ImportantThis release replaces v1.11.1, and users must upgrade to v1.11.2 fix(engine): reset execution cache hash on clear (#22895) Backwards Compatibility ImportantIn case you need to downgrade after running v1.11.x, please downgrade to the latest v1.10.x release. If you need to downgrade further below v1.10.0, please downgrade to v1.9.4. Update Priority This table provides priorit…

R
Reth Blockchain v1.11.1

Reth v1.11.1

Latest Release ImportantThis release replaces v1.11.0, and users must upgrade to v1.11.1 fix: properly reveal trie nodes (#22415) fix: overlay preparation on tokio (#22492) Backwards Compatibility ImportantIn case you need to downgrade after running v1.11.x, please downgrade to the latest v1.10.x release. If you need to downgrade further below v1.10.0, please downgrade to v1.9.4. Update Priority T…

R
Reth Blockchain v1.11.0

Reth v1.11.0

Reth v1.11.0 delivers massive state root performance gains, benchmarks show a ~25% reduction in mean newPayload latency (42.9ms → 32.4ms), ~27% improvement at P90 (72.4ms → 53.1ms), and +33% throughput (700M → 1G gas/s), through the new sparse trie as cache. Up-to-date performance metrics can be seen on the ethpandaops Labs dashboard. v1.11.0 also introduces an experimental hot/cold storage archit…