figtracer
|
999fa0676c
|
feat(download): use snapshots.reth.rs API with --list and --channel flags (#22859)
|
2026-03-10 21:12:24 +00:00 |
|
John Chase
|
cf2c24c072
|
perf(engine): hoist outer map lookups out of per-slot loops (#22875)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-03-10 20:01:18 +00:00 |
|
Brian Picciano
|
792c8f2558
|
feat(trie): ArenaParallelSparseTrie (#22381)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
|
2026-03-10 17:30:11 +00:00 |
|
stevencartavia
|
71cac26187
|
perf(provider): drop clones before to_plain_state_reverts (#22918)
|
2026-03-10 16:06:25 +00:00 |
|
Emma Jamieson-Hoare
|
7def9f262a
|
feat: add verisions to the reth download metadata (#22921)
|
2026-03-10 15:42:34 +00:00 |
|
Dan Cline
|
5ea37acbdb
|
feat(cli): make storage v2 default for new nodes (#22890)
|
2026-03-10 15:37:55 +00:00 |
|
Roman Krasiuk
|
2580304b41
|
refactor(txpool): change EthTransactionValidator::validate_stateless return type, accept tx by ref (#22910)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-10 09:50:34 +00:00 |
|
stevencartavia
|
9e3950dbd9
|
perf(provider): remove unnecessary clones in changeset readers (#22906)
|
2026-03-10 09:49:19 +00:00 |
|
Derek Cofausper
|
e88e8e70bf
|
refactor(engine): remove unused MultiProofMessage::EmptyProof variant (#22909)
Co-authored-by: YK <46377366+yongkangc@users.noreply.github.com>
|
2026-03-10 09:21:10 +00:00 |
|
John Chase
|
be779c90a2
|
perf(engine): use realistic avg code size for cache budget estimation (#22846)
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2026-03-10 08:35:40 +00:00 |
|
Rej Ect
|
98fa44d99e
|
fix(stages): set block_range in with_block_range (#22800)
|
2026-03-10 00:30:53 +00:00 |
|
bobtajson
|
8e89ec7685
|
fix(trie): remove unnecessary double-wrapping of ProviderError in changeset cache (#22864)
|
2026-03-10 00:15:07 +00:00 |
|
Matthias Seitz
|
0db52b60c0
|
fix(op): implement is_system_tx for OpTxEnvelope (#22882)
|
2026-03-09 23:21:33 +00:00 |
|
John Chase
|
20d53d039e
|
chore(engine): Clean MultiProofTaskMetrics fields (#22872)
|
2026-03-09 22:58:59 +00:00 |
|
John Chase
|
07c3467778
|
fix(cli): include error details in shutdown log message (#22817)
|
2026-03-09 22:31:45 +00:00 |
|
Alexey Shekhirin
|
12a3022a2a
|
fix(engine): reset execution cache hash on clear (#22895)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 18:48:14 +00:00 |
|
Derek Cofausper
|
84c85ccef6
|
feat(metrics): expose CLI args as prometheus metric (#22896)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2026-03-09 18:21:16 +00:00 |
|
Brian Picciano
|
3f81e1894c
|
feat(engine): add --engine.proof-jitter option behind trie-debug (#22889)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-09 17:19:19 +00:00 |
|
Brian Picciano
|
085592dedf
|
test(trie): add generic SparseTrie test suite (#22886)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-09 16:32:46 +00:00 |
|
strmfos
|
151f92d43a
|
chore(deps): remove duplicate dev-dependencies (#22880)
|
2026-03-09 08:33:47 +00:00 |
|
Matthias Seitz
|
c1ae2af8ca
|
docs: fix typos and grammar errors across crates (#22877)
|
2026-03-09 04:49:19 +01:00 |
|
John Chase
|
c5107fe23c
|
fix(txpool): treat NotFound as success in blob store cleanup (#22862)
|
2026-03-08 06:35:39 +00:00 |
|
Dan Cline
|
35e6059924
|
fix(cli): fix ctrl-C in reth downloads (#22851)
|
2026-03-08 06:26:55 +00:00 |
|
bobtajson
|
09859a2621
|
fix(net): remove redundant PendingPoolImportsInfo allocation in TransactionsManager (#22860)
|
2026-03-07 17:18:02 +00:00 |
|
Rej Ect
|
0aa77e8d90
|
fix(prune): correct broken test for set_deleted_entries_limit (#22798)
|
2026-03-07 04:37:01 +00:00 |
|
stevencartavia
|
72190e272b
|
perf(rpc): fetch blocks and receipts concurrently in eth_feeHistory (#22826)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-03-07 04:26:39 +00:00 |
|
Derek Cofausper
|
6b587560fa
|
fix(payload): clear stale cached payload when new job is created (#22855)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-03-07 03:40:00 +00:00 |
|
figtracer
|
d41589a578
|
refactor(net): derive DerefMut for NewBlockHashes and NewPooledTransactionHashes66 (#22847)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 18:02:46 +00:00 |
|
Alexey Shekhirin
|
99aea38920
|
feat(engine): slow block logs (#21433)
Co-authored-by: CPerezz <cperezz19@pm.me>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: mattsse <mattsse@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 13:46:49 +00:00 |
|
YK
|
37709c5a99
|
feat(payload): propagate tracing span across payload builder channel (#22828)
|
2026-03-06 10:46:20 +00:00 |
|
Sergei Shulepov
|
e6e637a265
|
perf: LFU-based sparse trie cache (#22766)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-03-06 08:37:29 +00:00 |
|
Delweng
|
b3cfe87795
|
perf(engine): check block itself as invalid ancestor to eliminate duplicate exec (#22794)
Signed-off-by: Delweng <delweng@gmail.com>
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2026-03-06 07:47:33 +00:00 |
|
Derek Cofausper
|
7402820d62
|
perf(payload): move sealed block instead of cloning (#22831)
Co-authored-by: tempo-ai[bot] <tempo-ai[bot]@users.noreply.github.com>
Co-authored-by: YK <46377366+yongkangc@users.noreply.github.com>
|
2026-03-06 06:56:31 +00:00 |
|
Julio
|
cda19b07d6
|
fix(node): Graceful engine shutdown on node drop (#22698)
|
2026-03-06 04:32:36 +00:00 |
|
stevencartavia
|
6149ac6c0e
|
perf(rpc): skip block construction in rpc_block_header (#22812)
|
2026-03-06 03:23:08 +00:00 |
|
stevencartavia
|
e4b553563b
|
perf(rpc): deduplicate pending_block_env_and_cfg in local_pending_block (#22825)
|
2026-03-06 03:18:24 +00:00 |
|
Derek Cofausper
|
2f4a128112
|
fix(net): log message kind when session command buffer is full (#22822)
Co-authored-by: Matthias Seitz <19890894+mattsse@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-06 03:07:44 +00:00 |
|
stevencartavia
|
cd480190e9
|
perf(rpc): derive pending base fee from latest header (#22820)
|
2026-03-06 02:24:42 +00:00 |
|
John Chase
|
9b1fcd9945
|
fix(cli): improve error message when snapshot manifest is unavailable (#22814)
|
2026-03-06 00:08:05 +00:00 |
|
Derek Cofausper
|
39b9c8ae4b
|
feat(net): introduce DefaultNetworkArgs for NetworkArgs (#22801)
Co-authored-by: Matthias Seitz <19890894+mattsse@users.noreply.github.com>
|
2026-03-05 15:24:45 +00:00 |
|
John Chase
|
909157859a
|
feat(rpc): implement debug_intermediateRoots (#22754)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-05 08:12:42 +00:00 |
|
Brian Picciano
|
ea47f1553c
|
fix(trie): Reset proof v2 calculator on error (#22781)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-05 07:44:51 +00:00 |
|
stevencartavia
|
bb12b72e70
|
refactor(rpc): accept Recovered<Tx> in build_transaction_receipt (#22795)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-03-05 07:31:09 +00:00 |
|
stevencartavia
|
3a1872411b
|
perf(rpc): reduce redundant DB lookups for receipts (#22724)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-03-05 04:32:10 +00:00 |
|
Derek Cofausper
|
71c0015862
|
refactor(tasks): change once! macro to take closure (#22793)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-03-05 04:23:40 +00:00 |
|
bobtajson
|
7c51bc934c
|
fix(net): mark transactions as seen in propagate_hashes_to (#22776)
|
2026-03-05 03:30:19 +00:00 |
|
Delweng
|
823fbef1c7
|
perf(net): reorder filters to run cheap checks first (#22785)
Signed-off-by: Delweng <delweng@gmail.com>
|
2026-03-05 03:29:12 +00:00 |
|
Elaela Solis
|
704292b3d5
|
fix(rpc): correct call_many block lookup errors (#22759)
|
2026-03-05 03:23:57 +00:00 |
|
figtracer
|
31fa93889e
|
feat(rpc): add debug_verbosity/vmodule (#21497)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-05 02:47:09 +00:00 |
|
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 |
|