Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WT-FROST to the worker gadget #711

Merged
merged 27 commits into from
Sep 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add libsecp256k1-dev package
Thomas Braun committed Sep 25, 2023
commit 9aa9ce09dcb50c9c782d0d2b2340a6fe315194d5
2 changes: 1 addition & 1 deletion .github/workflows/harness_stress_tests.yml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ jobs:

- name: Install Protobuf and LLVM
run: |
sudo apt-get install protobuf-compiler llvm
sudo apt-get install protobuf-compiler llvm libsecp256k1-dev

- 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
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:

- name: Install Protobuf and LLVM
run: |
sudo apt-get install protobuf-compiler llvm
sudo apt-get install protobuf-compiler llvm libsecp256k1-dev

- name: Install cargo make
run: cargo install --force cargo-make