From f3460809015d1bea884988b339a577fb245f6395 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 11 Jul 2019 11:22:08 -0600 Subject: [PATCH 1/2] phase 2 wiki to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f32df03f..f1d7099dd 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ Core specifications for Eth 2.0 client validation can be found in [specs/core](s * [Custody Game](specs/core/1_custody-game.md) * [Shard Data Chains](specs/core/1_shard-data-chains.md) +### Phase 2 + +Phase 2 is still heavily in R&D and does not yet have any formal specifications. + +See the [Eth 2.0 Phase 2 Wiki](https://hackmd.io/UzysWse1Th240HELswKqVA?view) for current progress, discussions, and definitions regarding this work. + ### Accompanying documents can be found in [specs](specs) and include: * [SimpleSerialize (SSZ) spec](specs/simple-serialize.md) From 0b999e39bd312dd249589e7f2ca361f59b21eb6c Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Fri, 12 Jul 2019 06:38:00 -0600 Subject: [PATCH 2/2] Update README.md Co-Authored-By: Hsiao-Wei Wang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d7099dd..0ae6156e7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Core specifications for Eth 2.0 client validation can be found in [specs/core](s ### Phase 2 -Phase 2 is still heavily in R&D and does not yet have any formal specifications. +Phase 2 is still actively in R&D and does not yet have any formal specifications. See the [Eth 2.0 Phase 2 Wiki](https://hackmd.io/UzysWse1Th240HELswKqVA?view) for current progress, discussions, and definitions regarding this work.