Skip to content

Feat/batched opening proofs #922

Feat/batched opening proofs

Feat/batched opening proofs #922

Triggered via pull request September 20, 2024 14:42
Status Failure
Total duration 2m 25s
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#L10
unused import: `JoltPolynomials`
clippy: jolt-core/src/r1cs/inputs.rs#L26
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/poly/commitment/commitment_scheme.rs#L73
unused variable: `commitments`
clippy: jolt-core/src/poly/commitment/commitment_scheme.rs#L74
unused variable: `coeffs`
clippy: jolt-core/src/poly/opening_proof.rs#L415
unused variable: `sumcheck_claim`
clippy: jolt-core/src/poly/opening_proof.rs#L422
unused variable: `expected_sumcheck_claim`
clippy: jolt-core/src/jolt/vm/instruction_lookups.rs#L630
the following explicit lifetimes could be elided: 'a
clippy: jolt-core/src/jolt/vm/instruction_lookups.rs#L668
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
test: jolt-core/src/r1cs/inputs.rs#L10
unused import: `JoltPolynomials`
test: jolt-core/src/r1cs/inputs.rs#L26
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/poly/commitment/commitment_scheme.rs#L73
unused variable: `commitments`
test: jolt-core/src/poly/commitment/commitment_scheme.rs#L74
unused variable: `coeffs`
test: jolt-core/src/poly/opening_proof.rs#L415
unused variable: `sumcheck_claim`
test: jolt-core/src/poly/opening_proof.rs#L422
unused variable: `expected_sumcheck_claim`
test: jolt-core/src/jolt/vm/mod.rs#L170
bounds on generic parameters in type aliases are not enforced
test: jolt-core/src/jolt/vm/mod.rs#L171
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/r1cs/inputs.rs#L10
unused import: `JoltPolynomials`
Onchain Verifier Tests: jolt-core/src/r1cs/inputs.rs#L26
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/poly/opening_proof.rs#L415
unused variable: `sumcheck_claim`
Onchain Verifier Tests: jolt-core/src/poly/opening_proof.rs#L422
unused variable: `expected_sumcheck_claim`
Onchain Verifier Tests: jolt-core/src/jolt/vm/mod.rs#L170
bounds on generic parameters in type aliases are not enforced
Onchain Verifier Tests: jolt-core/src/jolt/vm/mod.rs#L171
bounds on generic parameters in type aliases are not enforced
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/