Skip to content

groth16 modification #406

groth16 modification

groth16 modification #406

Triggered via pull request November 5, 2023 07:05
Status Success
Total duration 5m 25s
Artifacts

pr.yml

on: pull_request
Code Format Check
12s
Code Format Check
Clippy Check
5m 16s
Clippy Check
Calculate Code Coverage
5m 3s
Calculate Code Coverage
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
Code Format Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Code Format Check
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/
Code Format Check
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/
Code Format Check
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/
Code Format Check
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/
Calculate Code Coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Clippy Check
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/
Clippy Check
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/
Clippy Check
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/
Clippy Check
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/
Clippy Check: groth16/src/constraint_system.rs#L155
unused variable: `x_1_y_2`
Clippy Check: groth16/src/constraint_system.rs#L297
unused variable: `xy_alpha`
Clippy Check: groth16/src/constraint_system.rs#L298
unused variable: `xy_beta`
Clippy Check: groth16/src/constraint_system.rs#L520
unused variable: `pad`
Clippy Check: groth16/src/constraint_system.rs#L523
unused variable: `used_gates`
Clippy Check: groth16/src/params.rs#L8
very complex type used. Consider factoring parts into `type` definitions
Clippy Check: groth16/src/r1cs.rs#L50
very complex type used. Consider factoring parts into `type` definitions
Clippy Check
`zkgroth16` (lib) generated 7 warnings (run `cargo fix --lib -p zkgroth16` to apply 5 suggestions)