cosmos-sdk/x/auth
Alessio Treglia eac7d6939d Merge PR #3127: Don't fallback to any default values for chain id
- Remove DefaultChainID(). User needs to suplly chain ID
  via either config or flag.
- Mark --chain-id as required by all tx commands.
- Fix gaiacli config values containing underscores.
  Underscore '_' character is not automagically translated
  into hyphen '-'. Viper values wouldn't be affected.
- Refresh gaiacli config tests

Closes: #810
2018-12-18 19:40:01 +01:00
..
client Merge PR #3127: Don't fallback to any default values for chain id 2018-12-18 19:40:01 +01:00
simulation
account.go Run make format 2018-12-10 14:27:25 +00:00
account_test.go Merge PR #2799: Account numbers and sequences to uint64 2018-11-26 12:29:21 +01:00
ante.go Expose necessary ante handler auxiliary functions (#3135) 2018-12-17 15:43:16 -08:00
ante_test.go Expose necessary ante handler auxiliary functions (#3135) 2018-12-17 15:43:16 -08:00
codec.go
context.go
context_test.go
feekeeper.go
feekeeper_test.go
genesis.go Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
keeper.go Run make format 2018-12-10 14:27:25 +00:00
keeper_bench_test.go Run make format 2018-12-10 14:27:25 +00:00
keeper_test.go Run make format 2018-12-10 14:27:25 +00:00
stdtx.go Merge PR #2959: Add TxEncoder to client TxBuilder 2018-12-12 22:29:42 +01:00
stdtx_test.go Merge PR #2959: Add TxEncoder to client TxBuilder 2018-12-12 22:29:42 +01:00