cosmos-sdk/x/genutil
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
..
client keyring's encrypted file backend integration (#5355) 2019-12-11 09:45:26 +00:00
legacy Merge PR #5103: Migration Testing 2019-09-26 09:07:15 -07:00
types Merge PR #5103: Migration Testing 2019-09-26 09:07:15 -07:00
alias.go Merge PR #4757: update x/genutil to match module spec 2019-07-24 17:37:03 -04:00
collect.go Merge PR #4757: update x/genutil to match module spec 2019-07-24 17:37:03 -04:00
doc.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
genesis.go Merge PR #4757: update x/genutil to match module spec 2019-07-24 17:37:03 -04:00
gentx.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
gentx_test.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
module.go Merge PR #4838: Sim refactor 2 - Move GenesisState generators to modules 2019-08-28 10:58:25 -04:00
utils.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
utils_test.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00