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
..
ci Fix name collision in script (#2678) 2021-10-05 22:54:11 +00:00
cross Ensure protoc is installed for release CI (#3621) 2022-10-03 23:09:25 +00:00
local_testnet Fix geth scripts (#4342) 2023-05-30 01:38:50 +00:00
tests Fix geth scripts (#4342) 2023-05-30 01:38:50 +00:00
change_version.sh Release v0.3.4 (#1894) 2020-11-13 06:06:35 +00:00