cosmos-sdk/x/stake
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
keeper R4R: Remove unused bank.MsgIssue (and prevent possible panic) (#2855) 2018-11-19 07:42:53 -08:00
querier Merge PR #2869: Gov tally endpoint 2018-11-21 10:54:51 +01:00
simulation Merge branch 'develop' into dev/sim_msg_edit_val 2018-11-12 19:57:54 +01:00
tags Merge PR #2405: Unbonding and Redelegations Queue 2018-10-08 06:43:47 +02:00
types 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
genesis_test.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
genesis.go Clarify comment 2018-11-13 15:46:14 +01:00
handler_test.go Fix simulation bugs; Incorprates #2676 from Sunny (#2677) 2018-11-04 22:11:03 -08:00
handler.go Fix simulation bugs; Incorprates #2676 from Sunny (#2677) 2018-11-04 22:11:03 -08:00
stake.go use newQuery...Params 2018-11-12 23:12:25 +01:00
test_common.go Merge PR #2752: Don't hardcode bondable denom 2018-11-12 19:54:18 +01:00