DaniPopes
|
0dd47af250
|
perf: add dedicated prewarming rayon pool (#22108)
|
2026-02-16 03:05:36 +00:00 |
|
Georgios Konstantopoulos
|
0142769191
|
fix(engine): fix flaky test_prefetch_proofs_batching test (#22209)
|
2026-02-16 02:35:42 +00:00 |
|
DaniPopes
|
e1dc93e24f
|
chore: add some more spans to validation setup (#22208)
|
2026-02-16 02:35:24 +00:00 |
|
Georgios Konstantopoulos
|
33ac869a85
|
perf(engine): replace channel+BTreeMap reorder with lock-free for_each_ordered (#22144)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-02-16 02:06:10 +00:00 |
|
Georgios Konstantopoulos
|
ec982f8686
|
perf: bound more channels with known upper limits (#22206)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 02:05:43 +00:00 |
|
Georgios Konstantopoulos
|
47cef33a0d
|
fix: record bare tracing instrument fields (#22207)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 01:41:05 +00:00 |
|
Georgios Konstantopoulos
|
9529de4cf2
|
perf(engine): bound channels in spawn_tx_iterator by transaction count (#22205)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 01:07:26 +00:00 |
|
Georgios Konstantopoulos
|
1f3fd5da2e
|
refactor(engine): remove reth-engine-service crate (#22187)
Co-authored-by: mattsse <mattsse@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-14 15:40:16 +00:00 |
|
Georgios Konstantopoulos
|
e4ec836a46
|
perf(engine): reduce proof worker count for small blocks (#22074)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Ubuntu <ubuntu@dev-yk.tail388b2e.ts.net>
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2026-02-13 21:33:25 +00:00 |
|
0xsensei
|
d3c42fc718
|
perf(reth-engine-tree): sparse trie bulk move new storage update (#22116)
|
2026-02-13 15:55:13 +00:00 |
|
YK
|
b646f4559c
|
perf: skip dispatch pipeline when all proof targets already fetched (#22147)
Co-authored-by: Ubuntu <ubuntu@dev-yk.tail388b2e.ts.net>
|
2026-02-12 22:35:33 +00:00 |
|
Dan Cline
|
e3fe6326bc
|
chore(storage): rm storage settings, use only one (#22042)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-02-12 21:17:05 +00:00 |
|
Georgios Konstantopoulos
|
1e8030ef28
|
fix(engine): return error on updates channel disconnect in sparse trie task (#22139)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-12 20:00:36 +00:00 |
|
YK
|
f72c503d6f
|
feat(metrics): use 5M first gas bucket for finer-grained newPayload metrics (#22136)
Co-authored-by: Ubuntu <ubuntu@dev-yk.tail388b2e.ts.net>
|
2026-02-12 19:03:21 +00:00 |
|
Georgios Konstantopoulos
|
121160d248
|
refactor(db): use hashed state as canonical state representation (#21115)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-02-12 18:02:02 +00:00 |
|
Georgios Konstantopoulos
|
7ff78ca082
|
perf(engine): use transaction count threshold for prewarm skip (#22094)
Co-authored-by: yk <yongkang@tempo.xyz>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Ubuntu <ubuntu@dev-yk.tail388b2e.ts.net>
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2026-02-12 17:07:52 +00:00 |
|
Georgios Konstantopoulos
|
3300e404cf
|
feat(engine): add --engine.disable-sparse-trie-cache-pruning flag (#21967)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: mattsse <19890894+mattsse@users.noreply.github.com>
Co-authored-by: alexey <17802178+shekhirin@users.noreply.github.com>
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-02-12 16:36:31 +00:00 |
|
Georgios Konstantopoulos
|
4a62d38af2
|
perf(engine): use sequential sig recovery for blocks with small blocks (#22077)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Ubuntu <ubuntu@dev-yk.tail388b2e.ts.net>
Co-authored-by: YK <chiayongkang@hotmail.com>
|
2026-02-12 15:06:21 +00:00 |
|
Georgios Konstantopoulos
|
74d57008b6
|
chore(engine): downgrade failed response delivery logs to warn (#22055)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-12 05:44:09 +00:00 |
|
Georgios Konstantopoulos
|
f8767bc678
|
fix(engine): add await_state_root span to timeout path (#22111)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-12 05:14:39 +00:00 |
|
Georgios Konstantopoulos
|
81c83bba68
|
refactor(engine): remove unnecessary turbofish on CachedStateProvider, add new_prewarm (#22107)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-12 02:48:57 +00:00 |
|
Georgios Konstantopoulos
|
cd8ec58703
|
refactor(engine): move CachedStateProvider prewarm to const generic (#22106)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-12 01:30:24 +00:00 |
|
Georgios Konstantopoulos
|
a0b60b7e64
|
feat(evm): impl ExecutableTxTuple for Either via EitherTxIterator (#22102)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-11 23:48:17 +00:00 |
|
DaniPopes
|
90e15d096d
|
perf: reduce tracing span noise in prewarm and proof workers (#22101)
|
2026-02-11 23:32:50 +00:00 |
|
Georgios Konstantopoulos
|
968d3c9534
|
revert: skip transaction prewarming for small blocks (#22059) (#22097)
|
2026-02-11 14:38:08 -08:00 |
|
DaniPopes
|
ff3a854326
|
perf: use dedicated trie rayon pool for proof workers (#22051)
|
2026-02-11 22:10:17 +00:00 |
|
Georgios Konstantopoulos
|
5bccdc4a5d
|
feat(engine): add state root task timeout with sequential fallback (#22004)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-11 20:45:45 +00:00 |
|
Georgios Konstantopoulos
|
0b7cd60668
|
perf(engine): skip transaction prewarming for small blocks (#22059)
Co-authored-by: yk <yongkang@tempo.xyz>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-11 20:37:04 +00:00 |
|
YK
|
aa983b49af
|
perf(engine): add PrewarmMode::Skipped to avoid spawning idle workers (#22066)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Ubuntu <ubuntu@dev-yk.tail388b2e.ts.net>
|
2026-02-11 19:48:48 +00:00 |
|
Georgios Konstantopoulos
|
2c5d00ffb5
|
feat(engine): add gas bucket label to newPayload metrics (#22067)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-11 19:00:07 +00:00 |
|
Georgios Konstantopoulos
|
dec1cad318
|
refactor(trie): merge SparseTrieExt into SparseTrie trait (#22035)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-11 04:39:56 +00:00 |
|
DaniPopes
|
68e4ff1f7d
|
feat: global runtime (#21934)
|
2026-02-11 03:45:09 +00:00 |
|
Georgios Konstantopoulos
|
779e0eb8bb
|
perf: downgrade on_hashed_state_update and on_prewarm_targets spans to trace (#22044)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-10 22:45:05 +00:00 |
|
YK
|
a8ec78fc87
|
perf(engine): implement BAL handler for SparseTrieCacheTask (#21990)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-10 20:50:16 +00:00 |
|
DaniPopes
|
c727c61101
|
feat(trie): remove SerialSparseTrie (#21808)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2026-02-10 13:50:54 +00:00 |
|
Georgios Konstantopoulos
|
67f89fa4b2
|
feat(engine): prefetch withdrawal addresses in pre-warming (#21966)
Co-authored-by: mattsse <matt@paradigm.xyz>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-09 22:14:41 +00:00 |
|
Alexey Shekhirin
|
f2061991c5
|
feat(engine): reorg depth commitment metric (#21992)
|
2026-02-09 20:25:54 +00:00 |
|
Arsenii Kulikov
|
cdcea2bd33
|
perf: better scheduling for storage roots computation (#21987)
Co-authored-by: Brian Picciano <me@mediocregopher.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-09 18:10:45 +00:00 |
|
Matthias Seitz
|
600eab20a5
|
feat(cli): rename enable-sparse-trie-as-cache to legacy-trie (#21851)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-09 13:02:14 +00:00 |
|
Brian Picciano
|
6aebf8c064
|
chore(trie): Spans and traces for sparse trie (#21973)
|
2026-02-09 11:53:40 +00:00 |
|
Georgios Konstantopoulos
|
7ac0d542b6
|
refactor(engine): wrap ExecutionCache internals in single Arc (#21950)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-07 19:13:16 +00:00 |
|
Matthias Seitz
|
95ed377135
|
perf(prewarm): disable balance check for prewarming transactions (#21941)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-07 18:40:41 +00:00 |
|
Georgios Konstantopoulos
|
e72e85632b
|
perf(persistence): combine save_blocks and prune into single MDBX commit (#21927)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-02-07 04:33:31 +00:00 |
|
Dan Cline
|
8033b77ad3
|
chore(persistence): delete ambiguous TODO (#21923)
|
2026-02-07 00:19:46 +00:00 |
|
Georgios Konstantopoulos
|
28f5a28a9a
|
perf: remove per-tx state iteration and loaded metrics from MeteredStateHook (#21884)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-02-06 18:10:57 +00:00 |
|
Arsenii Kulikov
|
dea070dad2
|
chore: always compare updates (#21863)
|
2026-02-06 17:15:10 +00:00 |
|
Alexey Shekhirin
|
1383c151c9
|
perf(engine): send proofs directly from prewarming to multiproof task (#21901)
|
2026-02-06 16:17:15 +00:00 |
|
Arsenii Kulikov
|
913e88306b
|
fix: only exit when both channels are drained (#21877)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-06 11:26:26 +00:00 |
|
Snezhkko
|
3050fe7eb1
|
fix: correct account cache size metrics (#21864)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-06 02:41:22 +00:00 |
|
DaniPopes
|
cb999b2a2d
|
chore: improve persistence spans (#21875)
|
2026-02-06 01:17:00 +00:00 |
|