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

Verify blob function in contract library can be public or internal #272

Open
pakim249CAL opened this issue Feb 23, 2024 · 0 comments
Open

Comments

@pakim249CAL
Copy link

pakim249CAL commented Feb 23, 2024

function verifyBlob(
IEigenDAServiceManager.BlobHeader calldata blobHeader,
IEigenDAServiceManager eigenDAServiceManager,
BlobVerificationProof calldata blobVerificationProof
) external view {

If this function is only exposed as external in a library, then any contract that uses it will be forced to deploy a linked library instead of having the flexibility to internalize it in their own contract's bytecode.

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

No branches or pull requests

1 participant