diff --git a/.github/workflows/harness_stress_tests.yml b/.github/workflows/harness_stress_tests.yml index 68f22fbdc..b153f1c7b 100644 --- a/.github/workflows/harness_stress_tests.yml +++ b/.github/workflows/harness_stress_tests.yml @@ -48,8 +48,7 @@ jobs: - name: Install Protobuf and LLVM run: | - sudo apt-get install protobuf-compiler - sudo apt install llvm + sudo apt-get install protobuf-compiler llvm - name: t2n3 && 1 proposal per session run: cargo run --package dkg-test-orchestrator --features=debug-tracing -- --tmp /tmp --threshold 2 --n 3 --bind 127.0.0.1:7777 --n-tests 10 -p 1 diff --git a/Cargo.lock b/Cargo.lock index 48423487c..c38eee765 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14460,8 +14460,7 @@ dependencies = [ [[package]] name = "wsts" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08b241e8440197fcd6e214a26fcaac82d7cdfde3ae964586f4b1a7c41a21ba6f" +source = "git+https://github.com/webb-tools/wsts#ab0eaef45b4f162ebafab2ef64823f68f90e65e9" dependencies = [ "bs58 0.5.0", "hashbrown 0.14.0", diff --git a/dkg-gadget/Cargo.toml b/dkg-gadget/Cargo.toml index 69f1ed626..c84d8ff02 100644 --- a/dkg-gadget/Cargo.toml +++ b/dkg-gadget/Cargo.toml @@ -25,7 +25,7 @@ curv = { workspace = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } prometheus = { workspace = true } -wsts = "3.0.0" +wsts = { git = "https://github.com/webb-tools/wsts" } sp-api = { workspace = true } sp-application-crypto = { workspace = true }