* 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
604 B
604 B
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.