cosmos-sdk/client
Alessio Treglia d4c831e63a Drop on-disk keybase in favor of keyring (#5180)
* Switch keys commands to keyring

* Replace NewKeybase with NewKeyring

* Fix delete test

* Purge dead code

* Override COSMOS_SDK_TEST_KEYRING envvar to switch to a test keyring

* s/unningOnServer/unningUnattended/

C'ing @tnachen

* Add deprecated warning, output looks like the following:

```
$ gaiacli keys update --help
Command "update" is deprecated, it takes no effect with the new keyring
based backend and is provided only for backward compatibility with the
legacy LevelDB based backend.
Refer to your operating system's manual to learn how to change your
keyring's password.

Change the password used to protect private key

Usage:
  gaiacli keys update <name> [flags]

Flags:
  -h, --help   help for update

Global Flags:
      --chain-id string   Chain ID of tendermint node
  -e, --encoding string   Binary encoding (hex|b64|btc) (default "hex")
      --home string       directory for config and data (default "/home/alessio/.gaiacli")
  -o, --output string     Output format (text|json) (default "text")
      --trace             print out full stack trace on errors
```

* Update multisign command

* Modify server.GenerateSaveCoinKey()

* GenerateSaveCoinKey more modifications

* Update docs

* Update upgrade module
2019-11-14 15:17:21 +01: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 Remove print response flag (#4593) 2019-06-20 14:26:48 +02:00
input Merge PR #4919: Fix GetConfirmation User Input Bug 2019-08-19 09:22:07 -04:00
keys Drop on-disk keybase in favor of keyring (#5180) 2019-11-14 15:17:21 +01: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 Drop on-disk keybase in favor of keyring (#5180) 2019-11-14 15:17:21 +01: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 Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04: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