Summary
Caution
Reth v1.3.6 has a bug which causes block verification to fail. Do not upgrade to v1.3.6 - upgrade to v1.3.7 instead.
Includes fix for opstack eth_simulateV1
The compatible alloy version is 0.13
Update Priority
This table provides priorities for which classes of users should update particular components.
User Class | Priority |
---|---|
Payload Builders | Low |
Non-Payload Builders | Low |
See Update Priorities for more information about this table.
All Changes
- chore: release 1.3.6 (#15483)
- fix: actually override simulated (#15482)
- benchmark for blob tx pool truncate (#15461)
- docs: Document double option for
get_storage
method using enum (#15443) - chore: rm unused warning (#15474)
- feat(examples): add custom NetworkPrimitives and Networkbuilder to custom-node example (#15468)
- refactor: simplify hardfork determination (#15451)
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.3.6-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
aarch64 | reth-v1.3.6-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.3.6-x86_64-pc-windows-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.3.6-x86_64-apple-darwin.tar.gz | PGP Signature | |
aarch64 | reth-v1.3.6-aarch64-apple-darwin.tar.gz | PGP Signature | |
System | Option | - | Resource |
Docker | paradigmxyz/reth | ||
Docker (Reproducible) | paradigmxyz/reth-reproducible |
What's Changed
- refactor: simplify hardfork determination by @jackwener in #15451
- feat(examples): add custom NetworkPrimitives and Networkbuilder to custom-node example by @fgimenez in #15468
- chore: rm unused warning by @mattsse in #15474
- docs: Document double option for
get_storage
method using enum by @kevaundray in #15443 - benchmark for blob tx pool truncate by @int88 in #15461
- fix: actually override simulated by @mattsse in #15482
- chore: release 1.3.6 by @mattsse in #15483
Full Changelog: v1.3.5...v1.3.6