cosmos-sdk/client
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
..
context Merge PR #4550: Minor Cleanup 2019-06-14 11:52:28 +02:00
flags Remove --cors flag (#4525) 2019-06-10 17:01:48 +01:00
input switch GetConfirmation()'s default to no (#4575) 2019-06-18 11:46:51 +02:00
keys switch GetConfirmation()'s default to no (#4575) 2019-06-18 11:46:51 +02:00
lcd Merge PR #4499: Remove Client Codec Redundancy 2019-06-06 11:43:15 -04:00
rpc Merge PR #4550: Minor Cleanup 2019-06-14 11:52:28 +02:00
alias.go Merge PR #4555: Move client/{tx,rest,utils} into x/auth/client 2019-06-15 14:34:11 +02:00
cmd.go Merge PR #4555: Move client/{tx,rest,utils} into x/auth/client 2019-06-15 14:34:11 +02:00
cmd_test.go Merge PR #4555: Move client/{tx,rest,utils} into x/auth/client 2019-06-15 14:34:11 +02:00
config.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
config_test.go reduce module interdependancy, /client refactor (#4415) 2019-05-28 09:44:04 +01:00
routes.go Merge PR #4555: Move client/{tx,rest,utils} into x/auth/client 2019-06-15 14:34:11 +02:00