Files
cosmos-sdk/x/slashing
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
..
2018-11-16 09:12:24 -08:00
2018-09-13 14:17:32 -04:00
2018-11-16 09:12:24 -08:00
2018-10-15 23:01:29 +02:00
2018-10-22 19:48:28 -07:00
2018-11-11 19:09:12 -08:00
2018-10-07 01:12:00 +09:00