cosmos-sdk/cmd/gaia/init
Alessio Treglia 3e68e44063 Merge PR #2874: gaiad gentx subcommands refactoring
* gaiad gentx subcommands refactoring

- Replace STDIN/STDOUT redirection in `gaiad gentx` with subcommands
  command line options to redirect streams to file since viper does
  not handle redirection well.
- Use `BuildCreateValidatorMsg` to build a `MsgCreateValidator` rather
  than redirecting to `gaiacli tx stake create-validator`.
- `PrintUnsignedStdTx` now takes an `io.Writer` object.
- Mark `--pubkey`, `--amount` and `--moniker` as required flags
  instead of validating them manually.
- Use stake.NewDescription() to make a new Description - ref #2835

* Refresh PENDING.md
2018-11-22 00:44:13 +01:00
..
collect.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
genesis_accts.go add-genesis-account: validate app state accounts 2018-11-15 15:44:27 +00:00
genesis_accts_test.go Change gas & related fields to unsigned integer type (#2839) 2018-11-19 09:13:45 -08:00
gentx.go Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
init.go R4R: Remove AppInit (#2801) 2018-11-15 10:01:19 -08:00
init_test.go R4R: Remove AppInit (#2801) 2018-11-15 10:01:19 -08:00
testnet.go R4R: Remove AppInit (#2801) 2018-11-15 10:01:19 -08:00
utils.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00