cosmos-sdk/x/staking/spec
Cyrus Goh 89cb9b0f8c
docs: uml hotfix (#9124)
* comment out ungenerated uml .svg in the md files

* generate svgs to docs/uml
* create docs/uml/svg
* move .punl to docs/uml/puml
* update uml path in md files

* docs: update relative path of uml svg in `x` md files

* docs: remove plantuml script from pre.sh

Co-authored-by: Marko <marbar3778@yahoo.com>
2021-04-16 07:59:21 +00:00
..
01_state.md Staking spec updates (#8843) 2021-03-19 12:06:53 +00:00
02_state_transitions.md Staking spec updates (#8843) 2021-03-19 12:06:53 +00:00
03_messages.md docs: uml hotfix (#9124) 2021-04-16 07:59:21 +00:00
04_begin_block.md Merge PR #5380: ADR 17 Implementation: Historical Module 2019-12-18 08:20:02 -05:00
05_end_block.md Staking spec updates (#8843) 2021-03-19 12:06:53 +00:00
06_hooks.md Update docs website (#5827) 2020-03-24 16:20:30 +00:00
07_events.md Merge cosmos-sdk master 2021-02-03 22:36:29 +10:00
08_params.md fix merge conflicts 2021-03-21 18:39:23 -04:00
README.md Merge cosmos-sdk master 2021-02-03 22:36:29 +10:00

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.

Contents

  1. State
  2. State Transitions
  3. Messages
  4. Begin-Block
  5. End-Block
  6. Hooks
  7. Events
  8. Parameters