cosmos-sdk/x/genutil/client/cli
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
..
collect.go Merge PR #4968: Improve error reporting in genutil CLI 2019-08-30 09:59:41 -04:00
gentx.go keyring's encrypted file backend integration (#5355) 2019-12-11 09:45:26 +00:00
init_test.go Merge PR #5048: Fix linters and add golint 2019-09-16 13:11:17 -04:00
init.go Merge PR #4968: Improve error reporting in genutil CLI 2019-08-30 09:59:41 -04:00
migrate_test.go Merge PR #5103: Migration Testing 2019-09-26 09:07:15 -07:00
migrate.go Merge PR #5103: Migration Testing 2019-09-26 09:07:15 -07:00
validate_genesis.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00