Feat/smaller than constraints #379
rust_ci.yml
on: pull_request
Format Check
15s
Tests
1m 16s
Fix Check
35s
Run Groth16 Binary
1m 7s
Run Marlin Binary
1m 22s
Run Online Binary
48s
Run Werewolf Binary
1m 9s
Annotations
13 errors and 10 warnings
Fix Check:
src/circuits/smaller_than.rs#L36
this function takes 4 arguments but 2 arguments were supplied
|
Fix Check
cargo fix would make changes. Please run 'cargo fix' locally and commit the changes.
|
Fix Check
Process completed with exit code 1.
|
Run Online Binary:
src/circuits/smaller_than.rs#L36
this function takes 4 arguments but 2 arguments were supplied
|
Run Online Binary
Process completed with exit code 101.
|
Run Groth16 Binary:
src/circuits/smaller_than.rs#L36
this function takes 4 arguments but 2 arguments were supplied
|
Run Groth16 Binary
Process completed with exit code 101.
|
Run Werewolf Binary:
src/circuits/smaller_than.rs#L36
this function takes 4 arguments but 2 arguments were supplied
|
Run Werewolf Binary
Process completed with exit code 101.
|
Tests:
src/circuits/smaller_than.rs#L36
this function takes 4 arguments but 2 arguments were supplied
|
Tests
Process completed with exit code 101.
|
Run Marlin Binary:
src/circuits/smaller_than.rs#L36
this function takes 4 arguments but 2 arguments were supplied
|
Run Marlin Binary
Process completed with exit code 101.
|
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#L20
ambiguous glob re-exports
|
Fix Check:
arkworks/algebra/poly/src/evaluations/univariate/mod.rs#L4
unused import: `batch_inversion`
|
Fix Check:
arkworks/snark/relations/src/r1cs/trace.rs#L110
use of deprecated method `tracing_subscriber::registry::SpanRef::<'a, R>::parents`: equivalent to `self.parent().into_iter().flat_map(SpanRef::scope)`, but consider whether excluding `self` is actually intended
|
Fix Check:
arkworks/algebra/ec/src/models/short_weierstrass_jacobian.rs#L268
function cannot return without recursing
|
Fix Check:
arkworks/algebra/ec/src/models/short_weierstrass_jacobian.rs#L310
unused variable: `rng`
|
Fix Check:
arkworks/snark/relations/src/r1cs/constraint_system.rs#L739
calls to `std::mem::drop` with a reference instead of an owned value does nothing
|
Fix Check:
arkworks/crypto-primitives/src/encryption/elgamal/constraints.rs#L170
call to `.borrow()` on a reference in this situation does nothing
|
Fix Check:
arkworks/crypto-primitives/src/encryption/elgamal/constraints.rs#L171
call to `.borrow()` on a reference in this situation does nothing
|