-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
R4R: Reintroduce collect-gentxs's --gentx-dir flag #3021
R4R: Reintroduce collect-gentxs's --gentx-dir flag #3021
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3021 +/- ##
===========================================
- Coverage 52.17% 52.15% -0.03%
===========================================
Files 136 136
Lines 9619 9626 +7
===========================================
+ Hits 5019 5020 +1
- Misses 4263 4269 +6
Partials 337 337 |
151cb96
to
c05d6c2
Compare
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.
Changes LGTM, but it should have a test case 👍
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.
Agree with @alexanderbez here, testcase 🙏
It went lost in last genesis workflow refactoring. Also address structs initializations as per #2835.
f8f91d5
to
46bb2d0
Compare
Test case added @jackzampolin @alexanderbez |
@@ -29,8 +29,6 @@ const ( | |||
FlagGenesisFormat = "genesis-format" | |||
FlagNodeID = "node-id" | |||
FlagIP = "ip" | |||
|
|||
FlagOutputDocument = "output-document" // inspired by wget -O |
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.
Moved it to client/flags.go
as it is unused in stake
.
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.
LGTM ☕️
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.
Nice!
It was lost in the last genesis workflow refactoring.
Also address structs initializations as per #2835.
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: