Tests for post service #469
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 warnings
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
security_audit
1 warnings found!
|
security_audit
Unknown warning kind unsound found, please, file a bug
|
this function has too many arguments (8/7):
src/prove.rs#L272
warning: this function has too many arguments (8/7)
--> src/prove.rs:272:1
|
272 | / pub fn generate_proof(
273 | | datadir: &Path,
274 | | challenge: &[u8; 32],
275 | | cfg: Config,
... |
280 | | stop: Arc<AtomicBool>,
281 | | ) -> eyre::Result<Proof<'static>> {
| |_________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `#[warn(clippy::too_many_arguments)]` on by default
|