Pre-release v2.0.0-rc.2
Changes
- Many bug fixes and improvements (full detailed v2 changelog coming soon!)
- Major refactoring and reorganizing of Prysm codebase.
- Further alignment with standard API and standard prometheus metrics
- 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.2
. - Prysm.sh script will only use v2.0.0-rc.2 if you set the version override environment variable
USE_PRYSM_VERSION=v2.0.0-rc.2
- Build from source at commit 161a13a or tag v2.0.0-rc.2.
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.
Thank you all for the support!