cosmos-sdk/x/distribution
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
keeper Merge PR #5248: Ensure all the empty arrays return an empty slice 2019-10-28 10:09:04 -04:00
legacy update x/genaccounts to match module spec (#4759) 2019-07-22 16:26:42 +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
types update simulation operations to use BaseApp (#4946) 2019-10-23 11:14:45 +02:00
abci.go update simulation operations to use BaseApp (#4946) 2019-10-23 11:14:45 +02:00
alias.go Merge PR #4800: Organize store keys in app.go into a map 2019-07-31 06:59:16 -07:00
genesis.go Merge PR #4654: Validator slash event stored by period and height 2019-07-01 12:03:34 -04:00
handler.go Merge PR #4541: Events Tracking / Tendermint v0.32.0 Update 2019-06-26 18:03:25 +02:00
module.go Merge PR #4838: Sim refactor 2 - Move GenesisState generators to modules 2019-08-28 10:58:25 -04:00
proposal_handler_test.go update x/genaccounts to match module spec (#4759) 2019-07-22 16:26:42 +01:00