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

harness: Update to work with geth v1.13.x + #3122

Open
JoeGruffins opened this issue Dec 17, 2024 · 1 comment · May be fixed by #3123
Open

harness: Update to work with geth v1.13.x + #3122

JoeGruffins opened this issue Dec 17, 2024 · 1 comment · May be fixed by #3123
Assignees

Comments

@JoeGruffins
Copy link
Member

Trying on geth version 1.14.9-stable-c350d3ac it seems many things are broken. The main problem is:

Fatal: Failed to register the Ethereum service: only PoS networks are supported, please transition old ones with Geth v1.13.x

This may be a large job. Maybe we cannot use the miner anymore. That messes up a lot of testing utilities we have, and tests.

@JoeGruffins
Copy link
Member Author

JoeGruffins commented Dec 17, 2024

I'll do this. It looks like we have to start using --dev flag. Apparently it still allows mining... https://geth.ethereum.org/docs/developers/dapp-developer/dev-mode

related ethereum/go-ethereum#29251 (comment)

@JoeGruffins JoeGruffins changed the title harness: Update to work with eth v1.13.x + harness: Update to work with geth v1.13.x + Dec 18, 2024
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 a pull request may close this issue.

1 participant