-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Add optional flag to gaiad testnet
to make config directory of daemon…
#1993
Add optional flag to gaiad testnet
to make config directory of daemon…
#1993
Conversation
…on and cli configurable, fixes cosmos#1992
Codecov Report
@@ Coverage Diff @@
## develop #1993 +/- ##
===========================================
- Coverage 63.95% 60.57% -3.39%
===========================================
Files 140 119 -21
Lines 8695 6924 -1771
===========================================
- Hits 5561 4194 -1367
+ Misses 2757 2491 -266
+ Partials 377 239 -138 |
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.
utACK, thanks for the pr!
server/testnet.go
Outdated
outputDir = "o" | ||
nodeDirPrefix = "node-dir-prefix" | ||
nValidators = "v" | ||
outputDir = "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.
see #1960 (comment)
After fixing conflicts, this seems good to merge imo |
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.
utACK
@philipstanislaus Thanks for the PR, sorry this took us so long. |
…and cli configurable, fixes #1992
docs/
) => documented through cobra cli docsPENDING.md
that include links to the relevant issue or PR that most accurately describes the change.cmd/gaia
andexamples/
For Admin Use: