Commit Graph

38 Commits

Author SHA1 Message Date
b7ef60b899 Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-03-18 23:29:19 +00:00
c5955f1305 feat: integrate builder (#6611) 2024-02-29 16:50:04 +00:00
17818e79d4 chore(cli): fix clap deprecated warnings (#6872)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-02-29 13:24:13 +00:00
a47c62c84b feat: Add dumpgenesis subcommand (#6797) 2024-02-27 14:31:58 +00:00
a43885e5d8 chore: move cli runner to reth-node-core (#6710) 2024-02-21 10:55:30 +00:00
79452eadaf chore: make clippy happy (#6666) 2024-02-19 06:31:47 +00:00
3fafa8c50f chore: node-core cleanup (#6189) 2024-01-23 19:49:24 +00:00
7e982ef3ad chore: delete duplicated node args types (#6169) 2024-01-22 22:40:15 +00:00
7ceec05e63 Moving more types from reth crate to node core crate (#6102)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-01-22 15:05:46 +00:00
8078c515c7 Json structured logs (#5784)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-01-09 11:19:41 +00:00
92ecc2f835 chore: move LogArgs to own mod (#5901) 2023-12-30 11:39:45 +01:00
5cc01b63a9 chore: move builder to own module (#5899) 2023-12-30 10:36:20 +01:00
9821f77078 chore: move reth commands to separate folder (#5886) 2023-12-29 17:01:39 +00:00
a680a03658 feat: Introduce NodeBuilder (#5869)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-12-28 16:01:32 +00:00
e341f47a16 fmt: add a space between inner doc-comments and following items (#5880) 2023-12-28 15:52:20 +00:00
3aa718a561 Revert "feat: Introduce NodeBuilder" (#5868) 2023-12-27 14:23:32 +01:00
8e9b02f128 feat: Introduce NodeBuilder (#5824) 2023-12-27 12:56:20 +00:00
829d3ede65 feat(bin): parse RUST_LOG in journald and log file filters (#5735) 2023-12-12 12:07:28 +00:00
4cda40b3cf Revert 1e523049ca (#5731) 2023-12-11 19:08:31 +00:00
1e523049ca feat(bin) enhance logging config to make RUST_LOG for journalId and File writers (#5687)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-12-11 14:57:45 +00:00
a100fb3e46 feat(bin) : refactor ZeroAsNone struct to a Macro (#5397)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-12 12:10:00 +00:00
320ffd2a03 restrict --chain flag setting for op-reth node & fix help info (#5334)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-11-07 16:45:00 +00:00
d762d2d9f7 feat: downgrade trie debug logs to trace, cleanup debug logs more (#5285) 2023-11-07 12:58:36 +00:00
9ca44efe9f feat(bin): separate journald and file log filters, log debug to file by default (#5197) 2023-10-31 11:08:15 +00:00
36306ce916 feat: add cli ext event hooks example (#4935) 2023-10-06 18:05:03 +00:00
066998dc80 refactor: simplify RethNodeCommandConfig trait (#4895) 2023-10-04 18:35:27 +00:00
6d7dacffdf docs: add holesky to list of chains in cli docs (#4842) 2023-09-28 18:16:05 +00:00
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
66589209a0 feat: enable size-limited file logs by default (#4192)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-18 14:08:18 +00:00
cd71f689cd feat: add a CLI flag for secondary nodes (#4029)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-31 01:58:02 +00:00
3ffcae360e feat(cli): allow overriding kzg trusted setup (#4335) 2023-08-30 00:41:29 +00:00
e527531a70 ref(cli): remove duplicated clap arg (#4336) 2023-08-28 15:01:06 +00:00
4ff8bca977 feat: add flag to CLI to disable colour coding of console output (#4033)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-14 09:25:44 +00:00
32dd9af531 feat(cli): storage tries recovery (#4109) 2023-08-08 08:59:43 +00:00
c0abfcedff chore: rename command to NodeCommand and make fields pub (#4080) 2023-08-05 14:57:12 +00:00
82a2a6f416 feat: extend RethCliExt with payload builder (#4022) 2023-08-04 12:39:07 +00:00
b28bc8de57 chore: add example how to install additional rpc namespace (#4005) 2023-07-31 23:49:19 +00:00
a1e68151d3 feat: Add RethCliExt (#3983) 2023-07-31 14:55:11 +00:00