Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io> Co-authored-by: Zachary Becker <zachary@interchainlabs.io> |
||
|---|---|---|
| .. | ||
| _ics | ||
| addresses | ||
| fee_distribution | ||
| store | ||
| _category_.json | ||
| README.md | ||
| SPEC_MODULE.md | ||
| SPEC_STANDARD.md | ||
| sidebar_position |
|---|
| 1 |
Specifications
This directory contains specifications for the modules of the Cosmos SDK as well as Interchain Standards (ICS) and other specifications.
Cosmos SDK applications hold this state in a Merkle store. Updates to the store may be made during transactions and at the beginning and end of every block.
Cosmos SDK specifications
- Store - The core Merkle store that holds the state.
- Bech32 - Address format for Cosmos SDK applications.
Modules specifications
Go the module directory
CometBFT
For details on the underlying blockchain and p2p protocols, see the CometBFT specification.