cosmos-sdk/x/gov
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 Merge PR #2730: add tx search pagination related CLI/REST API parameter 2019-01-15 16:34:48 +01:00
simulation Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
tags Tags Cleanup & Docs (#3137) 2018-12-19 19:28:38 -08:00
codec.go
depositsvotes.go Run make format 2018-12-10 14:27:25 +00:00
endblocker_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
errors.go Codespaces as Strings (#2821) 2018-11-16 09:12:24 -08:00
genesis.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
genesis_test.go Multi-signature workflow support (#3264) 2019-01-16 09:30:57 -08:00
handler.go Merge PR #3269: Rename tallyresult to finaltallyresult 2019-01-10 16:02:55 +01:00
keeper.go Merge PR #3269: Rename tallyresult to finaltallyresult 2019-01-10 16:02:55 +01:00
keeper_keys.go Merge PR #2802: Correct the usage of misspelling of English word 'depositor'. 2018-11-22 00:53:33 +01:00
keeper_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
msgs.go Merge PR #3119: Move all store keys into constants 2018-12-19 20:58:30 +01:00
msgs_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
params.go Fix Governance state import (#3223) 2019-01-07 14:24:04 -08:00
proposals.go Merge PR #3269: Rename tallyresult to finaltallyresult 2019-01-10 16:02:55 +01:00
proposals_test.go Merge PR #2392: remove redundant sprintf calls, improve a doc comment, write test 2018-09-24 21:42:51 -04:00
querier.go Merge PR #3269: Rename tallyresult to finaltallyresult 2019-01-10 16:02:55 +01:00
querier_test.go Fix Governance state import (#3223) 2019-01-07 14:24:04 -08:00
tally.go Merge PR #2958: Validator Power Dec-> Int 2019-01-02 15:29:47 -05:00
tally_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
test_common.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00