Release notes
This release supports the new testnet in space: Holesky
Due to the unsuccessful initial launch of the Holesky network, the date has been rescheduled. Below are the updated details:
- Launch date: September 28, 2023, 12:00 UTC
- Epoch time: 1695902400
- Network id: 17000
More details can be found here: https://github.com/eth-clients/holesky
To use Nethermind with this new network, follow these steps:
-
Run Nethermind with new config:
- For a Snap Synced node, use the flag
--config holesky
. - For an archival mode setup, use the flag
--config holesky_archive
.
- For a Snap Synced node, use the flag
-
Run a consensus client that supports the Holesky network.
Changelog
Holesky
- [Fix][Holesky] timestamps and genesis updates by @smartprogrammer93 in #6112
Full Changelog: 1.20.3...1.20.4