cosmos-sdk/client
Alessio Treglia 394860068d
keyring's encrypted file backend integration (#5355)
Client commands accept a new `--keyring-backend` option through which users can specify which backend should be used by the new key store:
- os: use OS default credentials storage (default).
- file: use encrypted file-based store.
- test: use password-less key store (highly insecure).
2019-12-11 09:45:26 +00:00
..
context Drop on-disk keybase in favor of keyring (#5180) 2019-11-14 15:17:21 +01:00
debug Merge PR #5244: Add debug commands 2019-11-11 09:54:32 -05:00
flags keyring's encrypted file backend integration (#5355) 2019-12-11 09:45:26 +00:00
input Merge PR #4919: Fix GetConfirmation User Input Bug 2019-08-19 09:22:07 -04:00
keys keyring's encrypted file backend integration (#5355) 2019-12-11 09:45:26 +00:00
lcd Merge PR #5155: Remove unused KeyBase (dead code) 2019-10-08 16:48:41 -04:00
rpc Merge PR #4840: Various Updates for Gaia 2019-08-03 09:56:15 -04:00
alias.go keyring's encrypted file backend integration (#5355) 2019-12-11 09:45:26 +00:00
cmd.go Merge PR #4555: Move client/{tx,rest,utils} into x/auth/client 2019-06-15 14:34:11 +02:00
cmd_test.go Merge PR #4847: Sim refactor 1 move store decoders to modules 2019-08-13 18:16:03 -04:00
config.go keyring's encrypted file backend integration (#5355) 2019-12-11 09:45:26 +00:00
config_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
routes.go Merge PR #4555: Move client/{tx,rest,utils} into x/auth/client 2019-06-15 14:34:11 +02:00
utils.go Merge PR #4658: Generalize Querier REST Pagination 2019-07-02 09:00:46 -04:00
utils_test.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00