cosmos-sdk/docs/spec
Fabiana Cecin b71d0894f0
feat: Upgrade to CometBFT v1.x series (#24114)
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>
2025-05-13 12:57:22 +00:00
..
_ics docs: fix broken anchor link in ICS-030 spec (#24696) 2025-05-05 17:52:38 +00:00
addresses docs: update docs with fixes from main-backup [part 1] (#24418) 2025-04-08 10:49:22 -04:00
fee_distribution docs: update docs with fixes from main-backup [part 1] (#24418) 2025-04-08 10:49:22 -04:00
store feat: Upgrade to CometBFT v1.x series (#24114) 2025-05-13 12:57:22 +00:00
_category_.json docs: update documentation order for build tab (backport #17722) (#17723) 2023-09-13 17:30:56 +02:00
README.md docs: simplifying categories (#15757) 2023-04-10 13:19:57 +02:00
SPEC_MODULE.md docs: update docs with fixes from main-backup [part 1] (#24418) 2025-04-08 10:49:22 -04:00
SPEC_STANDARD.md docs: update docs with fixes from main-backup [part 1] (#24418) 2025-04-08 10:49:22 -04:00

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.