* 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>
27 lines
759 B
Markdown
27 lines
759 B
Markdown
---
|
|
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](./store) - The core Merkle store that holds the state.
|
|
- [Bech32](./addresses/bech32.md) - Address format for Cosmos SDK applications.
|
|
|
|
## Modules specifications
|
|
|
|
Go the [module directory](../../x/README.md)
|
|
|
|
## Tendermint
|
|
|
|
For details on the underlying blockchain and p2p protocols, see
|
|
the [Tendermint specification](https://github.com/tendermint/spec/tree/master/spec).
|