Skip to content

Feat/batched opening proofs #921

Feat/batched opening proofs

Feat/batched opening proofs #921

Triggered via pull request September 19, 2024 15:53
Status Failure
Total duration 2m 21s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 6 warnings
clippy: jolt-core/src/r1cs/inputs.rs#L25
unused import: `Display`
clippy: jolt-core/src/r1cs/builder.rs#L15
unused import: `std::fmt::Write as _`
clippy: jolt-core/src/r1cs/special_polys.rs#L3
unused import: `poly::dense_mlpoly::DensePolynomial`
clippy: jolt-core/src/jolt/vm/mod.rs#L529
unreachable expression
clippy: jolt-core/src/jolt/vm/mod.rs#L598
unused variable: `opening_accumulator`
clippy: jolt-core/src/poly/opening_proof.rs#L359
unused variable: `opening_point`
clippy: jolt-core/src/poly/opening_proof.rs#L376
unused variable: `pcs_setup`
clippy: jolt-core/src/poly/opening_proof.rs#L377
unused variable: `reduction_sumcheck_proof`
clippy: jolt-core/src/poly/opening_proof.rs#L378
unused variable: `reduced_opening_proof`
clippy: jolt-core/src/poly/opening_proof.rs#L379
unused variable: `transcript`
test: jolt-core/src/r1cs/inputs.rs#L25
unused import: `Display`
test: jolt-core/src/r1cs/builder.rs#L15
unused import: `std::fmt::Write as _`
test: jolt-core/src/r1cs/special_polys.rs#L3
unused import: `poly::dense_mlpoly::DensePolynomial`
test: jolt-core/src/jolt/vm/mod.rs#L529
unreachable expression
test: jolt-core/src/jolt/vm/mod.rs#L598
unused variable: `opening_accumulator`
test: jolt-core/src/poly/opening_proof.rs#L359
unused variable: `opening_point`
test: jolt-core/src/poly/opening_proof.rs#L376
unused variable: `pcs_setup`
test: jolt-core/src/poly/opening_proof.rs#L377
unused variable: `reduction_sumcheck_proof`
test: jolt-core/src/poly/opening_proof.rs#L378
unused variable: `reduced_opening_proof`
test: jolt-core/src/poly/opening_proof.rs#L379
unused variable: `transcript`
Onchain Verifier Tests: jolt-core/src/r1cs/inputs.rs#L25
unused import: `Display`
Onchain Verifier Tests: jolt-core/src/r1cs/builder.rs#L15
unused import: `std::fmt::Write as _`
Onchain Verifier Tests: jolt-core/src/r1cs/special_polys.rs#L3
unused import: `poly::dense_mlpoly::DensePolynomial`
Onchain Verifier Tests: jolt-core/src/jolt/vm/mod.rs#L529
unreachable expression
Onchain Verifier Tests: jolt-core/src/jolt/vm/mod.rs#L598
unused variable: `opening_accumulator`
Onchain Verifier Tests: jolt-core/src/poly/opening_proof.rs#L359
unused variable: `opening_point`
Onchain Verifier Tests: jolt-core/src/poly/opening_proof.rs#L376
unused variable: `pcs_setup`
Onchain Verifier Tests: jolt-core/src/poly/opening_proof.rs#L377
unused variable: `reduction_sumcheck_proof`
Onchain Verifier Tests: jolt-core/src/poly/opening_proof.rs#L378
unused variable: `reduced_opening_proof`
Onchain Verifier Tests: jolt-core/src/poly/opening_proof.rs#L379
unused variable: `transcript`
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/