* Remove some casttypes * Add more comments * Finish remaining modules * Fix lint * Revert customname * Revert evidence * Review nits * Consistent doc for genesis state * Make proto-gen * Update docs for capability * Remove useless customtype * Update proto/cosmos/auth/v1beta1/genesis.proto Co-authored-by: Anil Kumar Kammari <anil@vitwit.com> * Add godoc * Update proto/cosmos/evidence/v1beta1/genesis.proto Co-authored-by: Marie <marie.gauthier63@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Anil Kumar Kammari <anil@vitwit.com> Co-authored-by: Marie <marie.gauthier63@gmail.com> |
||
|---|---|---|
| .. | ||
| 01_state.md | ||
| 02_state_transitions.md | ||
| 03_messages.md | ||
| 04_begin_block.md | ||
| 05_end_block.md | ||
| 06_hooks.md | ||
| 07_events.md | ||
| 08_params.md | ||
| README.md | ||
staking
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 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.