cosmos-sdk/client
SaReN 39f53ac22f
client: rename CliContext to Context (#6290)
* Refactor CliContext as Context

* Fix lint issues

* Fix goimports

* Fix gov tests

* Resolved ci-lint issues

* Add changelog

* Rename cliCtx to clientCtx

* Fix mocks and routes

* Add changelog

* Update changelog

* Apply suggestions from code review

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* merge client/rpc/ro{ot,utes}.go

* Update docs

* client/rpc: remove redundant client/rpc.RegisterRPCRoutes

* regenerate mocks

* Update ADRs

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-01 12:46:03 +00:00
..
debug Merge PR #5495: Replace Redundant Bech32 PubKey Functions 2020-01-09 09:04:28 -05:00
flags flags: fix "max-body-bytes" flag description (#6180) 2020-05-10 15:21:24 -04:00
input various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keys Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
lcd client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
rpc client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
tx client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
account_retriever.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
broadcast.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
broadcast_test.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
cmd.go Merge PR #5920: Fix validate cmd bug 2020-04-04 14:24:11 -04:00
cmd_test.go Jonathan/5988 sim params consensus 2 (#6051) 2020-04-22 18:24:13 +00:00
config.go client: show defaults when config help screen is displayed (#5896) 2020-03-31 16:05:18 +02:00
config_test.go client: show defaults when config help screen is displayed (#5896) 2020-03-31 16:05:18 +02:00
context.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
context_test.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
errors.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
query.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
tx_generator.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
utils.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
verifier.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
verifier_test.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00