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

Reusable command implementations #9038

Closed
2 of 3 tasks
mattsse opened this issue Jun 23, 2024 · 1 comment
Closed
2 of 3 tasks

Reusable command implementations #9038

mattsse opened this issue Jun 23, 2024 · 1 comment
Labels
A-cli Related to the reth CLI C-enhancement New feature or request C-tracking-issue An issue that collects information about a broad development initiative

Comments

@mattsse
Copy link
Collaborator

mattsse commented Jun 23, 2024

Describe the feature

currently all commands are in the reth binary crate and are shared with the optimism binary.

we expect that more networks would like to use existing commands. to make this easier we need a way to reuse them, independent of the reth Cli type.

this likely needs some form of separation of type-def and impl.

Tasks

Preview Give feedback
  1. D-good-first-issue
  2. A-cli
    loocapro

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Jun 23, 2024
@mattsse mattsse added C-tracking-issue An issue that collects information about a broad development initiative and removed S-needs-triage This issue needs to be labelled labels Jun 23, 2024
@mattsse mattsse added the A-cli Related to the reth CLI label Jun 23, 2024
@mattsse
Copy link
Collaborator Author

mattsse commented Jul 9, 2024

completed

@mattsse mattsse closed this as completed Jul 9, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Reth Tracker Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Related to the reth CLI C-enhancement New feature or request C-tracking-issue An issue that collects information about a broad development initiative
Projects
Archived in project
Development

No branches or pull requests

1 participant