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

Make launch_addons easier to consume #12547

Open
mattsse opened this issue Nov 14, 2024 · 0 comments
Open

Make launch_addons easier to consume #12547

mattsse opened this issue Nov 14, 2024 · 0 comments
Assignees
Labels
A-sdk Related to reth's use as a library C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented Nov 14, 2024

Describe the feature

async fn launch_add_ons(self, ctx: AddOnsContext<'_, N>) -> eyre::Result<Self::Handle> {

currently op and eth both use the same code:

we'd like to modify this step entirely, hence we need to extract this to a helper type that provides reusable functions, like spawning the servers etc.

Additional context

No response

@mattsse mattsse added A-sdk Related to reth's use as a library C-enhancement New feature or request labels Nov 14, 2024
@mattsse mattsse self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sdk Related to reth's use as a library C-enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant