Georgios Konstantopoulos
|
a500fb22ba
|
fix(metrics): rename save_blocks_block_count to save_blocks_batch_size (#21654)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-31 12:59:09 +00:00 |
|
Matthias Seitz
|
e869cd4670
|
perf(engine): skip DB lookup for new blocks in insert_block_or_payload (#21650)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-31 03:35:20 +00:00 |
|
DaniPopes
|
de69654b73
|
chore(deps): breaking bumps (#21584)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-31 00:44:09 +00:00 |
|
DaniPopes
|
8d28c4c8f2
|
chore(trie): add set_* methods alongside with_* builders (#21639)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 22:42:57 +00:00 |
|
Georgios Konstantopoulos
|
bfe778ab51
|
perf(trie): use Entry API to avoid empty Vec allocation in extend (#21645)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 22:29:21 +00:00 |
|
DaniPopes
|
e523a76fb8
|
chore(trie): clear RevealableSparseTrie in place (#21638)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 22:27:43 +00:00 |
|
Georgios Konstantopoulos
|
370a548f34
|
refactor(db): derive Clone for DatabaseEnv (#21641)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 21:54:50 +00:00 |
|
pepes
|
781128eece
|
chore(db-api): simplify DatabaseMetrics impl for Arc (#21635)
|
2026-01-30 18:43:19 +00:00 |
|
Julian Meyer
|
435d915422
|
chore: make engine tree crate items public (#21487)
|
2026-01-30 18:40:30 +00:00 |
|
Georgios Konstantopoulos
|
3ec065295e
|
refactor(trie): replace SmallVec with Vec in sparse trie buffers (#21637)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-01-30 18:34:15 +00:00 |
|
Matthias Seitz
|
e1bc6d0f08
|
feat(engine): preserve sparse trie across payload validations (#21534)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Brian Picciano <me@mediocregopher.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2026-01-30 18:34:13 +00:00 |
|
Georgios Konstantopoulos
|
29072639d6
|
perf(trie): remove shrink_to_fit calls from SparseSubtrieBuffers::clear (#21630)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-01-30 18:02:43 +00:00 |
|
Brian Picciano
|
f90b5c8a7f
|
fix(trie): cleanup modified branch masks in update_leaf on reveal failure (#21629)
|
2026-01-30 16:06:28 +00:00 |
|
Chase Wright
|
d4fa6806b7
|
fix(ethstats): WSS Handling (#21595)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 15:15:41 +00:00 |
|
Matthias Seitz
|
63742ab4ae
|
fix(debug-client): fix off-by-one in block hash buffer lookup (#21628)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 15:15:26 +00:00 |
|
Matthias Seitz
|
08122bc1ea
|
perf: use biased select and prioritize engine events (#21556)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 14:31:27 +00:00 |
|
Alexey Shekhirin
|
d72300c685
|
fix(net): include disconnect reason in P2PStreamError display (#21626)
|
2026-01-30 14:04:58 +00:00 |
|
Matthias Seitz
|
faf64c712e
|
feat(cli): add reth db state command for historical contract storage (#21570)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 14:03:19 +00:00 |
|
theo
|
b3d532ce9d
|
chore(op-reth): move op-dependent examples into crates/optimism/examples/ (#21495)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-30 14:02:12 +00:00 |
|
Georgios Konstantopoulos
|
9d064be77e
|
feat(rpc): add EIP-7934 block size validation to testing_buildBlockV1 (#21623)
Co-authored-by: Alexey <alexey@tempo.xyz>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 13:57:51 +00:00 |
|
Matus Kysel
|
e3c256340e
|
feat(txpool): add EIP-7594 blob sidecar toggle (#21622)
|
2026-01-30 12:27:06 +00:00 |
|
ligt
|
d0df549ddb
|
chore(engine-tree): simplify impl trait bound (#21621)
|
2026-01-30 11:55:23 +00:00 |
|
Arsenii Kulikov
|
7ccb43ea13
|
perf: cache fetched proof targets in SparseTrieCacheTask (#21612)
Co-authored-by: Brian Picciano <me@mediocregopher.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 11:44:36 +00:00 |
|
Arsenii Kulikov
|
20f48b1e50
|
fix(proof_v2): make sure that all storage proofs are delivered (#21611)
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2026-01-30 11:21:17 +00:00 |
|
Dan Cline
|
0470c65e6c
|
feat(cli): add --metrics param to reth prune (#21613)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 03:24:25 +00:00 |
|
Georgios Konstantopoulos
|
9de1f0905e
|
feat(prune): add static file pruning support for sender recovery (#21598)
|
2026-01-30 01:09:38 +00:00 |
|
joshieDo
|
327a1a6681
|
test(stages): add pipeline forward sync and unwind test (#21602)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-30 00:49:28 +00:00 |
|
Dan Cline
|
b8f27b73ad
|
chore: fix unused parallel trie const without std (#21610)
|
2026-01-29 23:05:32 +00:00 |
|
Georgios Konstantopoulos
|
f98af4ad9f
|
feat(rpc): default --testing.skip-invalid-transactions to true (#21603)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-29 22:03:19 +00:00 |
|
joshieDo
|
d8e912f66b
|
fix(provider): prune account changesets from static files in remove_state_above (#21605)
|
2026-01-29 21:57:28 +00:00 |
|
Georgios Konstantopoulos
|
0572c4e0ca
|
feat(metrics): add _last gauge metrics for save_blocks timings (#21597)
|
2026-01-29 21:34:27 +00:00 |
|
joshieDo
|
67a7a1c2d1
|
chore: revert "test(stages): add pipeline forward sync and unwind test" (#21601)
|
2026-01-29 22:36:47 +01:00 |
|
joshieDo
|
2b1833576b
|
test(stages): add pipeline forward sync and unwind test (#21553)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-29 21:13:07 +00:00 |
|
Arsenii Kulikov
|
19bf580f93
|
feat: sparse trie as cache (#21583)
Co-authored-by: yongkangc <chiayongkang@hotmail.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Brian Picciano <me@mediocregopher.com>
|
2026-01-29 19:11:48 +00:00 |
|
joshieDo
|
796ba6d5dc
|
chore(trie): remove unused direct MDBX changeset readers (#21580)
|
2026-01-29 17:50:19 +00:00 |
|
Brian Picciano
|
f380ed1581
|
fix(engine): Try to always compute storage root in V2 proofs when account proof is present, fallback if not (#21579)
|
2026-01-29 16:58:59 +00:00 |
|
Brian Picciano
|
320f2a6015
|
fix(trie): PST: Fix update_leaf atomicity, remove update_leaves revealed tracking, fix callback calling (#21573)
|
2026-01-29 16:18:42 +00:00 |
|
Georgios Konstantopoulos
|
70bfdafd26
|
fix(provider): check executed block before returning historical state (#21571)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-01-29 13:54:50 +00:00 |
|
YK
|
e9fe0283a9
|
fix(provider): use storage-aware methods in unwind_trie_state_from (#21561)
|
2026-01-29 11:54:12 +00:00 |
|
YK
|
2d71243cf6
|
feat(trie): add update_leaves method to SparseTrieExt (#21525)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2026-01-29 11:25:08 +00:00 |
|
Georgios Konstantopoulos
|
1a98605ce6
|
chore(net): downgrade fork id mismatch log to trace (#21554)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-28 22:41:42 +00:00 |
|
Dan Cline
|
2d9cf4c989
|
chore: fix unused warns in sparse trie (#21546)
|
2026-01-28 21:48:59 +00:00 |
|
Matthias Seitz
|
50e0591540
|
perf(tree): optimistically prepare canonical overlay (#21475)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-28 18:16:04 +00:00 |
|
joshieDo
|
013dfdf8c8
|
fix(prune): add minimum 64 block retention for receipts and bodies (#21520)
|
2026-01-28 18:10:07 +00:00 |
|
joshieDo
|
effa0ab4c7
|
fix(provider): read changesets from static files during unwind (#21528)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-28 15:52:08 +00:00 |
|
SS
|
543a85e9f3
|
fix: simplify UTF-8 decoding in StreamCodec by using Result::ok (#21524)
|
2026-01-28 15:12:55 +00:00 |
|
theo
|
88eb0beeb2
|
chore(op-reth): remove op-reth dependencies from core reth library crates (#21492)
|
2026-01-28 14:53:17 +00:00 |
|
YK
|
747c0169a7
|
feat(trie): add prune method to SparseTrieInterface (#21427)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2026-01-28 13:55:21 +00:00 |
|
Georgios Konstantopoulos
|
497985ca86
|
fix(prune): improve pruner log readability (#21522)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-01-28 13:41:55 +00:00 |
|
bobtajson
|
48a999a81b
|
refactor: using iterator over references (#21506)
|
2026-01-28 12:46:19 +00:00 |
|