We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying on geth version 1.14.9-stable-c350d3ac it seems many things are broken. The main problem is:
geth version 1.14.9-stable-c350d3ac
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.
The text was updated successfully, but these errors were encountered:
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
--dev
related ethereum/go-ethereum#29251 (comment)
Sorry, something went wrong.
JoeGruffins
Successfully merging a pull request may close this issue.
Trying on
geth version 1.14.9-stable-c350d3ac
it seems many things are broken. The main problem is: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.
The text was updated successfully, but these errors were encountered: