You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: