Skip to content

Commit

Permalink
frost-client: add broadcast channel to DKG (#434)
Browse files Browse the repository at this point in the history
* frost-client: add broadcast channel to DKG

* fix issue that breaks test_http in macos

* check if broadcast package is correct upon receipt
  • Loading branch information
conradoplg authored Jan 29, 2025
1 parent 2a0eea1 commit 9f92ab7
Show file tree
Hide file tree
Showing 10 changed files with 370 additions and 55 deletions.
152 changes: 115 additions & 37 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 coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serdect = { version = "0.2.0" }
itertools = "0.13.0"
exitcode = "1.1.2"
clap = { version = "4.5.23", features = ["derive"] }
reqwest = { version = "0.12.9", features = ["json"] }
reqwest = { version = "0.12.12", features = ["json"] }
frostd = { path = "../frostd" }
participant = { path = "../participant" }
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion dkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipe = "0.4.0"
frostd = { path = "../frostd" }
participant = { path = "../participant" }
xeddsa = "1.0.2"
reqwest = { version = "0.12.9", features = ["json"] }
reqwest = { version = "0.12.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
snow = "0.9.6"

Expand Down
Loading

0 comments on commit 9f92ab7

Please sign in to comment.