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 |
|
ligt
|
d53858b3e2
|
chore(engine): simplify EngineApiTreeHandler type inference (#21503)
|
2026-01-28 12:43:30 +00:00 |
|
David Klank
|
6aa91b0020
|
perf(trie-db): preallocate vectors in changeset computation (#21465)
|
2026-01-28 12:39:08 +00:00 |
|
katikatidimon
|
e0a0a0d5fb
|
refactor: remove redundant clone() in CursorSubNode::new (#21493)
|
2026-01-28 12:33:10 +00:00 |
|
joshieDo
|
231292b58e
|
fix(provider): cap static file changeset iteration to highest available block (#21510)
|
2026-01-28 11:03:49 +00:00 |
|
Brian Picciano
|
42765890b5
|
feat(trie): Enable proofs v2 by default (#21434)
|
2026-01-28 10:54:50 +00:00 |
|
Matus Kysel
|
8417ddc0e8
|
fix(engine): guard receipt streaming against duplicate indices (#21512)
|
2026-01-28 10:48:11 +00:00 |
|
かりんとう
|
1ca62d0696
|
fix(rpc): populate block fields in mev_simBundle logs (#21491)
|
2026-01-27 22:59:58 +00:00 |
|
katikatidimon
|
928bf37297
|
perf: avoid cloning prefix sets in TrieWitness::compute (#21352)
|
2026-01-27 22:26:31 +00:00 |
|
Matthias Seitz
|
aa5b12af44
|
refactor(db): make Tx::inner field private with accessor (#21490)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-27 22:06:41 +00:00 |
|
katikatidimon
|
f12acf17e6
|
chore(txpool): remove redundant locals clone in config (#21477)
|
2026-01-27 21:37:44 +00:00 |
|
joshieDo
|
2e05cec84b
|
fix: ensure edge enables history in rocksdb (#21478)
|
2026-01-27 18:43:25 +00:00 |
|
Matthias Seitz
|
9eaa5a6303
|
chore: remove Sync bound from cursor associated types (#21486)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-27 18:31:40 +00:00 |
|
Georgios Konstantopoulos
|
ba8c8354e5
|
fix(reth-bench): retry up to 5 times on failed transaction fetches in big blocks generate (#21483)
|
2026-01-27 16:10:53 +00:00 |
|
Arsenii Kulikov
|
af3601c65d
|
feat: more metrics (#21481)
|
2026-01-27 15:17:49 +00:00 |
|
Brian Picciano
|
bff11ab663
|
refactor(trie): reuse shared StorageProofCalculator for V2 sync storage roots and add deferred encoder metrics (#21424)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-27 14:54:56 +00:00 |
|
joshieDo
|
08cd1cbda6
|
fix(static-files): apply minimal blocks per file to all segments (#21479)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-01-27 14:01:32 +00:00 |
|
Georgios Konstantopoulos
|
e4e05e9ef9
|
refactor: align RocksDbArgs defaults with StorageSettings::base() (#21472)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: yongkangc <chiayongkang@hotmail.com>
|
2026-01-27 13:13:25 +00:00 |
|
joshieDo
|
c8245594bc
|
fix(db): write genesis history to correct storage backend (#21471)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-27 11:59:06 +00:00 |
|
Dan Cline
|
ed40ce8c4c
|
chore: simplify account_changesets_range (#21457)
|
2026-01-27 11:44:11 +00:00 |
|
YK
|
1e734936d8
|
fix(provider): skip storage changeset writes when routed to static files (#21468)
|
2026-01-27 10:34:44 +00:00 |
|
YK
|
11d9f38077
|
test(e2e): comprehensive RocksDB storage E2E tests (#21423)
|
2026-01-27 07:08:57 +00:00 |
|
Matthias Seitz
|
226ce14ca1
|
perf(trie): use is_zero() check to avoid copy in is_storage_empty (#21459)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-27 00:42:26 +00:00 |
|
Dan Cline
|
a6e1dea2d7
|
chore: add logging for internal fcu errors (#21456)
|
2026-01-26 23:24:48 +00:00 |
|
Georgios Konstantopoulos
|
71ed68e944
|
perf(db): flatten HashedPostState before persisting (#21422)
|
2026-01-26 22:49:01 +00:00 |
|
DaniPopes
|
adecbd7814
|
chore: log docker sccache stats (#21455)
|
2026-01-26 22:30:20 +00:00 |
|
Matthias Seitz
|
26a37f3c00
|
chore: use Default::default() for TransactionInfo for forward compatibility (#21454)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 22:15:41 +00:00 |
|
DaniPopes
|
0bfa7fa5fa
|
ci: typorino (#21453)
|
2026-01-26 21:39:35 +00:00 |
|
Georgios Konstantopoulos
|
18bec10a0b
|
perf(docker): use shared cache mounts for parallel builds (#21451)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 21:00:45 +00:00 |
|
DaniPopes
|
1e33821e19
|
ci: use depot cache in Dockerfile.depot (#21450)
|
2026-01-26 20:37:33 +00:00 |
|
ethfanWilliam
|
da92733be8
|
fix: use unwrap_or_else for lazy evaluation of BlobParams::cancun (#21442)
|
2026-01-26 20:19:28 +00:00 |
|
DaniPopes
|
c41c8e6cae
|
chore: reduce number of nightly builds (#21446)
|
2026-01-26 20:06:09 +00:00 |
|
DaniPopes
|
1ccc174e7b
|
chore: remove unused docker from makefile (#21445)
|
2026-01-26 19:53:55 +00:00 |
|
ethfanWilliam
|
f1459fcf91
|
fix(stages): retain RocksDB TempDir in TestStageDB to prevent premature deletion (#21444)
|
2026-01-26 19:43:11 +00:00 |
|
Dan Cline
|
94235d64a8
|
fix(pruner): prune account and storage changeset static files (#21346)
|
2026-01-26 19:28:18 +00:00 |
|
Dan Cline
|
7fe60017cf
|
chore(metrics): add a gas_last metric similar to new_payload_last (#21437)
|
2026-01-26 17:54:20 +00:00 |
|
Brian Picciano
|
f9ec2fafa0
|
refactor(trie): always use ParallelSparseTrie, deprecate config flags (#21435)
|
2026-01-26 17:02:06 +00:00 |
|
Arsenii Kulikov
|
768a687189
|
perf: use shared channel for prewarm workers (#21429)
|
2026-01-26 15:49:44 +00:00 |
|
Rez
|
b87cde5479
|
feat: configurable EVM execution limits (#21088)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2026-01-26 15:27:09 +00:00 |
|
figtracer
|
ab685579f0
|
feat(rpc): add transaction hash caching to EthStateCache (#21180)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 14:37:53 +00:00 |
|
Matthias Seitz
|
c7faafd183
|
fix(rpc): add block timestamp validation in eth_simulateV1 (#21397)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 14:12:28 +00:00 |
|
Matthias Seitz
|
935a2cc056
|
fix(rpc): use correct error codes for eth_simulateV1 reverts and halts (#21412)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 14:06:38 +00:00 |
|
Matthias Seitz
|
507cf58db0
|
fix(rpc): add block number validation in eth_simulateV1 (#21396)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 13:47:20 +00:00 |
|
Matthias Seitz
|
6cfd369d17
|
fix(rpc): populate block_hash in eth_simulateV1 logs (#21413)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:41:19 +00:00 |
|
Matthias Seitz
|
934f462d01
|
feat(cli): make stopping on invalid block the default for reth import (#21403)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:41:06 +00:00 |
|
Matthias Seitz
|
d4f28b02ff
|
feat(rpc): implement movePrecompileToAddress for eth_simulateV1 (#21414)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:40:12 +00:00 |
|
Matthias Seitz
|
963bfeeeed
|
fix(rpc): set prevrandao to zero for eth_simulateV1 simulated blocks (#21399)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-26 12:39:37 +00:00 |
|