Skip to content

Commit e71bc23

Browse files
committed
upgrade coprocessor to v0.3.7
1 parent 926121f commit e71bc23

File tree

3 files changed

+40
-37
lines changed

3 files changed

+40
-37
lines changed

Cargo.lock

Lines changed: 36 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66
authors = ["Timewave Labs"]
77
edition = "2021"
88
license = "Apache-2.0"
9-
version = "0.3.1"
9+
version = "0.3.7"
1010

1111
[workspace.dependencies]
1212
anyhow = { version = "1.0.83", default-features = false }
@@ -15,6 +15,6 @@ msgpacker = "0.4.8"
1515
serde_json = { version = "1.0.140", default-features = false, features = [
1616
"alloc",
1717
] }
18-
valence-coprocessor = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.3.1", default-features = false }
19-
valence-coprocessor-client = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.3.1" }
20-
valence-coprocessor-wasm = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.3.1", default-features = false }
18+
valence-coprocessor = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.3.7", default-features = false }
19+
valence-coprocessor-client = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.3.7" }
20+
valence-coprocessor-wasm = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.3.7", default-features = false }

crates/core/src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ mod tests {
4343

4444
use super::Proof;
4545

46-
#[tokio::test]
47-
async fn controller_works() {
48-
let witnesses = Client::default()
49-
.get_witnesses(Proof::DOMAIN_CIRCUIT, &Default::default())
50-
.await
51-
.unwrap();
52-
53-
assert!(witnesses.is_empty());
54-
}
55-
5646
#[tokio::test]
5747
async fn prove_works() {
5848
let circuit = "7e0207a1fa0a979282b7246c028a6a87c25bc60f7b6d5230e943003634e897fd";

0 commit comments

Comments
 (0)