Skip to content

Commit e8099c8

Browse files
authored
feat(dkg): implement some helpers on dkg (#342)
* feat(dkg): implement aggregate functions * feat(dkg): implement publish * feat(dkg): implement signing * feat(dkg): implement validators * fix: missing error * fix: resolve conflict * feat(dkg): implement get_existing_shares * fix: lint * fix: address comments * fix: address comments
1 parent ea985b8 commit e8099c8

8 files changed

Lines changed: 1487 additions & 1 deletion

File tree

Cargo.lock

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

crates/dkg/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ libp2p.workspace = true
1515
futures.workspace = true
1616
tokio.workspace = true
1717
tokio-util.workspace = true
18+
chrono.workspace = true
1819
sha2.workspace = true
1920
tracing.workspace = true
2021
either.workspace = true
@@ -23,7 +24,9 @@ pluto-k1util.workspace = true
2324
pluto-p2p.workspace = true
2425
pluto-cluster.workspace = true
2526
pluto-core.workspace = true
27+
pluto-app.workspace = true
2628
pluto-crypto.workspace = true
29+
pluto-eth2api.workspace = true
2730
pluto-eth1wrap.workspace = true
2831
pluto-eth2util.workspace = true
2932
pluto-parsigex.workspace = true
@@ -50,6 +53,7 @@ pluto-tracing.workspace = true
5053
serde_json.workspace = true
5154
tokio-util.workspace = true
5255
tempfile.workspace = true
56+
wiremock.workspace = true
5357

5458
[lints]
5559
workspace = true

0 commit comments

Comments
 (0)