-
Notifications
You must be signed in to change notification settings - Fork 2
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
contract updates #17
contract updates #17
Conversation
contract DummyEigenDABlobVerifier is IRollupManager{ | ||
|
||
function verifyBlob( | ||
IEigenDAServiceManager.BlobHeader calldata blobHeader, | ||
EigenDARollupUtils.BlobVerificationProof calldata blobVerificationProof | ||
) external view {} |
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.
Any chance we could revert the name back to DummyRollupManager
. There's a binding for this used in some of the nitro system tests
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.
Actually lets just keep it - updated core nitro accordingly. LGTM
Add codehashversion precompile
No description provided.