cosmos-sdk/docs/spec
Manuel Bravo b17f65d152
docs: inter-block cache specification (#14370)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-16 11:34:11 +00:00
..
_ics
addresses
circuit-breaker
fee_distribution
reserve-pool
store docs: inter-block cache specification (#14370) 2023-01-16 11:34:11 +00:00
_category_.json
README.md
SPEC_MODULE.md refactor: revert API breaking change on Slash (#14363) 2022-12-20 12:12:05 +01:00
SPEC_STANDARD.md docs: minor fixes to spec template (#14369) 2022-12-20 16:14:42 +01: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

Tendermint

For details on the underlying blockchain and p2p protocols, see the Tendermint specification.