cosmos-sdk/docs/spec
Alexander Bezobchuk 7bc837aa06 Merge PR #3555: Reintroduce Fees OR Semantics 2019-02-07 18:14:54 -08:00
..
_ics Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
_proposals/f1-fee-distribution Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
addresses Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
auth Merge PR #3555: Reintroduce Fees OR Semantics 2019-02-07 18:14:54 -08:00
bank Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
distribution Merge PR #3333: F1 storage efficiency improvements 2019-01-23 12:37:03 +01:00
governance Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
ibc Fix IBC paper link 2018-10-09 23:13:37 +02:00
mint Inflation bug fixes (#2982) 2018-12-04 10:17:02 -08:00
params Merge PR #2605: Paramstore Subkey 2019-02-04 18:13:04 -08:00
reserve-pool Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
slashing Merge PR #3103: Tombstone specification 2019-01-29 19:10:35 +01:00
staking Merge PR #3507: Results from x/staking & x/slashing peer review 2019-02-07 17:41:23 -08: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 #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -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.