Feat/smaller than constraints #381
rust_ci.yml
on: pull_request
Format Check
9s
Tests
52s
Fix Check
40s
Run Groth16 Binary
36s
Run Marlin Binary
52s
Run Online Binary
27s
Run Werewolf Binary
31s
Annotations
13 errors and 10 warnings
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 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.
|
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.
|
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 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.
|
Tests:
src/circuits/smaller_than.rs#L36
this function takes 4 arguments but 2 arguments were supplied
|
Tests
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
|