cosmos-sdk/client/keys
Alessio Treglia 1fcac93d57
switch GetConfirmation()'s default to no (#4575)
client/input.GetConfirmation() returns true if and only if the
user's input is confirmative.

The function is used in places where fat-fingering may cause
financial loss, e.g. gaiacli tx send command. Thus it seems
wiser to provide a conservative default in order to protect
users from accidental mistyping.

Closes: #4564
2019-06-18 11:46:51 +02:00
..
add_ledger_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
add_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
add.go switch GetConfirmation()'s default to no (#4575) 2019-06-18 11:46:51 +02:00
codec_test.go Merge PR #3748: Multisig Display UX Improvements 2019-03-01 13:29:33 -08:00
codec.go Merge PR #4451: Client and Module Modularization 2019-06-05 19:26:16 -04:00
delete_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
delete.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
errors.go Merge PR #3461: GaiaCLI - refactor/fix --account and --index 2019-02-05 08:22:56 -08:00
export_test.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
export.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
import_test.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
import.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
list_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
list.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
mnemonic_test.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
mnemonic.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
parse_test.go Merge PR #4228: gaiakeyutil -> gaiacli keys parse 2019-05-02 09:34:02 -04:00
parse.go Merge PR #4433: Adopt YAML as human-readable text output 2019-05-31 09:14:34 -04:00
root_test.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
root.go Implement private keys export/import symmetric functionalities (#4436) 2019-05-30 16:44:28 +01:00
show_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
show.go Merge PR #4433: Adopt YAML as human-readable text output 2019-05-31 09:14:34 -04:00
types.go gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
update_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
update.go Revert "Generalize auth/types.StdSignature (#4507)" (#4512) 2019-06-08 11:04:52 +01:00
utils.go Merge PR #4433: Adopt YAML as human-readable text output 2019-05-31 09:14:34 -04:00