Commit Graph

395 Commits

Author SHA1 Message Date
4c6e5be876 add manual_assert clippy lint (#8578)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-06-04 08:27:40 +00:00
56859b4172 chore: rm println (#8576) 2024-06-03 21:14:55 +00:00
0f1bad98f2 chore: log endpoint as path (#8567) 2024-06-03 17:35:51 +00:00
4522fd8baf feat(cli): override static files datadir (#7212)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-06-03 16:47:15 +00:00
7c17c6e469 add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-03 13:21:45 +00:00
063807b3ae fix auto-seal consensus duplicate notification (#8548) 2024-06-03 12:10:27 +00:00
a4df6bbd62 feat: run StaticFileProvider::check_consistency on start up (#8143) 2024-06-01 10:56:13 +00:00
105570ded0 fix: pruner config use toml over default (#8533) 2024-05-31 23:48:42 +00:00
3d3f52b2a4 Add missing_const_for_fn clippy lint (#8498) 2024-05-30 09:50:03 +00:00
99068198db fix: update broken link (#8502) 2024-05-30 04:00:26 +00:00
bed246c0ac chore: name rayon threads (#8471) 2024-05-29 14:16:12 +00:00
19c529e8df add use_self clippy lint (#8325) 2024-05-29 13:14:14 +00:00
03c3d5182f chore: rm reth-interfaces from node-builder (#8438) 2024-05-28 16:35:32 +00:00
50590aa18c chore: rm redundant pin (#8397) 2024-05-25 16:11:48 +00:00
7dd787707c refactor: extract init from node-core (#8373)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-25 10:20:04 +00:00
a8e5eb6186 feat: implement clientVersionV1 in engine API (#8016) 2024-05-24 17:38:06 +00:00
155876d28c chore: improve HaveNotReceivedUpdatesForAWhile warning (#8356) 2024-05-23 13:17:48 +02:00
d0386b8166 feat: use broadcast channel for event listeners (#8193)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-05-22 17:36:51 +00:00
d9f9504dbd chore: refactor DefaultStages to take StageConfig (#8173) 2024-05-12 11:38:34 +00:00
e20cb91827 Extract layers module from rpc crate (#8163)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-05-11 13:41:41 +00:00
a8bbab2470 chore: implement traits directly for futures::Either (#8172) 2024-05-10 10:36:45 +00:00
e172a8e38a Move and rename ``BeaconConsensus` to `EthBeaconConsensus`` (#8140)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-07 17:41:03 +00:00
90f3161256 chore: remove InspectorStack (#8073) 2024-05-03 12:15:04 +00:00
067b0ff420 feat: integrate ExecutorProvider (#7798) 2024-05-03 11:39:46 +00:00
aef1bcc435 chore: make clippy happy (#8068) 2024-05-03 10:18:41 +00:00
9eb7d961d7 integrate FullNodeComponents in exexcomponents (#8051) 2024-05-02 17:45:34 +00:00
5378dd79e2 feat: new payload skipper (#8050) 2024-05-02 17:01:32 +00:00
e68ab2f58c refactor: engine interceptors (#8048) 2024-05-02 15:17:28 +00:00
bb7f1135d0 feat: write pruning config if --full is present (#7938) 2024-05-02 09:32:46 +00:00
399afd802c feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024) 2024-05-01 15:22:49 +00:00
f157ec83b6 chore: remove redundant suffix in ChainPath methods (#8025) 2024-05-01 14:59:42 +00:00
d04d9556fa feat: make nodetypes stateless and move evm to components (#7992) 2024-04-30 16:56:34 +00:00
0f9658cfa1 chore: use FnOnce on WithLaunchContext methods (#7989) 2024-04-30 11:27:56 +00:00
b3d7b7d501 feat: StaticFileProviderFactory (#7983) 2024-04-30 10:30:04 +00:00
1fe00a7c35 feat: use FnOnce for node hooks (#7975)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-04-30 10:23:02 +00:00
4c01856e6d chore: pool type must be unpin (#7974) 2024-04-29 21:45:43 +00:00
55017ef028 chore: less restrictive bounds (#7970) 2024-04-29 19:45:05 +00:00
af2da06a0d chore: add required trait bounds to DB type (#7960) 2024-04-29 13:18:23 +00:00
3fc5cf6461 feat: use ComponentsBuilder as associated type in Node trait (#7957) 2024-04-29 12:09:07 +00:00
1fbcdeb065 Tracking current stage on pipeline unwind (#6558) 2024-04-29 11:15:38 +00:00
1f6753b84a chore: mode node-builder to node dir (#7952) 2024-04-29 10:30:49 +00:00
659059c67f feat: split nodebuilder generics into separate states (#7847) 2024-04-24 20:18:07 +00:00
6d2e20cd85 chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 11:50:19 +00:00
6646a329ad chore: move node-api to node dir (#7743) 2024-04-19 13:23:53 +00:00
6863cdb42b chore: introduce node dir (#7720)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-04-18 16:33:29 +00:00