-
Notifications
You must be signed in to change notification settings - Fork 68
rebase PeerDAS onto electra #55
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
Conversation
|
|
WARNING: EIP-7594 contains a new preset variable with a name nearly identical to an older one. Compare: KZG_COMMITMENT_INCLUSION_PROOF_DEPTH added in Deneb. KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH added in EIP-7594. Also note that neither variable is independent. KZG_COMMITMENT_INCLUSION_PROOF_DEPTH is derived from MAX_BLOB_COMMITMENTS_PER_BLOCK. KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH is effectively a constant.
fix(wip): resolved conflicts after rebase fix(wip): resolved code conflicted fix: failed kzg_commitment_inclusion_proof tests and remove usued imports fix: subscribe data column subnets if eip7594 scheduled fix: kzg_inclusion_proofs in deneb and electra fix: validate block with DA checking update snapshot-tests, eth2_libp2p fix: missing check in spec test chore: sort custody subnets fix: reconstruction runtime error update
31b3e37 to
4a957b2
Compare
|
Hi @hangleang is this the best place to track progress on PeerDAS? |
Currently, only on my fork repo: https://github.com/hangleang/grandine. There are a main branch called peerdas-fulu and a number of feature branches. We will have the main implementation in the origin repo (here) in weeks hopefully, once team are done on pectra and available to review the implementation. |
this pull request will rebase the functionality of PeerDAS onto
electrafork, this final update should express the current status of the implementation. this will be ready for review once these following PRs in other parts of the codebase merged into the upstream branch, then I will link the submodules to those commits: