ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
4.97k stars 1.69k forks source link

Update Geth command usage #3188

Closed reedsa closed 7 months ago

reedsa commented 8 months ago

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.

fselmo commented 7 months ago

closed by #3191 and #3209