Commit Graph

23 Commits

Author SHA1 Message Date
f759ca6036 chore(cli): move utils to reth-cli-utils crate (#9297) 2024-07-04 12:34:55 +00:00
f0c97cab74 fix(cli): don't init datadir if it doesn't exist in db command (#9264)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-04 08:16:20 +00:00
71041b06a8 feat: add ChainspecParser trait (#9259)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-03 11:03:57 +00:00
405b730455 chore: remove prune_modes from BlockWriter (#9231) 2024-07-02 19:40:07 +00:00
6db598da1d chore: extract db commands (#9217)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-07-01 16:20:07 +00:00
c23fe39dd3 feat: integrate CLI runner in CLI trait (#9146) 2024-06-27 16:11:06 +00:00
9542f3bcf0 feat: add parser functionality to RethCli (#9127) 2024-06-26 19:39:49 +00:00
46fdc38833 feat: initial cli abstraction (#9082) 2024-06-25 11:49:27 +00:00
5585cb8cfa chore: add empty commands crate (#9039) 2024-06-24 22:03:19 +00:00
7b5864329d fix: add a 5 second timeout for tokio_runtime shutdown (#8771)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-12 18:49:05 +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
13c914598e chore: name std threads (#8475) 2024-05-29 14:44:58 +00:00
jn
8f8b29b3ce refactor: replace futures_util pin and tokio_pin with std pin (#8109) 2024-05-06 10:14:54 +00:00
a1059bed99 chore: extract cli runner from node-core (#7719) 2024-04-18 19:50:41 +00:00
acac82fcb3 refactor: introduce reth-staged-sync crate (#962) 2023-01-21 15:34:49 -08:00
f462f75535 chore(deps): rm unused deps (#915) 2023-01-18 09:45:59 -08:00
4f91344b5b feat: BlockTransition remove hash from NumHash db index (#894) 2023-01-17 16:18:31 -08:00
f9de425ad8 refactor: unify all chains confs (#747)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-01-17 07:47:34 -08:00
20ee1bb1c9 refactor: move cli trace helpers to reth-tracing (#820) 2023-01-11 10:20:37 -08:00
2e87017686 feat(cli): more reasonable log output (#784) 2023-01-11 11:53:33 +01:00
aabbe4923b chore(codecs): add proptest roundtrip to all main_codec (#803) 2023-01-10 22:06:01 -08:00
3bd1458df6 Rename cursor functions (#787) 2023-01-10 20:08:30 +01:00
515590faa8 refactor: move cli utils to new reth-cli-utils crate (#790)
* Move bin/src/util to reth-cli-utils

* Add reth-cli-utils to workspace members

* Fix imports in bin/src

* Create reth-cli-utils crate

* Add utils import
2023-01-10 01:13:41 +01:00