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

Script fix to run a Geth Node #66

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Conversation

ILoomans
Copy link
Contributor

@ILoomans ILoomans commented Jul 19, 2023

What does this PR do?

This PR fixes the issue of starting a GETH Node using @EVMTest(NodeType.GETH). It updates the geth cli commands to be compatible with GETH version used

Updates include

--rpc flag became --http flag
-- rpcaddr became --http.addr
-- nousb is deprecated
Set --miner.etherbase

Where should the reviewer start?

Please look at the updates in the script files

Why is it needed?

In order to solve issues such as this: Issue

@ILoomans ILoomans changed the title Updated Scripts & Ran Geth Test Fix script to run a Geth Node Jul 19, 2023
@ILoomans ILoomans changed the title Fix script to run a Geth Node Script fix to run a Geth Node Jul 19, 2023
@ILoomans
Copy link
Contributor Author

@conor10 @iikirilov Let me know when you have a chance to review this! I think it would be a useful fix

Copy link
Contributor

@NickSneo NickSneo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NickSneo NickSneo merged commit a750d06 into hyperledger-web3j:master Aug 1, 2023
1 check passed
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.

2 participants