Commit Graph

150 Commits

Author SHA1 Message Date
3aaa284a5e chore(net): expose pending pool imports bound in cli (#10357)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-08-20 08:05:52 +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
fceec0a364 chore(tx-pool): pool cli args (#10323)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-17 22:34:39 +00:00
8c02acad79 chore(net): Expose max seen transactions history size as cli arg (#10327)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-17 22:31:31 +00:00
2d58c0bd3e chore(node): Refactor node builder wrt stable 1.79.0 (#10367) 2024-08-17 17:05:33 +00:00
57c99e80a5 fix(engine2): ensure static files are up to the tip when coming from an old engine node (#10299) 2024-08-17 16:54:50 +00:00
8a802dab60 chore(engine): enable engine debug streams in new implementation (#10282) 2024-08-13 05:06:39 +00:00
0216e78f5c feat: make additional validation tasks size configurable (#10200)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-08-08 22:08:14 +00:00
aa278bcdef feat: inject locally built payloads into the tree (#10216) 2024-08-08 21:53:43 +00:00
63c71cf385 feat: make Eth node launcher generic (#10218) 2024-08-08 21:19:36 +00:00
106a0c7cf7 refactor: replace once_cell Lazy with LazyLock (#9844)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-08-08 14:20:42 +00:00
d62ce79535 feat(engine-util): reorg interceptor (#10173) 2024-08-07 19:50:49 +00:00
1d4638724c feat: support ms for --builder.interval (#10168) 2024-08-07 14:33:57 +00:00
92b2e6137f chore(reth-node-metrics): remove unused code (#10139) 2024-08-06 14:57:35 +00:00
33f612a41a chore(net): Move reth_network::NetworkEvents into reth-network-api (#10062) 2024-08-05 20:27:59 +00:00
a824735ade chore(reth-node-builder): Replace HeadersClient + BodiesClient with BlockClient (#10059)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-08-04 15:47:32 +00:00
c71c813032 chore(sdk): enable referencing network type via FullNodeComponents::Network (#9921) 2024-08-01 17:50:20 +00:00
7fa16c9155 feat: add pipeline consistency check to launch ctx and use in launcher (#9994) 2024-08-01 17:01:35 +00:00
b10517b3bf chore(net): extract NetworkHandle methods for launching node to traits (#9966) 2024-08-01 16:44:23 +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
eb2d0a22d9 fix: also set configured bootnodes for discv5 (#9885) 2024-07-29 23:40:24 +00:00
d6f633b695 fix(node-core): build time cargo features (#9866) 2024-07-29 13:27:00 +00:00
0be2c17a9f chore(rpc): EthApiTypes trait for network specific error AT (#9523)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-25 17:30:30 +00:00
f175f6ec9f fix(cli): set receipts pruning for chain without deposit contract (#9782) 2024-07-25 17:21:49 +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
c34f344cb0 chore(node/event): reduce the dup of extract eta and checkpoint (#9789)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-07-25 08:59:27 +00:00
42a92eef07 chore(metrics): summable reth_info value (#9679)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-07-24 17:18:15 +00:00
079c648f57 feat: add engine2 binary (#9772) 2024-07-24 16:30:27 +00:00
9de9b7cb32 chore: relax some builder api trait bounds (#9770) 2024-07-24 15:34:04 +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
88c7b2cfa1 chore: fix unnameable-types lint on core, payload and primitives-traits crates (#9724) 2024-07-23 12:08:01 +00:00
6c720579bb chore: return content type for prometheus metrics (#9676)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-22 12:49:40 +00:00
f8812e2aa5 chore: require enginetypes 'static (#9645) 2024-07-19 13:44:44 +00:00
ea47939de4 feat: allow custom provider type (#9606) 2024-07-18 12:07:58 +00:00
9e1ea9718a chore: clarify metrics and prometheus (#9603) 2024-07-18 10:26:10 +00:00
e2814406ad feat: add EthNodeLauncher (#9575) 2024-07-17 16:23:02 +00:00
2aa94e9aee chore(rpc): expose ethapi in node builder for op customisation (#9444)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-16 13:53:03 +00:00
a617bd0f3b replaced generic to box dyn (#9443) 2024-07-12 14:15:23 +00:00
805673c656 chore(pruner): remove deletion limit per block, make it per run (#9446) 2024-07-11 20:16:30 +00:00
95bde32cdf fix: accept concurrent prometheus connections (#9459) 2024-07-11 20:15:09 +00:00
b040b86a54 feat(prune, stages): prune pipeline stage (#9419) 2024-07-11 19:18:56 +00:00
fc3d0eb9d7 docs(node): replace the old --dicsv5.addr with --discovery.addr (#9436)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
2024-07-11 04:38:51 +00:00
47c038201a feat: parsers (#9366) 2024-07-10 12:44:18 +00:00
f479db2010 Added wrapper type defaulting to prague engine caps (#9413) 2024-07-10 12:10:52 +00:00
9c0bc8477a refactor(rpc): remove intermediate types from rpc start up process (#9180)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-08 21:06:52 +00:00
3e8a2a29c5 Integrate permits for getproof (#9363) 2024-07-08 17:51:08 +00:00
aaa27d6f5c feat(pruner): log stats as an ordered list of segments (#9370) 2024-07-08 14:29:43 +00:00
cbf19c1656 replacing network_handle with peer_info trait object (#9367) 2024-07-08 13:01:51 +00:00