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

V2 contract testing #1032

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

V2 contract testing #1032

wants to merge 6 commits into from

Conversation

0x0aa0
Copy link
Contributor

@0x0aa0 0x0aa0 commented Dec 19, 2024

Unit tests for V2 contracts

@0x0aa0 0x0aa0 marked this pull request as ready for review December 19, 2024 05:21
@0x0aa0 0x0aa0 requested a review from ian-shim December 19, 2024 05:21
@@ -96,7 +96,7 @@ contract EigenDABlobVerifier is IEigenDABlobVerifier {
blobVerificationProof,
nonSignerStakesAndSignature,
getDefaultSecurityThresholdsV2(),
quorumNumbersRequired()
blobVerificationProof.blobCertificate.blobHeader.quorumNumbers
Copy link
Contributor

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

Copy link
Contributor Author

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

@0x0aa0 0x0aa0 requested a review from anupsv December 19, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants