Commit Graph

96 Commits

Author SHA1 Message Date
Matthias Seitz
83d412da70 fix(op): configure discv5 properly in op builder (#9058) 2024-06-24 16:01:42 +00:00
joshieDo
2473ed880b chore: remove serde from ChainSpec (#9017) 2024-06-21 15:29:37 +00:00
joshieDo
a493b6270d chore: remove AllGenesisFormats (#9013) 2024-06-21 14:05:37 +00:00
Matthias Seitz
27d26ac10d chore: rm custom chainspec parser (#8998) 2024-06-20 18:44:31 +00:00
Dan Cline
8b6ca877d6 chore: use alloy-genesis imports for Genesis (#8973) 2024-06-19 23:14:25 +00:00
joshieDo
2a5c93fab3 chore: use reth_chainspec where possible (#8891) 2024-06-17 16:09:09 +00:00
joshieDo
fc770423b3 fix(ci): add missing const fn (#8822) 2024-06-14 10:07:39 +00:00
Dan Cline
ce5c6e948a feat: log debug log directory on startup (#8785) 2024-06-13 11:05:10 +00:00
Pelle
0de932d174 chore: remove HeaderSyncMode::Continuous & debug.continuous (#8714)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-06-12 15:09:45 +00:00
Dan Cline
fcd28f69a8 feat: introduce reth benchmark command (#8284)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-06-12 14:38:42 +00:00
Qiwei Yang
3202c9072d refactor: move discv5 logic for op to reth-node-optimism (#8690) 2024-06-11 10:42:54 +00:00
Aurélien
08cb775455 feat: move RethRpcConfig to rpc-builder (#8684)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-10 22:08:51 +00:00
Seva Zhidkov
3a8baa0106 feat: --debug.etherscan for fake consensus client (#8082)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-06-10 16:39:52 +00:00
joshieDo
ade059235b chore: move primitives/prune to reth-prune-types (#8676) 2024-06-07 15:24:39 +00:00
Dan Cline
ef3f67743d feat: resolve domains in enode strings (#8188)
Co-authored-by: Serge Radinovich <47865535+sergerad@users.noreply.github.com>
2024-06-05 23:43:25 +00:00
0xAtreides
7e60bc4dae feature: loglevel value parser (#8573)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-05 07:58:26 +00:00
Aurélien
e1f39bdc2f feat: move RPC cache constants and type (#8597) 2024-06-04 19:13:19 +00:00
Aurélien
60f6657988 feat: move core rpc server types to standalone crate (#8515) 2024-06-04 12:06:47 +00:00
back
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
Thomas Coratger
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
Thomas Coratger
da233bf322 add empty_line_after_doc_comments and remove option_if_let_else (#8539) 2024-06-01 15:21:50 +00:00
James Prestwich
bafec99f6b Refactor: Clean up RpcModuleSelection API (#8504)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-30 11:54:41 +00:00
Matthias Seitz
d58e69e4a2 chore: make networkconfig builder setup nicer (#8496) 2024-05-30 11:29:18 +00:00
Thomas Coratger
3d3f52b2a4 Add missing_const_for_fn clippy lint (#8498) 2024-05-30 09:50:03 +00:00
Thomas Coratger
19c529e8df add use_self clippy lint (#8325) 2024-05-29 13:14:14 +00:00
Matthias Seitz
d777d5f270 chore: rm reth-interfaces from node-core (#8449) 2024-05-28 22:34:36 +00:00
Matthias Seitz
72f2f1b850 chore: rm unused functions (#8396) 2024-05-25 14:58:14 +02:00
Matthias Seitz
a6cfa2c089 chore: remove rpc-layer dep (#8395) 2024-05-25 14:36:01 +02:00
Matthias Seitz
c73af6298e chore: remove network setup from config (#8364)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2024-05-23 12:59:06 +00:00
Matthias Seitz
4250c33da1 chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-05-23 13:24:20 +02:00
Alexey Shekhirin
f45ca74772 refactor(consensus, evm): move post-execution validation to consensus (#8321) 2024-05-22 17:20:14 +00:00
Emilia Hane
23738e6db5 fix(cli): tx fetcher args help (#8297)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-05-21 09:21:50 +00:00
Matthias Seitz
de79f2657c chore: integrate discv5 config builder in networkconfig builder (#7856)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-05-20 07:49:03 +00:00
Quentin V
db9c559247 refactor: Replace JwtSecret with alloy's version of it (#8299)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-19 12:36:24 +00:00
Emilia Hane
3541edf862 fix(op): reorder supported chain (#8310) 2024-05-19 08:39:19 +00:00
Serge Radinovich
9441d984ae Move reth-primitives::fs module to fs-utils crate (#8286)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-17 08:31:31 +00:00
Delweng
19e5fcb003 docs(network): update command instruction for the --trusted-only (#8246)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-14 12:41:32 +00:00
Rupam Dey
e20cb91827 Extract layers module from rpc crate (#8163)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
2024-05-11 13:41:41 +00:00
guha-rahul
5b4e10cbdc Add helpful text for tx pool flags in reth --help (#8134) 2024-05-07 10:26:59 +00:00
Emilia Hane
16f85c4339 fix(discv5): decouple rlpx & discv5 ipmode (#8080)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-06 17:36:08 +00:00
Hai | RISE
7fd091536f fix(rpc_server): remember to set ipc config for auth server (#8120)
Co-authored-by: dzung <dzung@caliber.build>
2024-05-06 12:40:55 +00:00
Emilia Hane
f20e4cbad8 debt(discv5): discv5 integration into network (#8065) 2024-05-03 12:38:26 +00:00
Matthias Seitz
90f3161256 chore: remove InspectorStack (#8073) 2024-05-03 12:15:04 +00:00
Roman Krasiuk
5378dd79e2 feat: new payload skipper (#8050) 2024-05-02 17:01:32 +00:00
Emilia Hane
7428573d7c feat(discv5): bootstrap cli (#8004) 2024-05-02 11:16:22 +00:00
Håvard Anda Estensen
fb960fb3e4 refactor: remove _args prefix from modules in node_core (#8015) 2024-05-01 08:20:53 +00:00
Abner Zheng
b6b2cf816e Add windows Ipc Client implementation (#7187) 2024-04-26 13:34:34 +00:00
Matthias Seitz
663a7185e6 chore: more LaunchContext helpers (#7894) 2024-04-25 18:18:46 +00:00
Delweng
7a593882e1 chore(github): use codespell to inspect and correct spelling issues (#7775)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-04-23 21:32:59 +00:00
Abner Zheng
ee1c811c43 feat: integrate RpcMiddleware in IPC (#7790) 2024-04-23 15:08:32 +00:00