-
Notifications
You must be signed in to change notification settings - Fork 187
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
V2 contract testing #1032
base: master
Are you sure you want to change the base?
V2 contract testing #1032
Conversation
@@ -96,7 +96,7 @@ contract EigenDABlobVerifier is IEigenDABlobVerifier { | |||
blobVerificationProof, | |||
nonSignerStakesAndSignature, | |||
getDefaultSecurityThresholdsV2(), | |||
quorumNumbersRequired() | |||
blobVerificationProof.blobCertificate.blobHeader.quorumNumbers |
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.
it's already taking blobVerificationProof
as input in L96, so looks like we could just reuse that in _verifyBlobV2ForQuorums
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.
yes but I do want to leave this field in the internal function open such that the quorums you want to check against can be passed in separately from the proof
Unit tests for V2 contracts