cosmos-sdk/docs/interfaces
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
..
lite Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
README.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
cli.md Improve keyring docs (#5822) 2020-03-24 16:30:35 +00:00
interfaces-intro.md Update docs website (#5827) 2020-03-24 16:20:30 +00:00
keyring.md Improve keyring docs (#5822) 2020-03-24 16:30:35 +00:00
query-lifecycle.md client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
rest.md client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00

README.md

Interfaces

This repository contains documentation on interfaces for Cosmos SDK applications.

  1. Introduction to Interaces
  2. Lifecycle of a Query
  3. Command-Line Interface
  4. Rest Interface