Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move db commands to commands crate #9084

Closed
Tracked by #9038 ...
mattsse opened this issue Jun 25, 2024 · 0 comments · Fixed by #9217
Closed
Tracked by #9038 ...

move db commands to commands crate #9084

mattsse opened this issue Jun 25, 2024 · 0 comments · Fixed by #9217
Labels
D-good-first-issue Nice and easy! A great choice to get started

Comments

@mattsse
Copy link
Collaborator

mattsse commented Jun 25, 2024

these commands only depend on the db itself:

//! Database debugging tool

and can easily be moved to new commands crate:

//! Commonly used reth CLI commands.

TODO

  • move reth/commands/db to cli/commands
@mattsse mattsse added the D-good-first-issue Nice and easy! A great choice to get started label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-good-first-issue Nice and easy! A great choice to get started
Projects
Archived in project
1 participant