cosmos-sdk/client/keys
Alessio Treglia b832e103b1
client/keys: make add command's output parseable (#6603)
client/input/input.go: GetConfirmation() should communicate
with the user via the io.Writer instance passed in as
argument.

client/keys/add.go: replace cmd.PrintErrln() calls with
fmt.Fprintln(cmd.ErrOrStderr(), ...) because of cobra's
PrintErr* functions broken behaviour. For more information
please see https://github.com/spf13/cobra/pull/894

Closes: #6601
Thanks: @noandrea for pointing this out.
2020-07-05 13:22:49 +02:00
..
testdata/keys/keys.db crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00
add.go client/keys: make add command's output parseable (#6603) 2020-07-05 13:22:49 +02:00
add_ledger_test.go client: fix signing algorithm (#6405) 2020-06-11 14:30:42 +00:00
add_test.go client: fix signing algorithm (#6405) 2020-06-11 14:30:42 +00:00
codec.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
codec_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
delete.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
delete_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
export.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
export_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
import.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
import_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
list.go Merge PR #6525: x/bank: Refactor CLI & Tests 2020-06-30 16:59:21 -04:00
list_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
migrate.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
migrate_test.go spring cleanup (#5991) 2020-04-14 19:13:15 +00:00
mnemonic.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
mnemonic_test.go Replace defer with testing.T.Cleanup() (#5732) 2020-03-02 00:16:23 +00:00
parse.go Merge PR #6525: x/bank: Refactor CLI & Tests 2020-06-30 16:59:21 -04:00
parse_test.go build(deps): bump github.com/spf13/viper from 1.6.3 to 1.7.0 (#6183) 2020-05-11 10:22:36 +02:00
root.go crypto/keyring: deprecate old keybase (#5889) 2020-03-30 20:30:50 +02:00
root_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
show.go Merge PR #6525: x/bank: Refactor CLI & Tests 2020-06-30 16:59:21 -04:00
show_test.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
types.go crypto/keys: move keybase and keyring to crypto/keyring/ dir (#5866) 2020-03-25 15:20:36 +00:00
types_test.go Replace defer with testing.T.Cleanup() (#5732) 2020-03-02 00:16:23 +00:00
utils.go Merge PR #6525: x/bank: Refactor CLI & Tests 2020-06-30 16:59:21 -04:00