-
Notifications
You must be signed in to change notification settings - Fork 981
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
Updated eip4844 references to deneb #3215
Conversation
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.
thanks! we'll also need to move all the files to specs/deneb
also, looks like there are a number of unnecessary merge commits. can you rebase this on current dev
?
Sounds fair - will give it a go! |
I made a big mess of rebasing this, will reach out to someone next week and try to clean it up |
@@ -14,25 +14,25 @@ | |||
SHARDING = SpecForkName('sharding') | |||
CUSTODY_GAME = SpecForkName('custody_game') | |||
DAS = SpecForkName('das') | |||
EIP4844 = SpecForkName('eip4844') | |||
DENEB = SpecForkName('deneb') |
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.
This is line that is giving us problems in the CI. Seems like a caching problem because this is correct
cc: @hwwhww
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.
summon @parithosh (not in a hurry!)
I'm not sure how to progress this one... |
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.
@rolfyone great work!
We can ignore the GitHub Actions errors for now. CircleCI still covers all tests.
The logic looks fine, but there are still some EIP-4844
keywords in this branch.
The moment we merge this PR will make the other ~10 open EIP-4844 PRs need to be rebased/fixed conflicts 😅 But still it's better to do it sooner than later.
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.
Thank you @rolfyone!!!
Fixes #3207