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

Bucky/docs #1843

Merged
merged 6 commits into from
Aug 8, 2018
Merged

Bucky/docs #1843

merged 6 commits into from
Aug 8, 2018

Conversation

ebuchman
Copy link
Member

@ebuchman ebuchman commented Jul 26, 2018

Updating the docs to point to v0.23/gaia-7002, but also to reduce the amount of hardcoded items.

Mostly what's left is the chain-id in all the CLI commands, but we should be able to remove that soon once we do gaiacli init ...

  • Linked to github-issue with discussion and accepted design
  • Updated all relevant documentation (docs/)
  • Updated all relevant code comments
  • Wrote tests
  • 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)

@@ -66,9 +78,13 @@ Fetch the testnet's `genesis.json` file into `gaiad`'s config directory.

```bash
mkdir -p $HOME/.gaiad/config
curl https://raw.githubusercontent.com/cosmos/testnets/master/gaia-7002/genesis.json > $HOME/.gaiad/config/genesis.json
curl https://raw.githubusercontent.com/cosmos/testnets/master/latest/genesis.json > $HOME/.gaiad/config/genesis.json
Copy link
Member Author

Choose a reason for hiding this comment

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

need to create this folder!

Copy link
Member Author

Choose a reason for hiding this comment

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

just created it but lets add templates to the repo so folks remember to update it !

@@ -30,7 +34,7 @@ gaiacli stake create-validator \
--pubkey=$(gaiad tendermint show_validator) \
--address-validator=<account_cosmosaccaddr>
--moniker="choose a moniker" \
--chain-id=gaia-6002 \
--chain-id=gaia-7001 \
Copy link
Member Author

Choose a reason for hiding this comment

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

fix these

@codecov
Copy link

codecov bot commented Jul 26, 2018

Codecov Report

Merging #1843 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1843   +/-   ##
=======================================
  Coverage   60.63%   60.63%           
=======================================
  Files         119      119           
  Lines        6917     6917           
=======================================
  Hits         4194     4194           
  Misses       2484     2484           
  Partials      239      239

* e.g. `cosmosvalpub1zcjduc3qcyj09qc03elte23zwshdx92jm6ce88fgc90rtqhjx8v0608qh5ssp0w94c`
- Generated when the node is created with `gaiad init`.
- Get this value with `gaiad tendermint show_validator`
- e.g. `cosmosvalpub1zcjduc3qcyj09qc03elte23zwshdx92jm6ce88fgc90rtqhjx8v0608qh5ssp0w94c`
Copy link
Contributor

Choose a reason for hiding this comment

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

++

Copy link
Contributor

Choose a reason for hiding this comment

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

@zramsay please include a linter for markdown

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

@rigelrozanski
Copy link
Contributor

rigelrozanski commented Jul 31, 2018

should we merge this to develop not master? or both? - let's merge! (@ebuchman action required)

@rigelrozanski rigelrozanski added T:Docs Changes and features related to documentation. ready-for-review labels Jul 31, 2018
@@ -111,13 +113,13 @@ gaiacli stake delegate \
--address-delegator=<account_cosmosaccaddr> \
--address-validator=$(gaiad tendermint show_validator) \
--name=<key_name> \
--chain-id=gaia-6002
--chain-id=gaia-7002
Copy link
Contributor

Choose a reason for hiding this comment

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

7004 😭

@@ -10,26 +10,27 @@
🚧 We are actively working on improving documentation for Gaiacli and Gaiad.
:::
Copy link
Contributor

Choose a reason for hiding this comment

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

we probably don't need these anymore

@@ -141,7 +142,7 @@ gaiacli stake unbond \
--address-validator=$(gaiad tendermint show_validator) \
--shares=MAX \
--name=<key_name> \
--chain-id=gaia-6002
--chain-id=gaia-7002
Copy link
Contributor

Choose a reason for hiding this comment

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

7004? and above/below too

@rigelrozanski
Copy link
Contributor

@ebuchman why you pushing to deleted branch which is already merged? Has this been merged back to develop yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:Docs Changes and features related to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants