cosmos-sdk/client
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
..
context Merge PR #3141: Fix the bug in GetAccount when len(res) == 0 and err == nil 2018-12-21 18:30:29 +01:00
keys Multi-signature workflow support (#3264) 2019-01-16 09:30:57 -08:00
lcd Merge PR #3243: allow multiple simultaneous redelegations/ubds between same delegator/validator(s) addresses 2019-01-16 05:35:18 -05:00
rpc Remove unimplemented gaiacli init command (#3156) 2018-12-19 08:25:27 -08:00
tx Merge PR #2730: add tx search pagination related CLI/REST API parameter 2019-01-15 16:34:48 +01:00
utils Multi-signature workflow support (#3264) 2019-01-16 09:30:57 -08:00
config.go Merge PR #3127: Don't fallback to any default values for chain id 2018-12-18 19:40:01 +01:00
flags.go Change --gas=simulate to --gas=auto when sending txs (#3170) 2018-12-20 11:21:07 -08:00
input.go Merge PR #2090: Improve crypto/keys and add `keys mnemonic` and `keys new` commands 2018-10-17 13:37:58 -04:00
keys.go Run make format 2018-12-10 14:27:25 +00:00