cosmos-sdk/client
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
..
context Standardize CLI Exports from Modules (#2840) 2018-11-19 09:02:34 -08:00
keys Expose LCD router, allowing devs to register custom routes from their modules (#2836) 2018-11-16 14:21:36 -08:00
lcd Merge PR #2869: Gov tally endpoint 2018-11-21 10:54:51 +01:00
rpc Address linting issues 2018-11-07 15:38:30 -08:00
tx Reorganize CLI command structure. Fixes #2575 2018-11-07 15:03:00 -08:00
utils Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
config.go Address PR comments 2018-11-08 08:24:34 -08:00
flags.go Change gas & related fields to unsigned integer type (#2839) 2018-11-19 09:13:45 -08:00
input.go Merge PR #2090: Improve crypto/keys and add `keys mnemonic` and `keys new` commands 2018-10-17 13:37:58 -04:00
keys.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00