cosmos-sdk/x/auth/types
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
..
account.go Merge PR #5280: Custom JSON Marshal/Unmarshal for Account Types 2019-11-06 13:06:26 -07:00
account_retriever.go Merge PR #4924: Return Height on Query Errors + Update Account Endpoint 2019-08-19 10:58:11 -04:00
account_retriever_test.go Merge PR #4881: Linting Galore 2019-08-19 12:06:27 -04:00
account_test.go Merge PR #5280: Custom JSON Marshal/Unmarshal for Account Types 2019-11-06 13:06:26 -07:00
codec.go Merge PR #5040: Separate vesting from auth, add custom vesting schedules 2019-10-10 11:53:30 -04:00
expected_keepers.go Merge PR #4255: Supply Module 2019-06-28 16:11:27 -04:00
genesis.go Merge PR #5040: Separate vesting from auth, add custom vesting schedules 2019-10-10 11:53:30 -04:00
genesis_test.go Merge PR #5040: Separate vesting from auth, add custom vesting schedules 2019-10-10 11:53:30 -04:00
keys.go Merge PR #4686: v0.36 supply changes to genesis migration 2019-07-18 14:43:56 +02:00
params.go Merge PR #5017: ADR 011: Generalize Genesis Accounts Implementation 2019-09-12 15:22:25 -04:00
params_test.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
querier.go Move /bank/balances/{address} REST endpoint into /x/bank (#4570) 2019-06-18 15:44:09 +02:00
stdsignmsg.go Merge PR #4678: Clean YAML output 2019-07-05 19:25:56 -04:00
stdtx.go Merge PR #5006: Modular AnteDecorator 2019-10-10 08:46:09 -04:00
stdtx_test.go Merge PR #5006: Modular AnteDecorator 2019-10-10 08:46:09 -04:00
test_common.go Merge PR #5006: Modular AnteDecorator 2019-10-10 08:46:09 -04:00
txbuilder.go Drop on-disk keybase in favor of keyring (#5180) 2019-11-14 15:17:21 +01:00
txbuilder_test.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00