Dan Cline
|
d8de8afa95
|
fix(stages): bound storage hashing stages memory (#22721)
Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-04 21:55:12 +00:00 |
|
Georgios Konstantopoulos
|
26f4aab2a9
|
feat(download): modular snapshot downloads with interactive TUI and config generation (#22246)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
|
2026-03-04 21:32:45 +00:00 |
|
Derek Cofausper
|
016c445dfa
|
fix(reth-bench): off-by-one when deriving --from from engine head (#22788)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2026-03-04 20:28:47 +00:00 |
|
Delweng
|
ae6edbd333
|
chore(provider): remove unnecessary collect in changeset readers (#22742)
Signed-off-by: Delweng <delweng@gmail.com>
|
2026-03-04 18:51:28 +00:00 |
|
Derek Cofausper
|
fc4d88bf99
|
fix(engine): clamp pending finalized/safe block to persisted height (#22783)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-03-04 17:26:33 +00:00 |
|
Derek Cofausper
|
22642baf5b
|
feat(reth-bench): display wait times in reth-bench per-block log (#22782)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2026-03-04 17:06:49 +00:00 |
|
Derek Cofausper
|
76e139fb84
|
feat(reth-bench): derive --from from engine head when only --to is provided (#22773)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2026-03-04 16:57:53 +00:00 |
|
Derek Cofausper
|
fcf6645242
|
refactor: use spawn_blocking_named for remaining unnamed blocking tasks (#22779)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-03-04 14:59:07 +00:00 |
|
Derek Cofausper
|
f1272429db
|
chore(trie): proof_v2 cleanup — use Nibbles/TrieMask builtins (#22769)
Co-authored-by: Brian Picciano <933154+mediocregopher@users.noreply.github.com>
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2026-03-04 13:59:14 +00:00 |
|
Matthias Seitz
|
ad96bc4649
|
chore: bump revm 36, alloy-evm 0.29.2 (#22768)
|
2026-03-04 13:15:45 +01:00 |
|
Derek Cofausper
|
3e4da0881d
|
feat(trie): add sparse trie cache hit rate metrics (#22767)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2026-03-04 11:25:02 +00:00 |
|
Derek Cofausper
|
9077faf595
|
perf(trie): wait for pending changeset computation instead of DB fallback (#22715)
Co-authored-by: Brian Picciano <933154+mediocregopher@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2026-03-04 10:44:02 +00:00 |
|
Micke
|
68576b6edd
|
fix(metrics): set chain_spec gauge value (#22764)
|
2026-03-04 07:22:47 +00:00 |
|
bigbear
|
d6a1fa65d0
|
fix(args): correct MetricArgs default for push_gateway_interval (#22731)
|
2026-03-04 07:14:27 +00:00 |
|
Elaela Solis
|
0c219fe5bd
|
test(e2e): re-enable eth_simulateV1 blob gas test (#22671)
|
2026-03-04 07:14:15 +00:00 |
|
Elaela Solis
|
b73ecdf4c1
|
fix(rpc): propagate provider error for best block number (#22674)
|
2026-03-04 07:13:55 +00:00 |
|
Derek Cofausper
|
f9f577be0d
|
chore: update alloy-evm with Spec as TryIntoTxEnv trait generic (#22763)
Co-authored-by: Matthias Seitz <19890894+mattsse@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-03-04 07:06:05 +00:00 |
|
Matthias Seitz
|
c2b0f2d1e2
|
docs(discv4): fix misleading bootstrap doc comment (#22729)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-04 07:56:54 +01:00 |
|
Derek Cofausper
|
02816ce06f
|
refactor(rpc): use native PrecompilesMap::move_precompiles in simulate (#22761)
Co-authored-by: Matthias Seitz <19890894+mattsse@users.noreply.github.com>
|
2026-03-04 07:56:28 +01:00 |
|
Derek Cofausper
|
c572a3559e
|
feat(tasks): add once! macro (#22765)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-03-04 06:30:06 +00:00 |
|
stevencartavia
|
a6f3abf483
|
perf(rpc): use pending_block_and_receipts (#22760)
|
2026-03-04 05:42:39 +00:00 |
|
Delweng
|
8402a24a6a
|
perf(rpc): derive evm env from loaded block header (#22747)
Signed-off-by: Delweng <delweng@gmail.com>
|
2026-03-04 04:17:52 +00:00 |
|
Delweng
|
7834fdd70b
|
feat(rpc): early check gas_limit in bundle api (#22746)
Signed-off-by: Delweng <delweng@gmail.com>
|
2026-03-04 04:12:22 +00:00 |
|
stevencartavia
|
218a869893
|
perf(engine): skip redundant db fetch in prepare_invalid_response (#22718)
|
2026-03-04 03:52:34 +00:00 |
|
rakita
|
cc30b1e6cc
|
chore(reth): bump revm 35 (#22587)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
Co-authored-by: Dragan Rakita <12695031+draganrakita@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-03-04 04:26:39 +01:00 |
|
Matthias Seitz
|
eaa39eb99a
|
perf(net): increase default concurrent outbound dials to 30 (#22744)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-03 15:21:39 +00:00 |
|
Derek Cofausper
|
a5d8fa3ae1
|
feat(metrics): add /debug/tokio/dump endpoint for tokio task dumps (#22737)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2026-03-03 14:44:43 +00:00 |
|
Derek Cofausper
|
183c851804
|
fix(grafana): use correct metric for block buffer blocks panel (#22741)
Co-authored-by: Brian Picciano <933154+mediocregopher@users.noreply.github.com>
|
2026-03-03 14:30:42 +00:00 |
|
Emma Jamieson-Hoare
|
66dadf0da3
|
fix: skip persisted peers without a confirmed fork ID on startup (#22734)
|
2026-03-03 14:29:35 +00:00 |
|
Derek Cofausper
|
f756673f3a
|
ci(bench): add Wall Clock Time metric to results table (#22738)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2026-03-03 13:48:12 +00:00 |
|
Delweng
|
fcf86b3f8b
|
fix(tasks): make clippy happy (#22730)
Signed-off-by: Delweng <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-03-03 10:48:24 +00:00 |
|
Brian Picciano
|
b2eb061fe2
|
chore(trie): remove DatabaseTrieWitness trait and add MaskedTrieCursorFactory (#22564)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-03-03 09:57:13 +00:00 |
|
DaniPopes
|
1b09bf5a22
|
chore: storage root span to trace (#22712)
|
2026-03-03 08:24:37 +00:00 |
|
Delweng
|
9de19783c2
|
fix(net): propagate local pending txs during initial sync (#22727)
Signed-off-by: Delweng <delweng@gmail.com>
|
2026-03-03 07:40:01 +00:00 |
|
Delweng
|
757d9c1c92
|
fix(rpc-engine-api): enforce FCU SYNCING precedence over V3 payload attr (#22682)
Signed-off-by: Delweng <delweng@gmail.com>
|
2026-03-03 07:20:13 +00:00 |
|
stevencartavia
|
2d27a96d9a
|
perf(rpc): derive evm env from header in debug trace (#22726)
|
2026-03-03 07:17:25 +00:00 |
|
Matthias Seitz
|
fa4113eb1e
|
refactor(rpc): extract CachedTransaction::to_transaction_source helper (#22725)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-03 08:13:42 +01:00 |
|
John Chase
|
91182f6535
|
feat(rpc): implement debug_traceBadBlock (#22719)
|
2026-03-03 04:17:55 +00:00 |
|
DaniPopes
|
6366201f16
|
chore: improve long read tx log (#22716)
|
2026-03-02 21:56:10 +00:00 |
|
MagicJoshh
|
c3227219a3
|
fix(cli): bail on empty range in re-execute command (#22663)
|
2026-03-02 18:56:37 +00:00 |
|
MergeBot
|
9a5d1a77d4
|
fix(codecs): remove hardcoded new_buf variable in Compact derive to a… (#22665)
|
2026-03-02 18:55:35 +00:00 |
|
MagicJoshh
|
0e14f1a8a3
|
fix(ipc): break out of service loop when response stream is closed (#22710)
|
2026-03-02 18:42:12 +00:00 |
|
Derek Cofausper
|
a684714f40
|
perf(engine): use spawn_blocking_named instead of tokio::task::spawn_blocking (#22713)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-02 18:04:38 +00:00 |
|
Derek Cofausper
|
4363cc9237
|
perf(trie): add tracing spans to trie-input task (#22707)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-02 17:05:59 +00:00 |
|
Derek Cofausper
|
87f26ce4b9
|
fix(ci): fix aarch64-linux release build and dry-run version string (#22705)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-02 14:45:25 +00:00 |
|
Brian Picciano
|
83620dae57
|
refactor(trie): remove dead revealed_nodes tracking and skip_proof_node_filtering flag (#22703)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-02 13:06:29 +00:00 |
|
Derek Cofausper
|
35fc3b684f
|
feat(trie): add metrics for sparse trie cache retained memory (#22697)
Co-authored-by: Sergei Shulepov <2205845+pepyakin@users.noreply.github.com>
|
2026-03-02 11:41:45 +00:00 |
|
figtracer
|
75ca930237
|
feat(net): add ReceiptsClient trait and p2p receipt downloading (#22607)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-02 11:26:00 +00:00 |
|
Derek Cofausper
|
514b2898aa
|
ci: add pr audit workflow (#22701)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Tanishk Goyal <64212892+legion2002@users.noreply.github.com>
|
2026-03-02 11:22:28 +00:00 |
|
Emma Jamieson-Hoare
|
d6af5793e5
|
chore(alloy-evm): upgrade to 0.28.1 to fix debug_TraceCall (#22699)
|
2026-03-02 09:04:41 +00:00 |
|