Pre-release v2.0.0-rc.1
This is a required upgrade for all nodes on the Prater Testnet.
As you may have heard, Prater is upgrading to Altair at 2021-09-02 12:24:00 UTC. We are recommending a pre-release for Prater hard fork to ensure bugs and breakages do not leak into mainnet. Please DO NOT upgrade for your mainnet nodes with this release. We will have a proper release for that after stability has been ensured in the testnet.
Thank you all for the support!
Changes
- Baked in scheduled Altair upgrade on the Prater testnet at epoch 36660 (2021-09-02 12:24:00 UTC)
- Implemented Altair spec from: https://github.com/ethereum/eth2.0-specs/tree/dev/specs/altair
- Significant changes relative to the latest production release. Compare this diff for full list of changes.
To learn more about Altair: https://github.com/ethereum/annotated-spec/blob/master/altair/beacon-chain.md
Using this pre-release
- Docker images are available for beacon node and validator with the tag
v2.0.0-rc.1
. - Prysm.sh script will only use v2.0.0-rc.1 if you set the version override environment variable
USE_PRYSM_VERSION=v2.0.0-rc.1
- Build from source at commit 49dce52 or tag v2.0.0-rc.
Prater Genesis Bootstrapping
If you have not run a Prater Prysm node yet, you will need to download the pre-generated genesis state for prater and provide the beacon node flag --genesis-state=/path/to/prater/genesis.ssz
.
The genesis.ssz state file can be found in the eth2-clients/eth2-networks repo.