cosmos-sdk/crypto/keys
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
..
hd Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
keyerror Merge PR #2994: Change wrong password message 2018-12-04 17:23:10 +01:00
mintkey Merge PR #4881: Linting Galore 2019-08-19 12:06:27 -04:00
codec.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
keybase_base.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
keybase_test.go Add support for github.com/99designs/keyring-backed keybases (#5029) 2019-09-21 09:54:14 -07:00
keybase.go Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
keyring_test.go Merge PR #5164: Handle New{,Test}Keyring errors 2019-10-09 14:53:54 -04:00
keyring.go Drop on-disk keybase in favor of keyring (#5180) 2019-11-14 15:17:21 +01:00
keys.go Ledger integration (#931) 2018-06-29 02:54:47 +02:00
keys.toml Ledger integration (#931) 2018-06-29 02:54:47 +02:00
lazy_keybase_test.go Merge PR #4881: Linting Galore 2019-08-19 12:06:27 -04:00
lazy_keybase.go Add support for github.com/99designs/keyring-backed keybases (#5029) 2019-09-21 09:54:14 -07:00
output_test.go Merge #4209: NFT Module 2019-08-26 12:54:45 -04:00
output.go Merge PR #4790: Fix multisig output 2019-07-31 11:47:18 -04:00
types_test.go Add support for github.com/99designs/keyring-backed keybases (#5029) 2019-09-21 09:54:14 -07:00
types.go Add support for github.com/99designs/keyring-backed keybases (#5029) 2019-09-21 09:54:14 -07:00