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

Avail nitro contracts v2 upstream v2.0.0 #3

Merged

Conversation

RISHABHAGRAWALZRA
Copy link
Collaborator

No description provided.

@RISHABHAGRAWALZRA RISHABHAGRAWALZRA merged commit 2d1d3b3 into avail-develop Aug 27, 2024
3 of 7 checks passed
@@ -56,20 +57,23 @@
}

function verifyBatchAttestation(bytes calldata data) external view returns (bool) {
uint8 blobPointerVersion = abi.decode(data[1:], (uint8));
if (blobPointerVersion == 2) {
BlobPointer memory blobPointer;

Check warning

Code scanning / Slither

Uninitialized local variables Medium

AvailDABridge.verifyBatchAttestation(bytes).blobPointer is a local variable never initialized
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.

1 participant