Skip to content

WIP: HyperKZG verifier circuit #885

WIP: HyperKZG verifier circuit

WIP: HyperKZG verifier circuit #885

Triggered via pull request August 21, 2024 23:57
Status Failure
Total duration 2m 26s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 6 warnings
clippy: jolt-core/src/circuits/offloaded/mod.rs#L159
struct `OffloadedPairingGadget` is never constructed
clippy: jolt-core/src/circuits/offloaded/mod.rs#L177
associated function `new` is never used
clippy: jolt-core/src/circuits/poly/commitment/commitment_scheme.rs#L8
trait `CommitmentVerifierGadget` is never used
clippy: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L129
fields `circuit`, `cs`, and `g2_elements` are never read
clippy: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L299
function `q_powers` is never used
clippy: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L137
taken reference of right operand
clippy: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L137
taken reference of right operand
clippy: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L253
taken reference of right operand
clippy: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L467
taken reference of right operand
clippy: jolt-core/src/circuits/groups/curves/short_weierstrass/mod.rs#L639
taken reference of right operand
test: jolt-core/src/circuits/offloaded/mod.rs#L159
struct `OffloadedPairingGadget` is never constructed
test: jolt-core/src/circuits/offloaded/mod.rs#L177
associated function `new` is never used
test: jolt-core/src/circuits/poly/commitment/commitment_scheme.rs#L8
trait `CommitmentVerifierGadget` is never used
test: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L129
fields `circuit`, `cs`, and `g2_elements` are never read
test: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L299
function `q_powers` is never used
test
Process completed with exit code 101.
Onchain Verifier Tests: jolt-core/src/circuits/offloaded/mod.rs#L159
struct `OffloadedPairingGadget` is never constructed
Onchain Verifier Tests: jolt-core/src/circuits/offloaded/mod.rs#L177
associated function `new` is never used
Onchain Verifier Tests: jolt-core/src/circuits/poly/commitment/commitment_scheme.rs#L8
trait `CommitmentVerifierGadget` is never used
Onchain Verifier Tests: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L129
fields `circuit`, `cs`, and `g2_elements` are never read
Onchain Verifier Tests: jolt-core/src/circuits/poly/commitment/hyperkzg.rs#L299
function `q_powers` is never used
Onchain Verifier Tests
Process completed with exit code 101.
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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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/