Rename current methods #397
rust_ci.yml
on: pull_request
Format Check
17s
Tests
1m 13s
Fix Check
34s
Run Groth16 Binary
57s
Run Marlin Binary
3m 50s
Run Online Binary
2m 39s
Run Werewolf Binary
2m 43s
Annotations
10 warnings
Fix Check:
mpc-trait/src/lib.rs#L94
for loop over a `&mut Option`. This is more readably written as an `if let` statement
|
Fix Check:
mpc-trait/src/lib.rs#L99
for loop over a `&Option`. This is more readably written as an `if let` statement
|
Fix Check:
mpc-net/src/lib.rs#L156
unexpected `cfg` condition value: `log_broadcast`
|
Fix Check:
mpc-net/src/lib.rs#L189
unexpected `cfg` condition value: `log_broadcast`
|
Fix Check:
mpc-net/src/lib.rs#L155
unused variable: `timer`
|
Fix Check:
mpc-net/src/lib.rs#L27
field `id` is never read
|
Fix Check:
arkworks/algebra/ff/src/lib.rs#L5
unexpected `cfg` condition name: `use_asm`
|
Fix Check:
arkworks/algebra/ff/src/lib.rs#L20
ambiguous glob re-exports
|
Fix Check:
arkworks/algebra/ff/src/fields/arithmetic.rs#L97
unexpected `cfg` condition name: `use_asm`
|
Fix Check:
arkworks/algebra/ff/src/fields/arithmetic.rs#L24
unexpected `cfg` condition name: `use_asm`
|