Skip to content

Commit

Permalink
try custom branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Sep 25, 2023
1 parent 6ce7290 commit 2fc5f16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/harness_stress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dkg-gadget/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 2fc5f16

Please sign in to comment.