cosmos-sdk/x/slashing/spec
Barrie Byron 4a734bb834
docs: fix heading level to title shows in TOC (#10423)
2021-10-22 11:18:27 +02:00
..
01_concepts.md docs: Revert SPEC-SPEC and update x/{auth,bank,evidence,slashing} (#7407) 2020-10-16 12:42:48 +00:00
02_state.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
03_messages.md Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
04_begin_block.md docs: Revert SPEC-SPEC and update x/{auth,bank,evidence,slashing} (#7407) 2020-10-16 12:42:48 +00:00
05_hooks.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
06_events.md feat: add coins burned to slash event (#9458) 2021-07-05 14:33:30 +00:00
07_tombstone.md Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
08_params.md Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
09_client.md docs: fix heading level to title shows in TOC (#10423) 2021-10-22 11:18:27 +02:00
README.md docs: add client spec for x/slashing (#10307) 2021-10-06 11:40:03 +00:00

README.md

x/slashing

Abstract

This section specifies the slashing module of the Cosmos SDK, which implements functionality first outlined in the Cosmos Whitepaper in June 2016.

The slashing module enables Cosmos SDK-based blockchains to disincentivize any attributable action by a protocol-recognized actor with value at stake by penalizing them ("slashing").

Penalties may include, but are not limited to:

  • Burning some amount of their stake
  • Removing their ability to vote on future blocks for a period of time.

This module will be used by the Cosmos Hub, the first hub in the Cosmos ecosystem.

Contents

  1. Concepts
  2. State
  3. Messages
  4. Begin-Block
  5. 05_hooks.md
  6. Events
  7. Staking Tombstone
  8. Parameters
  9. Client