-
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
dkg: add --publish flag to upload lock file #1781
Conversation
Codecov ReportBase: 54.69% // Head: 54.67% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1781 +/- ##
==========================================
- Coverage 54.69% 54.67% -0.03%
==========================================
Files 166 167 +1
Lines 21989 22067 +78
==========================================
+ Hits 12027 12065 +38
- Misses 8385 8412 +27
- Partials 1577 1590 +13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
dkg/dkg_test.go
Outdated
expectedReceives-- | ||
} | ||
|
||
t.Log("All keystores received 🎉") | ||
} | ||
|
||
if publish { | ||
require.Equal(t, <-receivedLockfile, true) |
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 think you expect more than 1 receivedLockfile
Adds publish flag to dkg and create cluster commands to upload the lock file generated to out api. This introduces the new concept of our launchpad api, so added a configurable address with prod as default.
category: feature
ticket: #1492