cosmos-sdk/docs/spec
Alexander Bezobchuk ec4a1e8f2a
Merge PR #4207: Add rewards and commission tags in txs
2019-04-26 19:11:45 -04:00
..
_ics Merge PR #3637: DOCS: Add readme to specs 2019-02-13 10:05:03 -08:00
_proposals Merge PR #3637: DOCS: Add readme to specs 2019-02-13 10:05:03 -08:00
addresses Merge PR #3637: DOCS: Add readme to specs 2019-02-13 10:05:03 -08:00
auth Merge PR #3884: steak to stake 2019-03-14 10:32:46 -04:00
bank add category tags (#4049) 2019-04-09 13:55:01 +01:00
circuit-breaker Merge PR #3898: Circuit breaker high level explanation 2019-03-25 16:37:05 +01:00
crisis add category tags (#4049) 2019-04-09 13:55:01 +01:00
distribution Merge PR #4207: Add rewards and commission tags in txs 2019-04-26 19:11:45 -04:00
governance unified sender tag (#4057) 2019-04-10 18:03:44 +01:00
ibc Merge PR #4074: Fix Docs Typo 2019-04-09 08:53:34 -04:00
mint Merge PR #3894: Minting mechanism explanatory docs 2019-03-18 11:11:31 -04:00
params Merge PR #3683: spec-spec update, spec file reorg, TOC updates 2019-02-20 13:21:57 -05:00
reserve-pool Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
slashing unified sender tag (#4057) 2019-04-10 18:03:44 +01:00
staking unified sender tag (#4057) 2019-04-10 18:03:44 +01:00
store docs/spec: flesh out dir structure and update index 2018-06-16 00:39:15 -07:00
README.md Documentation Structure Change and Cleanup (#2808) 2018-11-14 11:44:17 -08:00
SPEC-SPEC.md Merge PR #3683: spec-spec update, spec file reorg, TOC updates 2019-02-20 13:21:57 -05:00

README.md

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:

  • Auth - The structure and authentication of accounts and transactions.
  • Bank - Sending tokens.
  • Governance - Proposals and voting.
  • Staking - Proof-of-stake bonding, delegation, etc.
  • Slashing - Validator punishment mechanisms.
  • Distribution - Fee distribution, and staking token provision distribution .
  • Inflation - Staking token provision creation
  • IBC - Inter-Blockchain Communication (IBC) protocol.

Interchain standards

  • ICS30 - Signed messages standard.

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