DaniPopes
|
0ba685386d
|
refactor: dedup runtime initializations (#22263)
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-02-17 17:35:31 +00:00 |
|
Brian Picciano
|
8db352dfd2
|
feat(trie): add trie-debug feature for recording sparse trie mutations (#22234)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-17 11:59:11 +00:00 |
|
Georgios Konstantopoulos
|
5b8808e5fd
|
feat(engine): add trigger-based MiningMode variant (#22250)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-02-17 00:28:25 +00:00 |
|
Georgios Konstantopoulos
|
02513ecf3b
|
perf(engine): overlap block conversion with execution in payload validation (#21957)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2026-02-16 23:46:45 +00:00 |
|
Alexey Shekhirin
|
881500e592
|
feat(rpc, reth-bench): reth_newPayload methods for reth-bench (#22133)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2026-02-16 11:11:13 +00:00 |
|
Georgios Konstantopoulos
|
57148eac9f
|
refactor(tasks): remove TaskSpawner trait in favor of concrete Runtime (#22052)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 08:51:10 +00:00 |
|
Georgios Konstantopoulos
|
9265e8e46c
|
chore: remove reserved_cpu_cores from rayon thread pools (#22221)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-16 06:13:24 +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
|
dc4f249f09
|
chore: zero-pad thread indices in thread names (#22113)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-12 12:45:49 +00:00 |
|
Georgios Konstantopoulos
|
217a337d8c
|
chore(engine): remove biased select in engine service loop (#21961)
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2026-02-12 05:45:45 +00:00 |
|
Minhyuk Kim
|
a5ced84098
|
feat(node/builder): add build_with_ordering_and_spawn_maintenance_task to TxPoolBuilder (#21979)
|
2026-02-11 12:58:29 +00:00 |
|
DaniPopes
|
68e4ff1f7d
|
feat: global runtime (#21934)
|
2026-02-11 03:45:09 +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 |
|
James Prestwich
|
543c77a374
|
refactor: spanning and misc improvements to consistency check code (#20961)
|
2026-02-04 16:26:52 +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 |
|
DaniPopes
|
9621b78586
|
chore: shorten thread names (#21751)
|
2026-02-03 16:40:35 +00:00 |
|
Georgios Konstantopoulos
|
a9b2c1d454
|
feat(rpc): make blob sidecar upcasting opt-in (#21624)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-02-01 12:25:46 +00:00 |
|
CPerezz
|
9127563914
|
fix: cleanup entire temp directory when using testing_node (#18399)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-31 16:46:11 +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 |
|
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 |
|
Rez
|
b87cde5479
|
feat: configurable EVM execution limits (#21088)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2026-01-26 15:27:09 +00:00 |
|
Arsenii Kulikov
|
1bd8fab887
|
feat(txpool): add Block associated type to TransactionValidator trait (#21359)
|
2026-01-23 13:16:05 +00:00 |
|
Arsenii Kulikov
|
5a076df09a
|
feat: allow setting custom debug block provider (#21345)
Co-authored-by: Karl <yh975593284@gmail.com>
|
2026-01-22 20:40:26 +00:00 |
|
joshieDo
|
eb55c3c3da
|
feat(grafana): add RocksDB metrics dashboard (#21243)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-21 22:09:42 +00:00 |
|
Georgios Konstantopoulos
|
dd72cfe23e
|
refactor: remove static_files.to_settings() and add edge feature to RocksDB flags (#21225)
|
2026-01-21 16:52:24 +00:00 |
|
Georgios Konstantopoulos
|
660964a0f5
|
feat(node): log storage settings after genesis init (#21229)
|
2026-01-21 00:58:23 +00:00 |
|
Brian Picciano
|
a74cb9cbc3
|
feat(trie): in-memory trie changesets (#20997)
|
2026-01-16 01:06:31 +00:00 |
|
DaniPopes
|
54735ce0f4
|
perf: use fixed-map for StaticFileSegment maps (#21001)
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-14 00:52:54 +00:00 |
|
Alexey Shekhirin
|
a5dd7d0106
|
feat(node): --minimal flag (#20960)
|
2026-01-13 12:54:26 +00:00 |
|
DaniPopes
|
c5e00e4aeb
|
perf(db): throttle metrics reporting (#20974)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 22:44:24 +00:00 |
|
refcell
|
824ae12d75
|
feat(exex): Make WAL Block Threshold Configurable (#20867)
|
2026-01-09 12:45:53 +00:00 |
|
Danno Ferrin
|
c9b92550b6
|
feat(network): add customizable announcement filtering policy to APIs (#20861)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2026-01-08 22:08:41 +00:00 |
|
Emilia Hane
|
412f39e223
|
chore(consensus): Remove associated type Consensus::Error (#20843)
Co-authored-by: Josh_dfG <126518346+JoshdfG@users.noreply.github.com>
|
2026-01-08 15:54:31 +00:00 |
|
Dan Cline
|
eed34254f5
|
feat: add StaticFileSegment::AccountChangeSets (#18882)
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
|
2026-01-08 12:05:05 +00:00 |
|
Alexey Shekhirin
|
bcd74d021b
|
feat(metrics): configurable jeprof pprof dumps directory (#20834)
|
2026-01-08 11:21:42 +00:00 |
|
Alexey Shekhirin
|
6f0ef914b9
|
feat(metrics): jemalloc heap dump endpoint (#20811)
|
2026-01-07 19:36:08 +00:00 |
|
かりんとう
|
dc931f5669
|
chore: use chain_id() method instead of direct field access in prometheus setup (#20687)
|
2025-12-31 08:53:44 +00:00 |
|
YK
|
d72105b47c
|
fix(storage): rocksdb consistency check on startup (#20596)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2025-12-30 06:17:32 +00:00 |
|
James Niken
|
4fb453bb39
|
refactor: deduplicate dev_mining_mode logic (#20625)
|
2025-12-24 12:54:59 +00:00 |
|
stevencartavia
|
ad37490e7d
|
feat: integrate newPayload into ethstats (#20584)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-12-24 07:56:26 +00:00 |
|
DaniPopes
|
8374646e49
|
chore: fix formatting in launch_node (#20582)
|
2025-12-23 08:18:40 +00:00 |
|
Matthias Seitz
|
21934d9946
|
fix: fuse shutdown (#20580)
|
2025-12-23 01:09:45 +00:00 |
|
Brian Picciano
|
0eb4e0ce29
|
fix(stages): Fix two bugs related to stage checkpoints and pipeline syncs (#20521)
|
2025-12-19 16:09:57 +00:00 |
|
Arsenii Kulikov
|
98a7095c7a
|
fix: properly determine first stage during pipeline consistency check (#20460)
|
2025-12-18 10:43:08 +00:00 |
|
Matthias Seitz
|
701e5ec455
|
chore: add engine terminate (#20420)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2025-12-18 09:01:36 +00:00 |
|
Vui-Chee
|
d8acc1e4cf
|
feat: support non-zero genesis block numbers (#19877)
Co-authored-by: JimmyShi22 <417711026@qq.com>
|
2025-12-17 11:03:12 +00:00 |
|
Karl Yu
|
61c072ad20
|
feat: add engine_getBlobsV3 method (#20451)
|
2025-12-17 10:15:49 +00:00 |
|
Federico Gimenez
|
49057b1c0c
|
feat(storage): add with_default_tables() to register RocksDB column families at initialization (#20416)
|
2025-12-16 12:59:58 +00:00 |
|
ligt
|
662c0486a1
|
feat(storage): add rocksdb provider into database provider (#20253)
|
2025-12-15 10:15:57 +00:00 |
|
Arsenii Kulikov
|
a9c21a395d
|
perf: spawn rpc handlers as blocking (#20330)
|
2025-12-12 12:15:02 +00:00 |
|