Matthias Seitz
|
79a905f346
|
refactor(trie): drop sparse trie task fields early via destructuring (#21824)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-04 19:24:52 +00:00 |
|
Elaela Solis
|
386b774ed5
|
refactor: use spawn_os_thread for better tokio integration (#21788)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-02-04 19:00:37 +00:00 |
|
Georgios Konstantopoulos
|
20d94027eb
|
feat(trie): add storage_root field to storage trie span (#21502)
|
2026-02-04 18:53:38 +00:00 |
|
Georgios Konstantopoulos
|
063d9ef3f8
|
fix(storage): add skip(provider) to check_consistency instrument (#21818)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-04 17:31:26 +00:00 |
|
Georgios Konstantopoulos
|
12d0b74a16
|
perf(trie): reuse proof nodes buffer in reveal_nodes (#21648)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-02-04 16:35:03 +00:00 |
|
James Prestwich
|
543c77a374
|
refactor: spanning and misc improvements to consistency check code (#20961)
|
2026-02-04 16:26:52 +00:00 |
|
cui
|
c0f23aabf1
|
perf: switch to unstable sort (#21803)
|
2026-02-04 16:14:57 +00:00 |
|
zerosnacks
|
74d4b1f2ca
|
chore(deps): bump revm inspectors, handle case where revm-inspectors js-tracer is enabled but reth's js-tracer is not (#21810)
|
2026-02-04 16:07:45 +00:00 |
|
DaniPopes
|
6680a18bc3
|
chore: improve some spans (#21781)
|
2026-02-04 15:27:53 +00:00 |
|
DaniPopes
|
665b2bd844
|
chore: better default filter for profiling (#21779)
|
2026-02-04 15:27:03 +00:00 |
|
DaniPopes
|
022ea78823
|
chore: don't format fields in tracy spans (#21773)
|
2026-02-04 15:26:15 +00:00 |
|
DaniPopes
|
a3f7431d28
|
chore: name tokio rt threads (#21777)
|
2026-02-04 15:23:22 +00:00 |
|
Alexey Shekhirin
|
1340d732ef
|
feat(engine): add wait duration metrics for execution and sparse trie caches (#21800)
|
2026-02-04 12:54:55 +00:00 |
|
Georgios Konstantopoulos
|
f53f90d714
|
refactor: use alloy_primitives::map for all HashMap/HashSet types (#21686)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-04 12:08:39 +00:00 |
|
ligt
|
98313a0bea
|
fix(engine): ensure block in memory before setting canonical head (#21693)
|
2026-02-04 11:45:40 +00:00 |
|
Brian Picciano
|
32c08b7ddb
|
fix(trie): Guard against infinite loop in proof_v2 (#21789)
|
2026-02-04 10:57:36 +00:00 |
|
Dan Cline
|
89be91de0e
|
perf(pruner): do not create an iterator_cf for every address (#21767)
Co-authored-by: yongkangc <chiayongkang@hotmail.com>
|
2026-02-04 06:48:22 +00:00 |
|
Dan Cline
|
3af5a4a4e2
|
fix(pruner): implement pruning for rocksdb TransactionHashNumbers (#21782)
|
2026-02-04 04:11:37 +00:00 |
|
Dan Cline
|
95f6bbe922
|
chore(pruner): always flush and compact after reth prune command (#21783)
|
2026-02-04 03:07:55 +00:00 |
|
DaniPopes
|
abab83facd
|
perf: spawn proof workers in a separate thread (#21780)
|
2026-02-04 01:20:43 +00:00 |
|
Huber
|
32d5ddfe40
|
fix(test): clean up test temp directories on drop (#21772)
|
2026-02-03 22:44:12 +00:00 |
|
Dan Cline
|
d7e740f96c
|
chore(cli): expose static file metrics in cli (#21770)
|
2026-02-03 22:21:10 +00:00 |
|
DaniPopes
|
87bae74094
|
chore: decode MDBX error code (#21766)
|
2026-02-03 20:16:32 +00:00 |
|
DaniPopes
|
e6fc5ff54b
|
perf(trie): use TrieMask iterator for efficient bit iteration (#21676)
|
2026-02-03 19:23:41 +00:00 |
|
YK
|
bc729671d9
|
perf(rocksdb): batch tx reads in TransactionLookupStage unwind (#21723)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-03 18:28:04 +00:00 |
|
joshieDo
|
eee27df27c
|
fix: ensure transaction lookup can prune (#19553)
|
2026-02-03 18:11:13 +00:00 |
|
Dan Cline
|
6d02565c5e
|
chore(prune): increase reth prune DELETE_LIMIT to 20M (#21762)
|
2026-02-03 17:47:50 +00:00 |
|
Dan Cline
|
e706d76aa9
|
chore(cli): support ctrl-C in reth prune (#21759)
|
2026-02-03 17:47:01 +00:00 |
|
DaniPopes
|
d0fb5f31c2
|
chore: centralize thread::spawn to share tokio handles (#21754)
|
2026-02-03 16:58:46 +00:00 |
|
DaniPopes
|
9621b78586
|
chore: shorten thread names (#21751)
|
2026-02-03 16:40:35 +00:00 |
|
DaniPopes
|
6273530501
|
perf: use alloy_primitives hasher for dashmaps (#21726)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-03 15:05:44 +00:00 |
|
Alexey Shekhirin
|
ce29101277
|
chore(static-files): proper segment writer scoped thread names (#21747)
|
2026-02-03 14:44:03 +00:00 |
|
John Chase
|
b1b95f9825
|
fix(discv5): add missing rand feature for test compilation (#21749)
|
2026-02-03 14:37:39 +00:00 |
|
YK
|
7f970e136a
|
refactor(stages): use with_rocksdb_batch_auto_commit in tx_lookup (#21722)
|
2026-02-03 14:35:07 +00:00 |
|
YK
|
6b7cc00289
|
refactor(rocksdb): deduplicate first()/last() implementations (#21738)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-03 14:33:44 +00:00 |
|
YK
|
786140a99d
|
perf(static-file): simplify stage checkpoint lookup to avoid allocs (#21730)
|
2026-02-03 14:32:43 +00:00 |
|
YK
|
ffcb486388
|
refactor(rocksdb): deduplicate iterator next() implementations (#21737)
|
2026-02-03 14:31:05 +00:00 |
|
YK
|
59d68f92c4
|
perf(static-file): hoist cursor creation outside block loop (#21731)
|
2026-02-03 14:29:07 +00:00 |
|
Minhyuk Kim
|
df12fee965
|
feat(txpool): add is_transaction_ready to TransactionPool trait (#21742)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-03 14:13:52 +00:00 |
|
DaniPopes
|
11a4f65624
|
chore: misc tree cleanups (#21691)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-03 13:34:19 +00:00 |
|
DaniPopes
|
2dc76f9abe
|
chore: match statement order in ExecutionCache::new (#21712)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2026-02-03 12:47:15 +00:00 |
|
Nicolas SSS
|
65100971e5
|
fix(evm): remove unused reth-ethereum-forks (#21695)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-03 12:33:44 +00:00 |
|
Georgios Konstantopoulos
|
8e21afa9cc
|
feat(trie): add memory_size heuristic for ParallelSparseTrie (#21745)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-03 12:29:57 +00:00 |
|
DaniPopes
|
46a9b9ad3d
|
perf: replace RwLock<HashMap/HashSet> with DashMap/DashSet (#21692)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-02-03 13:31:05 +01:00 |
|
Arsenii Kulikov
|
79cabbf89c
|
perf: optimize SparseTrieCacheTask (#21704)
|
2026-02-03 11:39:10 +00:00 |
|
drhgencer
|
e04afe6e0e
|
fix(rpc): validate toBlock in trace_filter (#21718)
|
2026-02-03 11:02:57 +00:00 |
|
Arsenii Kulikov
|
ee224fe20f
|
fix: update sparse trie masks (#21716)
|
2026-02-03 12:01:58 +01:00 |
|
DaniPopes
|
972f23745e
|
chore: remove clone from in memory cursor (#21719)
|
2026-02-03 04:04:33 +00:00 |
|
Dan Cline
|
49f60822f7
|
chore: move TransactionLookup as first option (#21721)
|
2026-02-03 02:30:13 +00:00 |
|
Georgios Konstantopoulos
|
47ebc79c85
|
feat(rpc): add EIP-7928 eth_getBalanceWithProof and eth_getAccountWithProof (#21720)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-03 01:12:04 +00:00 |
|