* unbonding redelegation queue * address some of bez and chris review * delete old timeslices from queue * added Rigel's test case * added end-time to tags * fixed bug in staking * removed prints * Get -> Queue * called Endblocker in test * implement validator queue * Docs and PENDING * address federicos comments * unexposed UnbondingToUnbonded * no copying unbonded val array to memory |
||
|---|---|---|
| .. | ||
| auth | ||
| bank | ||
| distribution | ||
| governance | ||
| ibc | ||
| inflation | ||
| other | ||
| slashing | ||
| staking | ||
| store | ||
| README.md | ||
Cosmos Hub Spec
This directory contains specifications for the state transition machine of the Cosmos Hub.
The Cosmos Hub holds all of its state in a Merkle store. Updates to the store may be made during transactions and at the beginning and end of every block.
While the first implementation of the Cosmos Hub is built using the Cosmos-SDK, these specifications aim to be independent of any implementation details. That said, they provide a detailed resource for understanding the Cosmos-SDK.
- Store - The core Merkle store that holds the state.
- 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 atom provision distribution
- Inflation - Atom provision creation
- IBC - Inter-Blockchain Communication (IBC) protocol.
- Other - Other components of the Cosmos Hub, including the reserve pool, All in Bits vesting, etc.
For details on the underlying blockchain and p2p protocols, see the Tendermint specification.