cosmos-sdk/x/auth
Alessio Treglia 26cb0a125a Multi-signature workflow support (#3264)
- New keys add --multisig flag to store multisig keys
  locally.
- New multisign command to generate multisig
  signatures.
- New sign --multisig flag to enable multisig mode.
- Add multisig transactions support in ante handler.
- gaiad add-genesis-account can now take both account
  addresses and key names.

Closes: #3198
2019-01-16 09:30:57 -08:00
..
client Multi-signature workflow support (#3264) 2019-01-16 09:30:57 -08:00
simulation Merge branch 'develop' into cwgoes/check-supply-in-simulation 2018-10-23 17:54:58 +02:00
account.go Merge PR #2694: Vesting Account(s) Implementation 2019-01-14 17:11:24 +01:00
account_test.go Merge PR #2694: Vesting Account(s) Implementation 2019-01-14 17:11:24 +01:00
ante.go Multi-signature workflow support (#3264) 2019-01-16 09:30:57 -08:00
ante_test.go Multi-signature workflow support (#3264) 2019-01-16 09:30:57 -08:00
codec.go Merge PR #2324: rename wire to codec 2018-09-13 14:17:32 -04:00
feekeeper.go Update to TM v0.26.0 - Part I (#2679) 2018-11-04 18:28:38 -08:00
feekeeper_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
genesis.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper_bench_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
params.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
params_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
stdtx.go Upgrade tendermint to 0.28.0-dev0 (#3279) 2019-01-11 09:19:01 -08:00
stdtx_test.go Introduce CodeNoSignatures 2019-01-02 10:05:56 +00:00
test_utils.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00