split phase1 features

This commit is contained in:
protolambda 2021-03-17 23:44:16 +01:00
parent 3f97cca531
commit 4068a887c5
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
9 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
## Introduction
This document is the beacon chain fork choice spec for part of Ethereum 2.0 Phase 1. The only change that we add from phase 0 is that we add a concept of "data dependencies"; a block is only eligible for consideration in the fork choice after a data availability test has been successfully completed for all dependencies. The "root" of a shard block for data dependency purposes is considered to be a DataCommitment object, which is a pair of a Kate commitment and a length.
This document is the beacon chain fork choice spec for part of Ethereum 2.0 Phase 1. The only change that we add from phase 0 is that we add a concept of "data dependencies";
a block is only eligible for consideration in the fork choice after a data availability test has been successfully completed for all dependencies.
The "root" of a shard block for data dependency purposes is considered to be a DataCommitment object, which is a pair of a Kate commitment and a length.
## Dependency calculation