cosmos-sdk/docs/core
Robert Zaremba b219c54c2d
Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080)
* Changelog update

* Rename codec.MarshalAny

* move codec.MarshalInterface to codec.Marshaler

* fix tests

* Update amino_codec for compliance with MarshalerInterface

* update tests and comments

* add tests

* change order of args in UnmarshalInterface to a canonical one

* uplift MarshalInterface to take ProtoMessage as an argument

* wip

* add nil check

* make tests working

* tests cleanup

* add support for *JSON methods

* Update changelog

* linter fixes

* fix test types

* update evidence genesis_test

* adding test

* review updates

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-12-08 09:27:08 +00:00
..
README.md Update "Core Concepts" docs (#7948) 2020-11-24 15:03:20 +00:00
baseapp.md Update "Core Concepts" docs (#7948) 2020-11-24 15:03:20 +00: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 "Core Concepts" docs (#7948) 2020-11-24 15:03:20 +00:00
encoding.md Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080) 2020-12-08 09:27:08 +00:00
events.md [docs]: update building modules section to reflect ADR31 (#7702) 2020-11-17 20:41:43 +00:00
node.md Update "Core Concepts" docs (#7948) 2020-11-24 15:03:20 +00:00
ocap.md docs: improve IBC guide (#6472) 2020-07-07 06:19:36 -04:00
runtx_middleware.md docs: improve IBC guide (#6472) 2020-07-07 06:19:36 -04:00
store.md Update "Core Concepts" docs (#7948) 2020-11-24 15:03:20 +00:00
telemetry.md ibc: metrics (#7441) 2020-10-08 12:37:20 +00:00
transactions.md Update "Core Concepts" docs (#7948) 2020-11-24 15:03:20 +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. Telemetry
  9. Object-Capabilities
  10. RunTx recovery middleware

After reading about the core concepts, check the IBC documentation to learn more about the IBC core concepts and how to integrate it to you application.