Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reject proof at infinity when validating blobs
Currently, passing `0xc00000...` proof seems to pass `verifyProofs`. Unsure why such a check is not necessary in spec, and also unsure whether it is correct to reject proof at infinity, or if it could occur, e.g., for a blob containing all 0 bytes. Weird overall...
- Loading branch information