Files
lighthouse/scripts
Pawan Dhananjay a7da331f6a Fix geth scripts (#4342)
## Issue Addressed

N/A

## Proposed Changes

Geth's latest release breaks our CI with the following message
```
Fatal: Failed to register the Ethereum service: ethash is only supported as a historical component of already merged networks
Shutting down
```
Latest geth version has removed support for PoW networks. Hence, we need to add an extra `terminalTotalDifficultyPassed ` parameter in the genesis config to start from a merged network.
2023-05-30 01:38:50 +00:00
..
2021-10-05 22:54:11 +00:00
2023-05-30 01:38:50 +00:00
2023-05-30 01:38:50 +00:00
2020-11-13 06:06:35 +00:00