feat(pcs): Dory pcs #1253
rust.yml
on: pull_request
fmt
24s
clippy
27s
machete
57s
Build Wasm
28s
test
41s
Onchain Verifier Tests
2m 3s
Annotations
41 errors and 10 warnings
fmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L11
the name `CurveGroup` is defined multiple times
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L11
unresolved import `ark_ec::pairnig`
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L197
method `commit_slice` is not a member of trait `CommitmentScheme`
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L223
method `batch_prove` is not a member of trait `CommitmentScheme`
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L253
method `batch_verify` is not a member of trait `CommitmentScheme`
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L21
expected function, found macro `panic`
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L21
cannot find value `fmt` in this scope
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L25
expected function, found macro `panic`
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L49
cannot find type `PedersenGenerators` in this scope
|
clippy:
jolt-core/src/poly/commitment/dory.rs#L53
cannot find trait `Pairings` in this scope
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L11
the name `CurveGroup` is defined multiple times
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L11
unresolved import `ark_ec::pairnig`
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L197
method `commit_slice` is not a member of trait `CommitmentScheme`
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L223
method `batch_prove` is not a member of trait `CommitmentScheme`
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L253
method `batch_verify` is not a member of trait `CommitmentScheme`
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L21
expected function, found macro `panic`
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L21
cannot find value `fmt` in this scope
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L25
expected function, found macro `panic`
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L49
cannot find type `PedersenGenerators` in this scope
|
Build Wasm:
jolt-core/src/poly/commitment/dory.rs#L53
cannot find trait `Pairings` in this scope
|
test:
jolt-core/src/poly/commitment/dory.rs#L11
the name `CurveGroup` is defined multiple times
|
test:
jolt-core/src/poly/commitment/dory.rs#L11
unresolved import `ark_ec::pairnig`
|
test:
jolt-core/src/poly/commitment/dory.rs#L197
method `commit_slice` is not a member of trait `CommitmentScheme`
|
test:
jolt-core/src/poly/commitment/dory.rs#L223
method `batch_prove` is not a member of trait `CommitmentScheme`
|
test:
jolt-core/src/poly/commitment/dory.rs#L253
method `batch_verify` is not a member of trait `CommitmentScheme`
|
test:
jolt-core/src/poly/commitment/dory.rs#L21
expected function, found macro `panic`
|
test:
jolt-core/src/poly/commitment/dory.rs#L21
cannot find value `fmt` in this scope
|
test:
jolt-core/src/poly/commitment/dory.rs#L25
expected function, found macro `panic`
|
test:
jolt-core/src/poly/commitment/dory.rs#L49
cannot find type `PedersenGenerators` in this scope
|
test:
jolt-core/src/poly/commitment/dory.rs#L53
cannot find trait `Pairings` in this scope
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L11
the name `CurveGroup` is defined multiple times
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L11
unresolved import `ark_ec::pairnig`
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L197
method `commit_slice` is not a member of trait `CommitmentScheme`
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L223
method `batch_prove` is not a member of trait `CommitmentScheme`
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L253
method `batch_verify` is not a member of trait `CommitmentScheme`
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L21
expected function, found macro `panic`
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L21
cannot find value `fmt` in this scope
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L25
expected function, found macro `panic`
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L49
cannot find type `PedersenGenerators` in this scope
|
Onchain Verifier Tests:
jolt-core/src/poly/commitment/dory.rs#L53
cannot find trait `Pairings` in this scope
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L8
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L15
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L19
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L33
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L46
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L53
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L70
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L77
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L86
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|
fmt:
jolt-core/src/poly/commitment/dory.rs#L108
Diff in /home/runner/work/jolt/jolt/jolt-core/src/poly/commitment/dory.rs
|