-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Bucky/docs #1843
Conversation
@@ -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 |
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.
need to create this folder!
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.
just created it but lets add templates to the repo so folks remember to update it !
docs/validators/validator-setup.md
Outdated
@@ -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 \ |
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.
fix these
Codecov Report
@@ 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` |
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.
++
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.
@zramsay please include a linter for markdown
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
should we merge this to develop not master? or both? - let's merge! (@ebuchman action required) |
docs/sdk/gaiacli.md
Outdated
@@ -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 |
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.
7004 😭
@@ -10,26 +10,27 @@ | |||
🚧 We are actively working on improving documentation for Gaiacli and Gaiad. | |||
::: |
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.
we probably don't need these anymore
docs/sdk/clients.md
Outdated
@@ -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 |
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.
7004? and above/below too
@ebuchman why you pushing to deleted branch which is already merged? Has this been merged back to develop yet? |
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 ...
docs/
)PENDING.md
that include links to the relevant issue or PR that most accurately describes the change.cmd/gaia
andexamples/
For Admin Use: