cb66c99eab
* add markdownlint config * update make lint commands * update markdownlint config * run make lint-fix * fix empty link * resuse docker container * run lint-fix * do not echo commands Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com> |
||
---|---|---|
.. | ||
_ics | ||
addresses | ||
circuit-breaker | ||
fee_distribution | ||
reserve-pool | ||
store | ||
README.md | ||
SPEC-SPEC.md |
README.md
parent | ||
---|---|---|
|
Specifications
This directory contains specifications for the modules of the Cosmos SDK as well as Interchain Standards (ICS) and other specifications.
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.
SDK specifications
- Store - The core Merkle store that holds the state.
- Bech32 - Address format for Cosmos SDK applications.
Modules specifications
Go the module directory
Tendermint
For details on the underlying blockchain and p2p protocols, see the Tendermint specification.