ced080af95
* baseapp: custom panic handling withing app.runTx method * baseapp: recovery middleware chain unit test added * CHANGELOG.md update * ADR-22 link added; godocs update * CHANGELOG.md: ADR-022 url fix * CoreDocs added for custom panic recovery middleware |
||
---|---|---|
.. | ||
README.md | ||
baseapp.md | ||
baseapp_state-begin_block.png | ||
baseapp_state-checktx.png | ||
baseapp_state-commit.png | ||
baseapp_state-deliver_tx.png | ||
baseapp_state-initchain.png | ||
baseapp_state_types.png | ||
context.md | ||
encoding.md | ||
events.md | ||
node.md | ||
ocap.md | ||
runtx_panics.md | ||
store.md | ||
transactions.md |
README.md
Core Concepts
This repository contains reference documentation on the core concepts of the Cosmos SDK.
Baseapp
- Transaction
- Context
- Node Client
- Store
- Encoding
- Events
- Object-Capabilities
- RunTx recovery middleware
After reading about the core concepts, head on to the Building Modules documentation to learn more about the process of building modules.