cosmos-sdk/docs/spec
Brenn Hill a47bd592e9
docs: 10180 Fix SDK (#10237)
* docs: Fix Cosmos-sdk references in md files

* Fix SDK to Cosmos SDK in all found places and adjust grammar in turn

* Add changelog entry

* Update docs/core/context.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/architecture/adr-010-modular-antehandler.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/basics/README.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/architecture/adr-040-storage-and-smt-state-commitments.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/building-modules/intro.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/building-modules/intro.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/core/baseapp.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/building-modules/intro.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* Update docs/basics/accounts.md

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>

* docs 10180 fix 'an Cosmos SDK' where used

Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2021-09-28 19:33:58 +02:00
..
_ics chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
addresses chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
circuit-breaker chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
fee_distribution Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
reserve-pool docs: 10180 Fix SDK (#10237) 2021-09-28 19:33:58 +02:00
store docs/spec: flesh out dir structure and update index 2018-06-16 00:39:15 -07:00
README.md docs: 10180 Fix SDK (#10237) 2021-09-28 19:33:58 +02:00
SPEC-SPEC.md docs: authz client spec (#10136) 2021-09-17 09:09:18 +00:00

README.md

parent
order
false

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.