-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modularize Phase1 into post-Merge features: Sharding, Custody Game, Data Availability Sampling #2254
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 tasks
protolambda
added
scope:custody
scope:DAS
Data Availability Sampling (DAS)
scope:sharding
Sharding
labels
Mar 18, 2021
…fining the new SSZ class with the new field classes
Co-authored-by: dankrad <dankrad@ethereum.org>
Co-authored-by: dankrad <dankrad@ethereum.org>
Co-authored-by: dankrad <dankrad@ethereum.org>
Co-authored-by: dankrad <dankrad@ethereum.org>
…it what's going on)
…so it is guaranteed to be covered
…es of polynomials
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
protolambda
force-pushed
the
phase1-rebased
branch
from
March 26, 2021 21:39
fffb4c7
to
112056f
Compare
… shard-transition specific tests
… re-enabled per feature
protolambda
changed the title
phase1 rebased
Modularize Phase1 into post-Merge features: Sharding, Proof of Custody, Data Availability Sampling
Mar 27, 2021
protolambda
force-pushed
the
phase1-rebased
branch
from
March 27, 2021 00:58
a4c4588
to
2bc3e81
Compare
protolambda
changed the title
Modularize Phase1 into post-Merge features: Sharding, Proof of Custody, Data Availability Sampling
Modularize Phase1 into post-Merge features: Sharding, Custody Game, Data Availability Sampling
Mar 27, 2021
And:
🙏 |
djrtwo
reviewed
Mar 29, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lots of minor formatting and link fixes
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
djrtwo
approved these changes
Mar 30, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This takes the older phase1 PRs #2146 and #2172 and rebases it onto dev (including the new Merge)
Progress:
Update block processing and epoch processing to call Altair and Merge-fork processing functions, not just phase0waiting for that branch to adopt Altair changes.rebase of Merge in Altair in future PRs, use phase0 for now.SHARDING
,CUSTODY_GAME
,DAS
to tag tests with (to be enabled later). Note: custody tests need more in-depth updates, as the sharding design changed.The bigger picture of this PR is to accelerate sharding after the merge, and enable early testnets to have shard-data, while DAS and proof of custody continue to be developed. Features, not phases.