Feat/scroll mem reduction #942
Annotations
16 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
|
cargo build
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L2
unused import: `crate::plonk::lookup::prover::Committed`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L3
unused import: `crate::plonk::permutation::Argument`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L7
unused imports: `EvaluationDomain`, `ProverQuery`, `TranscriptWrite`, `eval_polynomial`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L14
unused import: `group::prime::PrimeCurve`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L16
unused imports: `BatchInvert`, `Curve`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L23
unused import: `std::any::TypeId`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L24
unused import: `std::convert::TryInto`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L25
unused import: `std::num::ParseIntError`
|
cargo build:
halo2_backend/src/plonk/evaluation.rs#L26
unused import: `std::slice`
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading