Summary
This patch release contains
- support for hoodi testnet bootnodes
- fixes broken build of 1.3.1 caused by a breaking change in
revm
by updatingrevm
to latest patch release
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 |
Testnet operators | high |
See Update Priorities for more information about this table.
All Changes
- chore: release 1.3.2 (#15097)
- feat: add hoodi bootnodes (#15085)
- bump: revm v20.0.0-alpha.6 (#15087)
- fix: use branch for jsonrpsee (#15094)
- respect gas limit for test_best_transactions_prioritized_senders() (#15076)
- chore: rm reth-primitives from trie (#15070)
- feat: add wait_time optional argument to reth-bench (#15045)
- chore: rm reth-primitives from node crates (#15069)
- chore: rm reth-primitives from exex crates (#15066)
- chore: rm reth-primitives from network (#15063)
- chore: rm reth-primitives from optimism (#15064)
- chore: rm reth-primitives from eth wire (#15062)
- chore: rm reth-provider dep (#15058)
- chore: rm reth-primitives from downloaders (#15059)
- chore: rm reth-primitives from payload basic (#15056)
- chore: rm reth-primitives from payload crates (#15055)
- test for handling incoming_transactions_hashes (#14960)
- Replace None with RecoveryError in transaction signature recovery (#15050)
- chore: add serde feature to db-models (#15051)
- fix: increment in_progress when we spawn a prewarm transaction (#15052)
- fix: add debug namespace to auth module in op-reth (#15048)
- fix: handling of on-disk reorgs (#15046)
- chore: rm redundant error map (#15044)
- feat: add total multiproof task duration grafana (#15034)
- fix(l2-withdrawals-root): conversion of block to
OpExecutionPayloadEnvelopeV4
(#15038) - chore: invoke invalid block hook for new invalid blocks (#14776)
- feat: make trace_filter block range configurable (#14939)
- feat(test, e2e): mutable environment for actions (#15021)
- chore: rename stateful-precompile to precompile-cache (#15033)
- fix(ci): update limit to match fixture types in hive eest tests (#15037)
- Fix: Update commet about Eip7702 transaction type (#15024)
- remove no need map_err (#15036)
- remove no need map_err (#15035)
- feat:added peer-kind to SessionInfo (#15022)
- feat: track time since first state update in metrics (#15031)
- chore: add profiling-op target to Makefile (#15032)
- feat: Impl TryFrom<Recovered<TxEnvelope for MockTransaction (#15005)
- chore: use Histogram for trie input duration (#15028)
- feat: add redundant / total multiproof node graphs (#15027)
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.2-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
aarch64 | reth-v1.3.2-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.3.2-x86_64-pc-windows-gnu.tar.gz | PGP Signature | |
x86_64 | reth-v1.3.2-x86_64-apple-darwin.tar.gz | PGP Signature | |
aarch64 | reth-v1.3.2-aarch64-apple-darwin.tar.gz | PGP Signature | |
System | Option | - | Resource |
Docker | paradigmxyz/reth | ||
Docker (Reproducible) | paradigmxyz/reth-reproducible |
What's Changed
- feat: add redundant / total multiproof node graphs by @Rjected in #15027
- chore: use Histogram for trie input duration by @Rjected in #15028
- feat: Impl TryFrom<Recovered<TxEnvelope for MockTransaction by @stevencartavia in #15005
- feat: track time since first state update in metrics by @Rjected in #15031
- chore: add profiling-op target to Makefile by @Rjected in #15032
- feat:added peer-kind to SessionInfo by @Rimeeeeee in #15022
- remove no need map_err by @Pana in #15035
- remove no need map_err by @Pana in #15036
- Fix: Update commet about Eip7702 transaction type by @akshay-ap in #15024
- fix(ci): update limit to match fixture types in hive eest tests by @fgimenez in #15037
- chore: rename stateful-precompile to precompile-cache by @Rjected in #15033
- feat(test, e2e): mutable environment for actions by @fgimenez in #15021
- feat: make trace_filter block range configurable by @stevencartavia in #14939
- chore: invoke invalid block hook for new invalid blocks by @Soubhik-10 in #14776
- fix(l2-withdrawals-root): conversion of block to
OpExecutionPayloadEnvelopeV4
by @emhane in #15038 - feat: add total multiproof task duration grafana by @Rjected in #15034
- chore: rm redundant error map by @leopardracer in #15044
- fix: handling of on-disk reorgs by @klkvr in #15046
- fix: add debug namespace to auth module in op-reth by @alessandromazza98 in #15048
- fix: increment in_progress when we spawn a prewarm transaction by @Rjected in #15052
- chore: add serde feature to db-models by @mattsse in #15051
- Replace None with RecoveryError in transaction signature recovery by @leopardracer in #15050
- test for handling incoming_transactions_hashes by @int88 in #14960
- chore: rm reth-primitives from payload crates by @mattsse in #15055
- chore: rm reth-primitives from payload basic by @mattsse in #15056
- chore: rm reth-primitives from downloaders by @mattsse in #15059
- chore: rm reth-provider dep by @mattsse in #15058
- chore: rm reth-primitives from eth wire by @mattsse in #15062
- chore: rm reth-primitives from optimism by @mattsse in #15064
- chore: rm reth-primitives from network by @mattsse in #15063
- chore: rm reth-primitives from exex crates by @mattsse in #15066
- chore: rm reth-primitives from node crates by @mattsse in #15069
- feat: add wait_time optional argument to reth-bench by @Rjected in #15045
- chore: rm reth-primitives from trie by @mattsse in #15070
- respect gas limit for test_best_transactions_prioritized_senders() by @int88 in #15076
- fix: use branch for jsonrpsee by @Rjected in #15094
- bump: revm v20.0.0-alpha.6 by @rakita in #15087
- feat: add hoodi bootnodes by @Rjected in #15085
- chore: release 1.3.2 by @mattsse in #15097
Full Changelog: v1.3.1...v1.3.2