From c979e690030d22661b1d7e5c433ecf4a809683db Mon Sep 17 00:00:00 2001 From: protolambda Date: Sun, 14 Mar 2021 22:54:30 +0100 Subject: [PATCH 1/2] Altair in description and titles --- specs/altair/beacon-chain.md | 2 +- specs/altair/fork.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index 733411361..43c0a9710 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -1,4 +1,4 @@ -# Ethereum 2.0 Altair +# Ethereum 2.0 Altair Beacon chain changes ## Table of contents diff --git a/specs/altair/fork.md b/specs/altair/fork.md index ad157f272..e80cee351 100644 --- a/specs/altair/fork.md +++ b/specs/altair/fork.md @@ -1,4 +1,4 @@ -# Ethereum 2.0 Light Client Support -- From Phase 0 to Light Client Patch +# Ethereum 2.0 Altair fork **Notice**: This document is a work-in-progress for researchers and implementers. @@ -17,7 +17,7 @@ ## Introduction -This document describes the process of moving from Phase 0 to Phase 1 of Ethereum 2.0. +This document describes the process of the first upgrade of Ethereum 2.0: the Altair hardfork, introducing Light Client support. ## Configuration @@ -36,7 +36,7 @@ TBD. Social consensus, along with state conditions such as epoch boundary, final ### Upgrading the state -After `process_slots` of Phase 0 finishes, if `state.slot == ALTAIR_FORK_SLOT`, an irregular state change is made to upgrade to light-client patch. +After `process_slots` of Phase 0 finishes, if `state.slot == ALTAIR_FORK_SLOT`, an irregular state change is made to upgrade to Altair. ```python def upgrade_to_altair(pre: phase0.BeaconState) -> BeaconState: From 178a99480495ba7c5aca2ec693d6ef42321f9eac Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 15 Mar 2021 07:33:14 -0600 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Hsiao-Wei Wang --- specs/altair/fork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/altair/fork.md b/specs/altair/fork.md index e80cee351..4d6c0c88a 100644 --- a/specs/altair/fork.md +++ b/specs/altair/fork.md @@ -17,7 +17,7 @@ ## Introduction -This document describes the process of the first upgrade of Ethereum 2.0: the Altair hardfork, introducing Light Client support. +This document describes the process of the first upgrade of Ethereum 2.0: the Altair hard fork, introducing light client support and other improvements. ## Configuration