-
Notifications
You must be signed in to change notification settings - Fork 668
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
StackerDB DKG #3871
StackerDB DKG #3871
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3871 +/- ##
========================================
Coverage 58.31% 58.31%
========================================
Files 1 1
Lines 571 571
========================================
Hits 333 333
Misses 238 238 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
} | ||
} | ||
|
||
pub trait Signable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the start of the actual PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this is just a placeholder but this code wouldbe pulled out into a lib somewhere that this integration test would use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not meant to be a serious PR, just a PoC. Everything before the test itself is code ripped out of stacks-sbtc and minimally modified. With everything in flux now I have no idea where anything should live.
start building contract and params programmatically so we can change the number of signers and keys arbitrarily build everything programmatically; increase the number of signers and keys implement dkg private shares including encryption dkg works, secrets compute for all signers add ecdsa sign/verify for DkgBegin message; don't hardcode number of slots per stacker when making stackerDB contract sign/verify DkgPublicShares and DkgPrivateShares
11de007
to
252b5b8
Compare
Replaced by #3911 |
Description
Applicable issues
Additional info (benefits, drawbacks, caveats)
Checklist
docs/rpc/openapi.yaml
andrpc-endpoints.md
for v2 endpoints,event-dispatcher.md
for new events)clarity-benchmarking
repobitcoin-tests.yml