Matthias Seitz
|
198e457a12
|
feat(rpc): add subscribeFinalizedChainNotifications endpoint (#22011)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-10 15:07:31 +01: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
|
366857559b
|
fix(rocksdb): set max_open_files to prevent fd exhaustion (#22005)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-09 22:32:48 +00:00 |
|
Matthias Seitz
|
ccd15e8a25
|
refactor(txpool): rename and document validation methods (#22008)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-09 22:17:19 +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 |
|
Georgios Konstantopoulos
|
a87510069d
|
refactor(pool): add IntoIter: Send bounds to avoid unnecessary Vec collect (#22001)
Co-authored-by: klkvr <klkvr@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Emma Jamieson-Hoare <ejamieson19@gmail.com>
Co-authored-by: Emma Jamieson-Hoare <emmajam@users.noreply.github.com>
|
2026-02-09 21:45:56 +00:00 |
|
Emma Jamieson-Hoare
|
b3fe168548
|
fix(rpc): enforce blockHash constraint in append_matching_block_logs (#22007)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-09 21:45:53 +00:00 |
|
Georgios Konstantopoulos
|
32466fe223
|
feat(rpc): propagate TransactionOrigin through send_transaction and batcher (#21969)
Co-authored-by: klkvr <klkvr@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-09 20:34:23 +00:00 |
|
Alexey Shekhirin
|
f2061991c5
|
feat(engine): reorg depth commitment metric (#21992)
|
2026-02-09 20:25:54 +00:00 |
|
Dan Cline
|
a549b4d66d
|
feat(storage): add use_hashed_state storage setting (#21997)
|
2026-02-09 20:15:13 +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 |
|
Dan Cline
|
c558c1d10f
|
fix(stages): skip sender unwind when fully pruned (#21988)
|
2026-02-09 17:36:20 +00:00 |
|
Georgios Konstantopoulos
|
5f7ecc6187
|
chore(net): remove OP stack bootnodes (#21984)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-09 15:00:58 +00:00 |
|
Georgios Konstantopoulos
|
503b9b87a6
|
feat(tracing): add jsonrpsee targets to profiling filter (#21981)
|
2026-02-09 13:42:37 +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 |
|
Brian Picciano
|
655a463c18
|
fix(trie): Do not reveal disconnected leaves (#21924)
|
2026-02-09 11:39: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 |
|
Huber
|
e4b2b1edf3
|
feat(txpool): add missing no_eip7702/set_eip7702 builder methods (#21926)
|
2026-02-07 19:12:23 +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 |
|
DaniPopes
|
db01c10a1d
|
chore: add libmdbx to default tracing filter (#21944)
|
2026-02-07 16:32:15 +00:00 |
|
Haardik
|
b9d7744389
|
feat: add a public prune_transactions method to the TransactionPool (#21765)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-07 14:14:08 +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 |
|
DaniPopes
|
887421cef2
|
chore: log mdbx tx manager msg (#21916)
|
2026-02-06 21:28:14 +00:00 |
|
Dan Cline
|
352430cd84
|
fix: skip sender recovery stage when senders fully pruned (#21918)
|
2026-02-06 21:22:40 +00:00 |
|
DaniPopes
|
1177bc94c9
|
chore: revert back to trace for update_hashes (#21915)
|
2026-02-06 19:47:13 +00:00 |
|
Arsenii Kulikov
|
9aee291093
|
fix: add more safety checks to reveals of upper subtrie nodes (#21905)
|
2026-02-06 19:06:30 +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 |
|
Brian Picciano
|
9c34ac2c94
|
feat(trie): Add root_node method to v2 ProofCalculator (#21906)
|
2026-02-06 16:59:08 +00:00 |
|
Dan Cline
|
08c61535db
|
chore: introduce v2 storage flag and remove edge flag (#21868)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: yongkangc <chiayongkang@hotmail.com>
|
2026-02-06 16:23:04 +00:00 |
|
Alexey Shekhirin
|
1383c151c9
|
perf(engine): send proofs directly from prewarming to multiproof task (#21901)
|
2026-02-06 16:17:15 +00:00 |
|
DaniPopes
|
6b8e40c061
|
perf: use separate pool for save_blocks (#21764)
|
2026-02-06 15:36:15 +00:00 |
|
Georgios Konstantopoulos
|
755ea5762b
|
chore: remove windows build and release support (#21902)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-02-06 15:04:19 +00:00 |
|
DaniPopes
|
6f7486a61e
|
chore: simplify subtrie hashes parallel loop (#21871)
|
2026-02-06 14:31:03 +00:00 |
|
Georgios Konstantopoulos
|
6953971c2f
|
feat(static-file): incremental changeset offset storage (#21596)
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-06 13:31:31 +00:00 |
|
andrewshab
|
8629c55152
|
fix(net): correct backed_off_peers metric calculation (#21885)
|
2026-02-06 13:08:22 +00:00 |
|
Georgios Konstantopoulos
|
a16ee22a56
|
test(e2e): add eth_simulateV1 test for maxFeePerBlobGas without blob data (#21899)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-06 13:02:32 +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 |
|
theo
|
372802d06d
|
chore: remove op-reth from repository (#21532)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-06 11:18:12 +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 |
|
Georgios Konstantopoulos
|
dbac7e1e4a
|
feat(eth-wire): introduce ProtocolMessage::decode_status for handshake (#21797)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-06 02:20:04 +00:00 |
|
DaniPopes
|
cb999b2a2d
|
chore: improve persistence spans (#21875)
|
2026-02-06 01:17:00 +00:00 |
|
DaniPopes
|
cd816ce211
|
chore: add warning if 'tracy' not enabled (#21867)
|
2026-02-05 22:14:20 +00:00 |
|
Héctor Masip Ardevol
|
28406938c4
|
chore: block recovery cleanup (#21436)
|
2026-02-05 22:28:50 +01:00 |
|
Xzavier
|
ce4be7dd87
|
fix: support EIP-1559 params configuration for Optimism dev mode (#21855)
|
2026-02-05 21:10:32 +00:00 |
|
YK
|
03abe64a06
|
fix(prune): correct checkpoint when RocksDB tx lookup deletes nothing (#21842)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-05 20:56:09 +00:00 |
|
Arsenii Kulikov
|
a6a074210c
|
perf: hash state updates in parallel (#21836)
|
2026-02-05 20:32:07 +00:00 |
|
DaniPopes
|
67e29aa60d
|
chore(engine): remove MIN_WORKER_COUNT (#21829)
|
2026-02-05 19:06:50 +00:00 |
|