cosmos-sdk/x/auth
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 Merge branch 'develop' into cwgoes/check-supply-in-simulation 2018-10-23 17:54:58 +02:00
account.go Merge PR #2376: auth: Don't recalculate mempool fees for every msg signer, misc. cleanup 2018-09-27 02:34:01 +08:00
account_test.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
ante.go Merge PR #2863: Transaction ValidateBasic 2018-11-21 11:16:56 +01:00
ante_test.go Add Safety Measures to Coin/Coins (#2797) 2018-11-20 01:22:35 -08:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
context.go Rename AccountMapper to AccountKeeper 2018-10-20 23:22:48 -07:00
context_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
feekeeper.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
feekeeper_test.go Merge PR #2527: Minting 2018-10-19 20:36:00 +02:00
genesis.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
keeper.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
keeper_test.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
stdtx.go Merge PR #2863: Transaction ValidateBasic 2018-11-21 11:16:56 +01:00
stdtx_test.go Merge PR #2863: Transaction ValidateBasic 2018-11-21 11:16:56 +01:00