* cleanup staking references from types pkg * check interface on runtime * fixes * rename validator set from slashing keeper * final cleanup * fix test * fix querier * fix tests * rename interfaces * update bond status * fixes * expected pkg * ensure expected keepers match used funcs * cha cha cha |
||
|---|---|---|
| .. | ||
| 01_state.md | ||
| 02_state_transitions.md | ||
| 03_messages.md | ||
| 04_end_block.md | ||
| 05_hooks.md | ||
| 06_tags.md | ||
| 07_params.md | ||
| README.md | ||
Staking module specification
Abstract
This paper specifies the Staking module of the Cosmos-SDK, which was first described in the Cosmos Whitepaper in June 2016.
The module enables Cosmos-SDK based blockchain to support an advanced Proof-of-Stake system. In this system, holders of the native staking token of the chain can become validators and can delegate tokens to validator validators, ultimately determining the effective validator set for the system.
This module will be used in the Cosmos Hub, the first Hub in the Cosmos network.