* 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> |
||
|---|---|---|
| .. | ||
| baseapp_state_types.png | ||
| baseapp_state-begin_block.png | ||
| baseapp_state-checktx.png | ||
| baseapp_state-commit.png | ||
| baseapp_state-deliver_tx.png | ||
| baseapp_state-initchain.png | ||
| baseapp.md | ||
| context.md | ||
| encoding.md | ||
| events.md | ||
| node.md | ||
| ocap.md | ||
| README.md | ||
| runtx_middleware.md | ||
| store.md | ||
| telemetry.md | ||
| transactions.md | ||
Core Concepts
This repository contains reference documentation on the core concepts of the Cosmos SDK.
BaseApp- Transaction
- Context
- Node Client
- Store
- Encoding
- Events
- Telemetry
- Object-Capabilities
- 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.