Skip to content
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

Caplin: Deneb specification implemantation #7389

Closed
Giulio2002 opened this issue Apr 26, 2023 · 4 comments
Closed

Caplin: Deneb specification implemantation #7389

Giulio2002 opened this issue Apr 26, 2023 · 4 comments
Labels
dencun The Deneb/Cancun protocol upgrade erigon-cl Stale

Comments

@Giulio2002
Copy link
Contributor

Giulio2002 commented Apr 26, 2023

Rationale

We want to implement Deneb, aka. EIP4844 so that we do not have chain transition issues when it happens.

Implementation

Implement:

New transition function: https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/beacon-chain.md

Forkchoice rule: https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/fork-choice.md

State upgrade: https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/fork.md

Cryptography: https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/polynomial-commitments.md

I do not actually know if polynomial-commitments.md is actually needed or if we can use go-kzg library straight away. I would like to check what Prysm does.

@Giulio2002 Giulio2002 changed the title Deneb specificatin implemantation Caplin: Deneb specification implemantation Apr 26, 2023
@yperbasis yperbasis added the dencun The Deneb/Cancun protocol upgrade label Apr 28, 2023
Giulio2002 pushed a commit that referenced this issue Apr 29, 2023
This PR adds the new p2p containers from Deneb into Caplin 
#7389
@Giulio2002
Copy link
Contributor Author

CC @enriavil1

@Giulio2002
Copy link
Contributor Author

@github-actions
Copy link

This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jun 24, 2023
@github-actions
Copy link

github-actions bot commented Jul 1, 2023

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dencun The Deneb/Cancun protocol upgrade erigon-cl Stale
Projects
None yet
Development

No branches or pull requests

2 participants