Skip to content

WIP: HyperKZG verifier circuit #834

WIP: HyperKZG verifier circuit

WIP: HyperKZG verifier circuit #834

Triggered via pull request August 7, 2024 02:53
Status Failure
Total duration 2m 18s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 6 warnings
clippy: jolt-core/src/circuits/mod.rs#L5
unused import: `CurveConfig`
clippy: jolt-core/src/circuits/mod.rs#L19
unused imports: `One`, `ops::Neg`
clippy: jolt-core/src/circuits/fields/fp2.rs#L4
unused import: `ark_r1cs_std::fields::fp::FpVar`
clippy: jolt-core/src/circuits/groups/curves/mod.rs#L1
unused import: `crate::circuits::pairing::PairingGadget`
clippy: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L518
this `if` statement can be collapsed
clippy: jolt-core/src/circuits/poly/commitment/commitment_scheme.rs#L2
unused import: `ark_ec::pairing::Pairing`
clippy: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L15
unused import: `ark_r1cs_std::pairing::PairingVar`
clippy: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L17
unused import: `binius_field::PackedField`
test: jolt-core/src/circuits/mod.rs#L5
unused import: `CurveConfig`
test: jolt-core/src/circuits/mod.rs#L19
unused imports: `One`, `ops::Neg`
test: jolt-core/src/circuits/fields/fp2.rs#L4
unused import: `ark_r1cs_std::fields::fp::FpVar`
test: jolt-core/src/circuits/groups/curves/mod.rs#L1
unused import: `crate::circuits::pairing::PairingGadget`
test: jolt-core/src/circuits/poly/commitment/commitment_scheme.rs#L2
unused import: `ark_ec::pairing::Pairing`
test: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L15
unused import: `ark_r1cs_std::pairing::PairingVar`
test: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L17
unused import: `binius_field::PackedField`
test: jolt-core/src/circuits/mod.rs#L18
unused import: `iterable::Iterable`
Onchain Verifier Tests: jolt-core/src/circuits/mod.rs#L5
unused import: `CurveConfig`
Onchain Verifier Tests: jolt-core/src/circuits/mod.rs#L19
unused imports: `One`, `ops::Neg`
Onchain Verifier Tests: jolt-core/src/circuits/fields/fp2.rs#L4
unused import: `ark_r1cs_std::fields::fp::FpVar`
Onchain Verifier Tests: jolt-core/src/circuits/groups/curves/mod.rs#L1
unused import: `crate::circuits::pairing::PairingGadget`
Onchain Verifier Tests: jolt-core/src/circuits/poly/commitment/commitment_scheme.rs#L2
unused import: `ark_ec::pairing::Pairing`
Onchain Verifier Tests: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L15
unused import: `ark_r1cs_std::pairing::PairingVar`
Onchain Verifier Tests: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L17
unused import: `binius_field::PackedField`
Onchain Verifier Tests: jolt-core/src/circuits/mod.rs#L18
unused import: `iterable::Iterable`
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
fmt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Onchain Verifier Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/