cosmos-sdk/client/keys
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
..
add.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
delete.go Run make format 2018-12-10 14:27:25 +00:00
errors.go 'make format' 2018-10-09 06:38:58 +02:00
list.go Fix quoted json return 2018-12-07 17:33:52 -08:00
mnemonic.go Run make format 2018-12-10 14:27:25 +00:00
root.go Run make format 2018-12-10 14:27:25 +00:00
show.go Run make format 2018-12-10 14:27:25 +00:00
update.go Run make format 2018-12-10 14:27:25 +00:00
utils.go Run make format 2018-12-10 14:27:25 +00:00
utils_test.go Run make format 2018-12-10 14:27:25 +00:00