Summary
This is another hotfix release for the opstack isthmus hardfork, this includes a bugfix where payloads are incorrectly being invalided post isthmus:
fix: skip isthmus root validation if we dont have the parent state (#15796)
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 |
Op Sepolia | high |
See Update Priorities for more information about this table.
All Changes
- chore: release 1.3.12 (#15797)
- refactor(block): Inline
from_block_with_transaction
fn (#15788) - fix: skip isthmus root validation if we dont have the parent state (#15796)
- chore: Make
reth-errors
crateno_std
compatible (#15790) - feat: Introducing reth_engine_rpc_new_payload_v4 to grafana (#15794)
- fix: Revert "feat: add precompile cache for execution" (#15791)
- feat: MockEthProvider generic over NodePrimitives (#15694)
- chore: enable
invalid_blocks
tests in EF (#15564) - test: setup once for
benchmark_fetch_pending_hashes
to avoid excessive losses (#15783) - feat: Add
--rollup.sequencer-ws
to support WebSocket (#15499) - chore: Relax the bounds on
DBProvider
(#15781) - chore: bump inspectors 0.19.1 (#15780)
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.12-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
aarch64 | reth-v1.3.12-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.3.12-x86_64-pc-windows-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.3.12-x86_64-apple-darwin.tar.gz | PGP Signature | |
aarch64 | reth-v1.3.12-aarch64-apple-darwin.tar.gz | PGP Signature | |
System | Option | - | Resource |
Docker | paradigmxyz/reth | ||
Docker (Reproducible) | paradigmxyz/reth-reproducible |
What's Changed
- chore: bump inspectors 0.19.1 by @mattsse in #15780
- chore: Relax the bounds on
DBProvider
by @and-cb in #15781 - feat: Add
--rollup.sequencer-ws
to support WebSocket by @i1i1 in #15499 - test: setup once for
benchmark_fetch_pending_hashes
to avoid excessive losses by @int88 in #15783 - chore: enable
invalid_blocks
tests in EF by @kevaundray in #15564 - feat: MockEthProvider generic over NodePrimitives by @Ayushdubey86 in #15694
- fix: Revert "feat: add precompile cache for execution" by @rkrasiuk in #15791
- feat: Introducing reth_engine_rpc_new_payload_v4 to grafana by @Ayushdubey86 in #15794
- chore: Make
reth-errors
crateno_std
compatible by @kevaundray in #15790 - fix: skip isthmus root validation if we dont have the parent state by @mattsse in #15796
- refactor(block): Inline
from_block_with_transaction
fn by @0xMushow in #15788 - chore: release 1.3.12 by @mattsse in #15797
New Contributors
Full Changelog: v1.3.11...v1.3.12