cosmos-sdk/x
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
..
auth Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
bank Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
distribution Standardize CLI Exports from Modules (#2840) 2018-11-19 09:02:34 -08:00
gov Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
ibc Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
mint Merge PR #2752: Don't hardcode bondable denom 2018-11-12 19:54:18 +01:00
mock Codespaces as Strings (#2821) 2018-11-16 09:12:24 -08:00
params add tests and restriction for TypeTable 2018-10-16 03:02:48 +09:00
slashing Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
stake Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00