Skip to content

Commit

Permalink
Update PENDING.md, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Oct 19, 2018
1 parent 0641031 commit 256919f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ BREAKING CHANGES
* [x/stake] \#1673 Validators are no longer deleted until they can no longer possibly be slashed
* [\#1890](https://github.com/cosmos/cosmos-sdk/issues/1890) Start chain with initial state + sequence of transactions
* [cli] Rename `gaiad init gentx` to `gaiad gentx`.
* [cli] Add `--skip-genesis` flag to `gaiad init` to prevent `genesis.json` generation.
* Drop `GenesisTx` in favor of a signed `StdTx` with only one `MsgCreateValidator` message.
* [cli] Port `gaiad init` and `gaiad testnet` to work with `StdTx` genesis transactions.
* [cli] Add `--moniker` flag to `gaiad init` to override moniker when generating `genesis.json` - i.e. it takes effect when running with the `--with-txs` flag, it is ignored otherwise.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/join-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These instructions are for setting up a brand new full node from scratch.
First, initialize the node and create the necessary config files:

```bash
gaiad init --name <your_custom_name>
gaiad init --skip-genesis --name <your_custom_name>
```

::: warning Note
Expand Down

0 comments on commit 256919f

Please sign in to comment.