cosmos-sdk/x/staking/spec
Barrie Byron a524b559ca
Update README.md (#10807)
strength Cosmos SDK identity

Co-authored-by: Marko <marbar3778@yahoo.com>
2021-12-18 00:48:56 +01: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 Merge PR #5380: ADR 17 Implementation: Historical Module 2019-12-18 08:20:02 -05:00
05_end_block.md docs: fix module spec ordering (#9870) 2021-08-09 08:09:17 +00:00
06_hooks.md docs: fix module spec ordering (#9870) 2021-08-09 08:09:17 +00:00
07_events.md docs: fix module spec ordering (#9870) 2021-08-09 08:09:17 +00:00
08_params.md feat: Min commission upgrade 0.44 (#10529) 2021-11-12 11:55:55 +00:00
09_client.md style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
README.md Update README.md (#10807) 2021-12-18 00:48:56 +01:00

README.md

staking

Abstract

This paper specifies the Staking module of the Cosmos SDK that was first described in the Cosmos Whitepaper in June 2016.

The module enables Cosmos SDK-based blockchain to support an advanced Proof-of-Stake (PoS) 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 is 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