cosmos-sdk/docs/core
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
..
README.md update SECURITY.md (#6263) 2020-05-21 11:12:51 +02:00
baseapp.md Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
baseapp_state-begin_block.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state-checktx.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state-commit.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state-deliver_tx.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state-initchain.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
baseapp_state_types.png Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00
context.md Update docs website (#5827) 2020-03-24 16:20:30 +00:00
encoding.md Update docs website (#5827) 2020-03-24 16:20:30 +00:00
events.md Merge PR #6017: [DOCS]: fix the error link 2020-04-17 10:01:42 -04:00
node.md Update docs website (#5827) 2020-03-24 16:20:30 +00:00
ocap.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
store.md Merge PR #5952: Refactor Evidence Age Util + Governable Consensus Params 2020-04-16 11:10:39 -04:00
transactions.md client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00

README.md

Core Concepts

This repository contains reference documentation on the core concepts of the Cosmos SDK.

  1. Baseapp
  2. Transaction
  3. Context
  4. Node Client
  5. Store
  6. Encoding
  7. Events
  8. Object-Capabilities

After reading about the core concepts, head on to the Building Modules documentation to learn more about the process of building modules.