Skip to content

Feat/batched opening proofs #919

Feat/batched opening proofs

Feat/batched opening proofs #919

Triggered via pull request September 17, 2024 15:57
Status Failure
Total duration 2m 20s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 6 warnings
clippy: jolt-core/src/jolt/vm/bytecode.rs#L26
unused import: `utils::errors::ProofVerifyError`
clippy: jolt-core/src/r1cs/builder.rs#L10
unused import: `drop_in_background_thread`
clippy: jolt-core/src/r1cs/key.rs#L8
unused import: `dense_mlpoly::DensePolynomial`
clippy: jolt-core/src/r1cs/ops.rs#L6
unused imports: `commitment::commitment_scheme::CommitmentScheme` and `jolt::vm::JoltPolynomials`
clippy: jolt-core/src/r1cs/ops.rs#L14
unused import: `super::inputs::ConstraintInput`
clippy: jolt-core/src/r1cs/special_polys.rs#L3
unused imports: `compute_dotproduct_low_optimized`, `dense_mlpoly::DensePolynomial`, and `eq_poly::EqPolynomial`
clippy: jolt-core/src/jolt/vm/mod.rs#L528
unreachable expression
clippy: jolt-core/src/jolt/vm/mod.rs#L597
unused variable: `opening_accumulator`
clippy: jolt-core/src/poly/opening_proof.rs#L355
unused variable: `commitments`
clippy: jolt-core/src/poly/opening_proof.rs#L356
unused variable: `opening_point`
test: jolt-core/src/jolt/vm/bytecode.rs#L26
unused import: `utils::errors::ProofVerifyError`
test: jolt-core/src/r1cs/builder.rs#L10
unused import: `drop_in_background_thread`
test: jolt-core/src/r1cs/key.rs#L8
unused import: `dense_mlpoly::DensePolynomial`
test: jolt-core/src/r1cs/ops.rs#L6
unused imports: `commitment::commitment_scheme::CommitmentScheme` and `jolt::vm::JoltPolynomials`
test: jolt-core/src/r1cs/ops.rs#L14
unused import: `super::inputs::ConstraintInput`
test: jolt-core/src/r1cs/special_polys.rs#L3
unused imports: `compute_dotproduct_low_optimized`, `dense_mlpoly::DensePolynomial`, and `eq_poly::EqPolynomial`
test: jolt-core/src/jolt/vm/mod.rs#L528
unreachable expression
test: jolt-core/src/jolt/vm/mod.rs#L597
unused variable: `opening_accumulator`
test: jolt-core/src/poly/opening_proof.rs#L355
unused variable: `commitments`
test: jolt-core/src/poly/opening_proof.rs#L356
unused variable: `opening_point`
Onchain Verifier Tests: jolt-core/src/jolt/vm/bytecode.rs#L26
unused import: `utils::errors::ProofVerifyError`
Onchain Verifier Tests: jolt-core/src/r1cs/builder.rs#L10
unused import: `drop_in_background_thread`
Onchain Verifier Tests: jolt-core/src/r1cs/key.rs#L8
unused import: `dense_mlpoly::DensePolynomial`
Onchain Verifier Tests: jolt-core/src/r1cs/ops.rs#L6
unused imports: `commitment::commitment_scheme::CommitmentScheme` and `jolt::vm::JoltPolynomials`
Onchain Verifier Tests: jolt-core/src/r1cs/ops.rs#L14
unused import: `super::inputs::ConstraintInput`
Onchain Verifier Tests: jolt-core/src/r1cs/special_polys.rs#L3
unused imports: `compute_dotproduct_low_optimized`, `dense_mlpoly::DensePolynomial`, and `eq_poly::EqPolynomial`
Onchain Verifier Tests: jolt-core/src/jolt/vm/mod.rs#L528
unreachable expression
Onchain Verifier Tests: jolt-core/src/jolt/vm/mod.rs#L597
unused variable: `opening_accumulator`
Onchain Verifier Tests: jolt-core/src/poly/opening_proof.rs#L355
unused variable: `commitments`
Onchain Verifier Tests: jolt-core/src/poly/opening_proof.rs#L356
unused variable: `opening_point`
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/