cosmos-sdk/client
Alessio Treglia 1eb7706c28
Separate account getters from client/context (#4579)
Account getters are removed from client context. x/auth has the
queriers necessary for retrieving account information.
These functions should be removed since they are currently
redundant and don't provide any extra value.

Closes: #4543
2019-06-19 14:24:11 +02:00
..
context Separate account getters from client/context (#4579) 2019-06-19 14:24:11 +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