Skip to content

Merge pull request #65 from Yoii-Inc/feat/party_authentication #434

Merge pull request #65 from Yoii-Inc/feat/party_authentication

Merge pull request #65 from Yoii-Inc/feat/party_authentication #434

Triggered via push October 17, 2024 12:22
Status Success
Total duration 10m 16s
Artifacts

rust_ci.yml

on: push
Format Check
9s
Format Check
Tests
57s
Tests
Fix Check
33s
Fix Check
Run Groth16 Binary
56s
Run Groth16 Binary
Run Marlin Binary
4m 25s
Run Marlin Binary
Run Online Binary
2m 13s
Run Online Binary
Run Werewolf Binary
10m 2s
Run Werewolf Binary
Fit to window
Zoom out
Zoom in

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#L155
unexpected `cfg` condition value: `log_broadcast`
Fix Check: mpc-net/src/lib.rs#L188
unexpected `cfg` condition value: `log_broadcast`
Fix Check: mpc-net/src/lib.rs#L154
unused variable: `timer`
Fix Check: mpc-net/src/lib.rs#L26
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`