-
Notifications
You must be signed in to change notification settings - Fork 90
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
docs: replace manifest with cluster definition/lock #742
Conversation
Codecov Report
@@ Coverage Diff @@
## main #742 +/- ##
=======================================
Coverage 54.41% 54.41%
=======================================
Files 107 107
Lines 10408 10408
=======================================
+ Hits 5663 5664 +1
Misses 3921 3921
+ Partials 824 823 -1
Continue to review full report at Codecov.
|
@@ -104,12 +103,12 @@ There are a number of aspects to this trust surface that can be mitigated with a | |||
|
|||
### Using DKG without the launchpad | |||
|
|||
Charon clients can do a DKG with a manifest file that does not contain operator signatures if you pass a `--no-verify` flag to `charon dkg`. This can be used for testing purposes when strict signature verification is not of the utmost importance. | |||
Charon clients can do a DKG with a cluster-definition file that does not contain operator signatures if you pass a `--no-verify` flag to `charon dkg`. This can be used for testing purposes when strict signature verification is not of the utmost importance. |
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.
--no-verify
flag doesn't exist now, though an issue is open. i suggest we can keep it
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.
Co-authored-by: Abhishek Kumar <[email protected]>
Co-authored-by: Abhishek Kumar <[email protected]>
Replaces manifest with cluster definition/lock everywhere in the codebase.
category: docs
ticket: none