Skip to content
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

Merged

Conversation

philipstanislaus
Copy link
Contributor

…and cli configurable, fixes #1992

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
  • Updated all relevant documentation (docs/) => documented through cobra cli docs
  • Updated all relevant code comments
  • Wrote tests => dev tooling, not applicable
  • Added entries in PENDING.md that include links to the relevant issue or PR that most accurately describes the change.
  • Updated cmd/gaia and examples/

For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Aug 12, 2018

Codecov Report

Merging #1993 into develop will decrease coverage by 3.38%.
The diff coverage is 0%.

@@             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

Copy link
Contributor

@ValarDragon ValarDragon left a 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!

outputDir = "o"
nodeDirPrefix = "node-dir-prefix"
nValidators = "v"
outputDir = "o"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ValarDragon
Copy link
Contributor

After fixing conflicts, this seems good to merge imo

Copy link
Contributor

@cwgoes cwgoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@cwgoes
Copy link
Contributor

cwgoes commented Sep 12, 2018

@philipstanislaus Thanks for the PR, sorry this took us so long.

@cwgoes cwgoes merged commit 8682556 into cosmos:develop Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add optional flag to gaiad testnet to make config directory of daemon and cli configurable
4 participants