cosmos-sdk/x/params
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
..
client Drop on-disk keybase in favor of keyring (#5180) 2019-11-14 15:17:21 +01:00
simulation update simulation operations to use BaseApp (#4946) 2019-10-23 11:14:45 +02:00
spec Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
subspace Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
types Merge PR #4665: Refactor x/gov Module Structure (prep for module spec) 2019-08-08 15:51:18 -04:00
alias.go
commmon_test.go Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
doc.go
keeper.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
keeper_test.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
module.go Merge PR #4847: Sim refactor 1 move store decoders to modules 2019-08-13 18:16:03 -04:00
proposal_handler.go Merge PR #4665: Refactor x/gov Module Structure (prep for module spec) 2019-08-08 15:51:18 -04:00
proposal_handler_test.go Merge PR #5048: Fix linters and add golint 2019-09-16 13:11:17 -04:00