Download Latest Version op-reth-v1.4.8-x86_64-apple-darwin.tar.gz (24.9 MB)
Email in envelope

Get an email when there's a new version of Reth

Home / v1.4.1
Name Modified Size InfoDownloads / Week
Parent folder
reth-v1.4.1-x86_64-apple-darwin.tar.gz 2025-05-16 20.9 MB
op-reth-v1.4.1-x86_64-unknown-linux-gnu.tar.gz 2025-05-16 25.3 MB
op-reth-v1.4.1-x86_64-apple-darwin.tar.gz 2025-05-16 24.8 MB
reth-v1.4.1-x86_64-unknown-linux-gnu.tar.gz 2025-05-16 21.4 MB
reth-v1.4.1-x86_64-pc-windows-gnu.tar.gz 2025-05-16 20.6 MB
op-reth-v1.4.1-x86_64-pc-windows-gnu.tar.gz 2025-05-16 24.5 MB
op-reth-v1.4.1-aarch64-apple-darwin.tar.gz 2025-05-16 23.5 MB
reth-v1.4.1-aarch64-apple-darwin.tar.gz 2025-05-16 19.3 MB
reth-v1.4.1-aarch64-unknown-linux-gnu.tar.gz 2025-05-16 20.2 MB
op-reth-v1.4.1-aarch64-unknown-linux-gnu.tar.gz 2025-05-16 24.2 MB
op-reth-v1.4.1-aarch64-apple-darwin.tar.gz.asc 2025-05-16 228 Bytes
op-reth-v1.4.1-x86_64-pc-windows-gnu.tar.gz.asc 2025-05-16 228 Bytes
reth-v1.4.1-aarch64-apple-darwin.tar.gz.asc 2025-05-16 228 Bytes
reth-v1.4.1-x86_64-pc-windows-gnu.tar.gz.asc 2025-05-16 228 Bytes
op-reth-v1.4.1-aarch64-unknown-linux-gnu.tar.gz.asc 2025-05-16 228 Bytes
op-reth-v1.4.1-x86_64-apple-darwin.tar.gz.asc 2025-05-16 228 Bytes
reth-v1.4.1-x86_64-apple-darwin.tar.gz.asc 2025-05-16 228 Bytes
op-reth-v1.4.1-x86_64-unknown-linux-gnu.tar.gz.asc 2025-05-16 228 Bytes
reth-v1.4.1-aarch64-unknown-linux-gnu.tar.gz.asc 2025-05-16 228 Bytes
reth-v1.4.1-x86_64-unknown-linux-gnu.tar.gz.asc 2025-05-16 228 Bytes
README.md 2025-05-15 43.3 kB
Reth v1.4.1 source code.tar.gz 2025-05-15 16.9 MB
Reth v1.4.1 source code.zip 2025-05-15 17.8 MB
Totals: 23 Items   259.5 MB 0

image

Summary

This release contains significant performance improvements, especially for users who run on consumer hardware, as well as bug fixes.

The default gas limit for Holesky and Sepolia has been increased to 60MGas.

Performance

Bug fixes

OP Stack

This release has full superchain registry support, so that the —chain argument accept any registered superchain, e.g. —chain unichain

Reth SDK

  • All transaction types have been unified with alloy’s and op-alloy’s, so that reth_ethereum_primitves::TransactionSigned and reth_op_primitives::TransactionSigned are now just aliases.
  • The recommend crates for using the ethereum stack and opstack are reth_ethereum and reth_op.
  • This release also includes more no-std support for various crates: https://github.com/paradigmxyz/reth/pull/15821
  • Introduced Block::into_ethereum_block for easier conversions: https://github.com/paradigmxyz/reth/pull/15940

Migrating changes

MSRV is 1.86

Compatible dependencies:

  • alloy-primitives: 1.0.0
  • alloy: 1.0.3
  • op-alloy 0.16.0
  • revm: 23.0.0
  • op-revm 4.0.2

Upcoming features

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.

Binaries

See pre-built binaries documentation.

The binaries are signed with the PGP key: 50FB 7CC5 5B2E 8AFA 59FE 03B7 AA5E D56A 7FBF 253E

System Architecture Binary PGP Signature
x86_64 reth-v1.4.1-x86_64-unknown-linux-gnu.tar.gz PGP Signature
aarch64 reth-v1.4.1-aarch64-unknown-linux-gnu.tar.gz PGP Signature
x86_64 reth-v1.4.1-x86_64-pc-windows-gnu.tar.gz PGP Signature
x86_64 reth-v1.4.1-x86_64-apple-darwin.tar.gz PGP Signature
aarch64 reth-v1.4.1-aarch64-apple-darwin.tar.gz PGP Signature
System Option - Resource
Docker paradigmxyz/reth

What's Changed

New Contributors

Full Changelog: https://github.com/paradigmxyz/reth/compare/v1.3.12...v1.4.1

Source: README.md, updated 2025-05-15