We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we don't have tests to cover these functions:
polynomial-commitments.md
verify_kzg_proof
compute_kzg_proof
verify_blob_kzg_proof
validate_kzg_g1
if b == G1_POINT_AT_INFINITY
validator.md
get_blob_sidecar_signature
validate_blobs_and_kzg_commitments
Except for validate_kzg_g1, they are not used in the core protocol. Still, it's better to add unit tests for them.
The text was updated successfully, but these errors were encountered:
Done in #3283
Sorry, something went wrong.
No branches or pull requests
Currently, we don't have tests to cover these functions:
polynomial-commitments.md
verify_kzg_proof
wrappercompute_kzg_proof
wrapperverify_blob_kzg_proof
validate_kzg_g1
:if b == G1_POINT_AT_INFINITY
casevalidator.md
get_blob_sidecar_signature
validate_blobs_and_kzg_commitments
Except for
validate_kzg_g1
, they are not used in the core protocol. Still, it's better to add unit tests for them.The text was updated successfully, but these errors were encountered: