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

feat(node-bindings): support appending extra args #1299

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

yash-atreya
Copy link
Member

@yash-atreya yash-atreya commented Sep 17, 2024

Motivation

Currently, users cannot append any extra args to pass to reth or geth. We can only launch their respective instances with settings we have available in the builder api.

Solution

Adds args: Vec<OsString> to both Reth and Geth that get appended to the cmd before spawning the instance.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@mattsse mattsse merged commit a0eea36 into main Sep 17, 2024
26 checks passed
@mattsse mattsse deleted the yash/extra-args-node-bindings branch September 17, 2024 16:50
lwedge99 pushed a commit to sentioxyz/alloy that referenced this pull request Oct 8, 2024
* feat(`node-bindings`): support appending args that are not part of the builder api

* use OsString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants