cosmos-sdk/x/staking/spec
Ryan Christoffersen cb66c99eab
chore: add markdownlint to lint commands (#9353)
* add markdownlint config

* update make lint commands

* update markdownlint config

* run make lint-fix

* fix empty link

* resuse docker container

* run lint-fix

* do not echo commands

Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
2021-05-27 15:31:04 +00:00
..
01_state.md x/staking v0.43 Audit updates (#9267) 2021-05-10 12:41:24 +00:00
02_state_transitions.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
03_messages.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
04_begin_block.md
05_end_block.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
06_hooks.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
07_events.md x/staking v0.43 Audit updates (#9267) 2021-05-10 12:41:24 +00:00
08_params.md fix merge conflicts 2021-03-21 18:39:23 -04:00
README.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00: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