|
|
1e7189d3e4
|
feat: trait-based storage API (#12616)
Co-authored-by: joshie <93316087+joshieDo@users.noreply.github.com>
|
2024-11-19 15:39:28 +00:00 |
|
|
|
66a9d3e424
|
fix: run upkeep manually (#12664)
|
2024-11-19 15:33:19 +00:00 |
|
|
|
1acdf9b2d4
|
fix: add additional op checks for chain specific check (#12623)
|
2024-11-18 11:33:38 +00:00 |
|
|
|
fc97a0cbaf
|
chore: make clippy happy (#12594)
|
2024-11-16 06:04:39 +01:00 |
|
|
|
72a52d5ea5
|
feat: make StaticFileProvider generic over NodePrimitives (#12565)
|
2024-11-15 10:42:58 +00:00 |
|
|
|
7bd7c37b13
|
feat: display warning for op-mainnet launch without pre-Bedrock state (#11765)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-14 11:01:23 +00:00 |
|
|
|
001f3899fd
|
primitives: rm alloy Header reexport (#12515)
|
2024-11-13 16:41:25 +00:00 |
|
|
|
aece53ae88
|
feat: make downloaders and clients generic over block parts (#12469)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-12 15:13:21 +00:00 |
|
|
|
d19032fca1
|
chore: remove auto-seal consensus (#12385)
|
2024-11-07 21:29:49 +00:00 |
|
|
|
b1cc16809b
|
feat(cli): make pruning block interval an option (#11810)
|
2024-10-16 20:13:16 +00:00 |
|
|
|
7c2c3a6a5c
|
fix: respect --debug.terminate --debug.max-block (#11710)
|
2024-10-14 09:46:00 +00:00 |
|
|
|
2aa3dd0fd8
|
feat: use OpChainSpec in OptimismNode and its components (#11304)
|
2024-09-28 13:06:52 +00:00 |
|
|
|
65f2664471
|
feat: make NetworkConfigBuilder independent of concrete ChainSpec (#11176)
|
2024-09-26 11:37:20 +00:00 |
|
|
|
ae3d279cc3
|
feat: relax chainspec bounds on NodeBuilder and rpc types (#11160)
|
2024-09-24 17:47:04 +00:00 |
|
|
|
b56d638e3f
|
chore: replace reth-rpc-types by alloy-rpc-types (#11071)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-21 10:51:31 +00:00 |
|
|
|
3416145574
|
perf: increase threads in global pool (#11075)
|
2024-09-20 17:56:46 +00:00 |
|
|
|
c3d090adf4
|
feat: make NodeConfig generic over ChainSpec (#11039)
|
2024-09-19 16:05:09 +00:00 |
|
|
|
180f10001c
|
feat: make reth-stages independent of concrete DatabaseProvider (#10934)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-19 10:47:55 +00:00 |
|
|
|
c795389aae
|
fix(cli) Allow Pruning CLI Args to take precedence over TOML configuration (#10774)
Co-authored-by: garwah <garwah@garwah>
|
2024-09-17 10:01:32 +00:00 |
|
|
|
664f8b23be
|
feat(engine): compare invalid block witness against a healthy node (#10844)
|
2024-09-16 11:03:49 +00:00 |
|
|
|
b23bb7e8bc
|
perf: improve genesis handling (#10878)
|
2024-09-13 17:48:44 +00:00 |
|
|
|
c38a425207
|
chore: remove prune_modes arg from BlockchainTree::new (#10857)
|
2024-09-12 10:48:25 +00:00 |
|
|
|
d11bbe686b
|
refactor: reduce ProviderFactory usage (#10798)
|
2024-09-11 09:36:34 +02:00 |
|
|
|
2985720c78
|
feat: expose ChainSpec metrics (#10737)
|
2024-09-10 10:40:49 +00:00 |
|
|
|
75b8499d32
|
node: replace reth-primitive imports (#10791)
|
2024-09-09 17:49:07 +00:00 |
|
|
|
3ec5d373c1
|
feat(engine, tree): witness invalid block hook (#10685)
|
2024-09-06 11:56:03 +00:00 |
|
|
|
b13e982cd4
|
chore: expose PruneConfig in CLI args (#10639)
Co-authored-by: garwah <garwah@garwah>
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-06 10:58:44 +00:00 |
|
|
|
5ecc9d2348
|
feat: integrate NodeTypesWithDB (#10698)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-05 15:17:28 +00:00 |
|
|
|
a1d9ece3be
|
feat: NodeTypesWithDB (#10683)
|
2024-09-04 17:56:22 +00:00 |
|
|
|
9d46b06420
|
feat(engine): invalid block hooks crate (#10629)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-09-03 15:02:18 +00:00 |
|
|
|
f2e0bc073a
|
feat: ChainSpec associated type (#10292)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-22 12:30:09 +00:00 |
|
|
|
cd05a96fee
|
dep: rm confy as a dep (#10290)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-08-20 06:37:35 +00:00 |
|
|
|
2d58c0bd3e
|
chore(node): Refactor node builder wrt stable 1.79.0 (#10367)
|
2024-08-17 17:05:33 +00:00 |
|
|
|
7fa16c9155
|
feat: add pipeline consistency check to launch ctx and use in launcher (#9994)
|
2024-08-01 17:01:35 +00:00 |
|
|
|
02d25304f9
|
fix: dont select more rayon threads than cpus (#9956)
|
2024-07-31 19:26:02 +00:00 |
|
|
|
fcbdbf361b
|
feat: support DNS in reth.toml for trusted_nodes (#9864)
|
2024-07-31 12:20:19 +00:00 |
|
|
|
93ebdf292b
|
feat: move metrics to its own crate (#9691)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-25 15:47:46 +00:00 |
|
|
|
5616b4efad
|
feat: integrate BlockchainProvider2 in EthNodeLauncher (#9754)
|
2024-07-24 11:13:40 +00:00 |
|
|
|
b2b3ff8128
|
fix(op):skip db consistency check for op mainnet (#9737)
Co-authored-by: Russel Waters <6511720+argakiig@users.noreply.github.com>
|
2024-07-23 21:12:07 +00:00 |
|
|
|
9e1ea9718a
|
chore: clarify metrics and prometheus (#9603)
|
2024-07-18 10:26:10 +00:00 |
|
|
|
805673c656
|
chore(pruner): remove deletion limit per block, make it per run (#9446)
|
2024-07-11 20:16:30 +00:00 |
|
|
|
b040b86a54
|
feat(prune, stages): prune pipeline stage (#9419)
|
2024-07-11 19:18:56 +00:00 |
|
|
|
af280b98f7
|
chore: remove unused async (#9299)
|
2024-07-04 11:10:27 +00:00 |
|
|
|
e7803f3e1c
|
perf: resolve trusted nodes concurrently (#9291)
|
2024-07-04 09:32:34 +00:00 |
|
|
|
405b730455
|
chore: remove prune_modes from BlockWriter (#9231)
|
2024-07-02 19:40:07 +00:00 |
|
|
|
e81c0798cf
|
chore: fix wrong function name (#9164)
|
2024-06-28 08:15:18 +00:00 |
|
|
|
5aaf91dbcb
|
refactor: clean-up discv5 configuration (#9143)
|
2024-06-27 15:25:24 +00:00 |
|
|
|
08b1e88272
|
feat: integrate Node traits into LaunchContextWith (#8993)
|
2024-06-24 10:21:52 +00:00 |
|
|
|
655799f5bf
|
feat: extend LaunchContext with more components (#8937)
|
2024-06-18 16:47:28 +00:00 |
|
|
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|