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

Update Geth command usage #3188

Closed
Tracked by #2854
reedsa opened this issue Jan 10, 2024 · 1 comment
Closed
Tracked by #2854

Update Geth command usage #3188

reedsa opened this issue Jan 10, 2024 · 1 comment
Labels
v7 breaking changes considered for v7

Comments

@reedsa
Copy link
Contributor

reedsa commented Jan 10, 2024

Newer versions of geth (>= v1.12.x) dropped support for PoW and mining. When invoking geth, some unsupported flags are still used and prevent the test chain from starting.

Basic examples include --ethash.dagsondisk and --miner.etherbase used within the go_ethereum.py fixture generator.

Several other commands invoke geth within integration tests and should be updated if necessary.

@reedsa reedsa added the v7 breaking changes considered for v7 label Jan 10, 2024
@fselmo
Copy link
Collaborator

fselmo commented Jan 31, 2024

closed by #3191 and #3209

@fselmo fselmo closed this as completed Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v7 breaking changes considered for v7
Projects
None yet
Development

No branches or pull requests

2 participants