cosmos-sdk/docs/spec
mergify[bot] 7cda0dcee0
docs: replace `Tendermint` references in docs with `CometBFT` (backport #15339) (#15401)
Co-authored-by: cipherZ <dev@cipherz.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-03-14 20:58:17 +01:00
..
_ics docs: replace `Tendermint` references in docs with `CometBFT` (backport #15339) (#15401) 2023-03-14 20:58:17 +01:00
addresses docs: replace `Tendermint` references in docs with `CometBFT` (backport #15339) (#15401) 2023-03-14 20:58:17 +01:00
circuit-breaker feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
fee_distribution Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
reserve-pool feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
store docs: improve documentation navigation and redirection (#13455) 2022-10-06 15:51:10 +02:00
README.md docs: replace `Tendermint` references in docs with `CometBFT` (backport #15339) (#15401) 2023-03-14 20:58:17 +01:00
SPEC-SPEC.md refactor: revert API breaking change on Slash (backport #14363) (#14365) 2022-12-20 12:36:37 -05:00
_category_.json docs: fix tooling (#13593) 2022-10-19 12:38:36 +00:00

README.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.