cosmos-sdk/x/bank
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
..
client Merge PR #2874: gaiad gentx subcommands refactoring 2018-11-22 00:44:13 +01:00
simulation Add Safety Measures to Coin/Coins (#2797) 2018-11-20 01:22:35 -08:00
app_test.go Codespaces as Strings (#2821) 2018-11-16 09:12:24 -08:00
bench_test.go Rename AccountMapper to AccountKeeper 2018-10-20 23:22:48 -07:00
codec.go R4R: Remove unused bank.MsgIssue (and prevent possible panic) (#2855) 2018-11-19 07:42:53 -08:00
errors.go Codespaces as Strings (#2821) 2018-11-16 09:12:24 -08:00
handler.go R4R: Remove unused bank.MsgIssue (and prevent possible panic) (#2855) 2018-11-19 07:42:53 -08:00
keeper.go Add Safety Measures to Coin/Coins (#2797) 2018-11-20 01:22:35 -08:00
keeper_test.go Rename AccountMapper to AccountKeeper 2018-10-20 23:22:48 -07:00
msgs.go R4R: Remove unused bank.MsgIssue (and prevent possible panic) (#2855) 2018-11-19 07:42:53 -08:00
msgs_test.go Add Safety Measures to Coin/Coins (#2797) 2018-11-20 01:22:35 -08:00