-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Dencun header changes #7993
Dencun header changes #7993
Conversation
This needs a merge in / rebase from develop to fix the bindings build. Not sure about the other tests yet though |
|
Co-authored-by: protolambda <[email protected]> Co-authored-by: Roberto Bayardo <[email protected]>
Co-authored-by: Roberto Bayardo <[email protected]> Co-authored-by: protolambda <[email protected]>
Co-authored-by: protolambda <[email protected]> Co-authored-by: Roberto Bayardo <[email protected]>
This reverts commit 7eccd9f. Co-authored-by: protolambda <[email protected]> Co-authored-by: Roberto Bayardo <[email protected]>
…s time differently, add a couple breadcrumb comments.
e64d852
to
2c57e7d
Compare
Co-authored-by: protolambda <[email protected]> Co-authored-by: Roberto Bayardo <[email protected]>
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.
We seem to have lost a couple of parts of the commit 73c7512 but we'll want to keep them. I'm somewhat surprised that there aren't failures in CI though as that commit had plenty of tests...
Ooo, the test is failing on the bad block hash, not on the withdrawals being invalid. That's a bug in the test. I'll put up a separate PR to fix the tests in a bit.
Still looking through the actual blob verification side too but figured I'd post this now.
Semgrep found 1
Potential |
Ignoring semgrep |
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.
LGTM.
…hen they're needed.
Description
This PR seeks to cherry pick a subset of #7349. Specifically, we just want the rpc-header change in
op-service/sources
, the basic types inop-service/eth
, and we also seek to add some action test likeTestShapellaL1Fork
in #5144.Tests
Adds a new test
TestDencunL1Fork
inop-e2e/actions/dencun_fork_test.go
, which just makes sure that the L2 can catch up to an L1 that supports Cancun.Additional context
Thank you Roberto and Proto.
Metadata
Co-authored-by: protolambda [email protected]
Co-authored-by: Roberto Bayardo [email protected]