-
Notifications
You must be signed in to change notification settings - Fork 32
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
Unclear what version of geth or openethereum ethnode is running at the moment #19
Comments
TimDaub
added a commit
to TimDaub/ethnode
that referenced
this issue
May 16, 2021
TimDaub
added a commit
to TimDaub/ethnode
that referenced
this issue
May 16, 2021
I looked at the feasibility of implementing this, but to me it seemed unnecessarily complicated for such a simple thing. I ended up allowing the direct passing of arguments to the nodes (2) which fixed the problem with a minimal set of changes to the code. |
vrde
pushed a commit
that referenced
this issue
May 16, 2021
* Allow passing arguments directly to Ethereum node - Fixes #19 * Problem: Error when --nodeArguments are missing Make sure to pass no arguments when nodeArguments value is falsy.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem:
I want to file a bug over at openethereum/openethereum, but for that I need to know which version of e.g. openethereum ethnode is currently running.
Ideas:
--version
, ethnode could also show the version of the underlying Ethereum nodeThe text was updated successfully, but these errors were encountered: