cosmos-sdk/client/keys
Alessio Treglia a32d5a46d7
Generalize auth/types.StdSignature (#4507)
New Signature interface available in the top level types package.
auth.StdSignature implements such interface. User defined auth
module can now define their own custom signature types.

Work carried out in the context of the following issues:
- #4488
- #4487
2019-06-07 14:21:35 +01:00
..
add.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
add_ledger_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
add_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
codec.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
codec_test.go Merge PR #3748: Multisig Display UX Improvements 2019-03-01 13:29:33 -08:00
delete.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
delete_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
errors.go Merge PR #3461: GaiaCLI - refactor/fix --account and --index 2019-02-05 08:22:56 -08:00
export.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
export_test.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
import.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
import_test.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
list.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
list_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
mnemonic.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
mnemonic_test.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
parse.go Merge PR #4433: Adopt YAML as human-readable text output 2019-05-31 09:14:34 -04:00
parse_test.go Merge PR #4228: gaiakeyutil -> gaiacli keys parse 2019-05-02 09:34:02 -04:00
root.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
root_test.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
show.go Merge PR #4433: Adopt YAML as human-readable text output 2019-05-31 09:14:34 -04:00
show_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
types.go gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
update.go Generalize auth/types.StdSignature (#4507) 2019-06-07 14:21:35 +01:00
update_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
utils.go Merge PR #4433: Adopt YAML as human-readable text output 2019-05-31 09:14:34 -04:00