Move 2982 to Last Call (#3676)

* Move 2982 to Last Call

* Apply suggestions from code review

Co-authored-by: Pooja Ranjan <29681685+poojaranjan@users.noreply.github.com>

* remove "tbd" from eip 2982

* Update EIPS/eip-2982.md

* fix typo

Co-authored-by: Pooja Ranjan <29681685+poojaranjan@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
This commit is contained in:
Danny Ryan 2021-08-26 19:51:03 -06:00 committed by GitHub
parent 6ea1b6e4e3
commit cb6dc104b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@ eip: 2982
title: Serenity Phase 0
author: Danny Ryan (@djrtwo), Vitalik Buterin (@vbuterin)
discussions-to: https://ethereum-magicians.org/t/serenity-phase-0-eip/4621
status: Review
status: Last Call
review-period-end: 2021-09-09
type: Informational
created: 2020-09-15
---
@ -51,7 +52,7 @@ See the [Ethereum wiki proof-of-stake FAQ](https://eth.wiki/en/concepts/proof-of
Phase 0 is designed to require _no breaking consensus changes_ to existing Ethereum mainnet. Instead, this is the bootstraping a new PoS consensus that can, once stable, supplant the current PoW consensus.
Phase 0 specifications are maintained in a [repository](https://github.com/ethereum/eth2.0-specs) independent of this EIP. `SPEC_RELEASE_VERSION` release (TBD) of the specs at `SPEC_RELEASE_COMMIT` are considered the canonical Phase 0 specs for this EIP.
Phase 0 specifications are maintained in a [repository](https://github.com/ethereum/eth2.0-specs) independent of this EIP. `SPEC_RELEASE_VERSION` release of the specs at `SPEC_RELEASE_COMMIT` are considered the canonical Phase 0 specs for this EIP.
This EIP provides a high level view on the Phase 0 mechanisms, especially those that are relevant to Ethereum mainnet (e.g. the deposit contract) and users (e.g. validator mechanics and eth2 issuance). The extended and low level details remain in the [specs repository](https://github.com/ethereum/eth2.0-specs).