feat: SDK refactor #6447
Annotations
10 errors and 6 warnings
Check workspace no features:
crates/perf/src/main.rs#L192
no method named `skip_simulation` found for struct `sp1_sdk::client::builder::ProverClientBuilder` in the current scope
|
Check workspace no features:
crates/perf/src/main.rs#L196
mismatched types
|
Check workspace no features:
crates/perf/src/main.rs#L199
mismatched types
|
Check workspace no features:
crates/perf/src/main.rs#L199
no method named `run` found for struct `sp1_sdk::client::request::DynProofRequest` in the current scope
|
Check workspace no features:
crates/perf/src/main.rs#L201
mismatched types
|
Check workspace no features:
crates/perf/src/main.rs#L203
mismatched types
|
Check workspace no features:
crates/perf/src/main.rs#L203
no method named `run` found for struct `sp1_sdk::client::request::DynProofRequest` in the current scope
|
Check workspace no features:
crates/perf/src/main.rs#L205
mismatched types
|
Check workspace no features
could not compile `sp1-perf` (bin "sp1-perf" test) due to 8 previous errors
|
Check workspace no features
could not compile `sp1-perf` (bin "sp1-perf") due to 8 previous errors
|
Check workspace no features
[email protected]: Program built at 2024-12-12 02:23:48
|
Check workspace no features:
crates/sdk/src/client.rs#L30
use of deprecated associated function `client::ProverClient::new`: Use ProverClient::builder() instead
|
Check workspace no features:
crates/sdk/src/request.rs#L26
multiple associated items are never used
|
Check workspace no features:
crates/sdk/src/network-v2/prover.rs#L49
fields `timeout` and `max_cycle_limit` are never read
|
Check workspace no features
`sp1-sdk` (lib test) generated 3 warnings (3 duplicates)
|
Check workspace no features:
crates/cli/src/commands/vkey.rs#L55
use of deprecated associated function `sp1_sdk::ProverClient::new`: Use ProverClient::builder() instead
|
Loading