cosmos-sdk/x/slashing/spec
Jacob Gadikian 5decd22cd3
chore: use math.Int instead of math.Int and apply linting (#12702)
* linting round

* fix changelog

* revert docs changes

* Update CHANGELOG.md

* revert an accidental change to security.md

* Update simapp/integration/client/grpc/tmservice/service_test.go

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-07-26 00:24:47 +02:00
..
01_concepts.md fix: update StartHeight signing info in AfterValidatorBonded hook when validator re-bonds (#11973) 2022-05-18 10:08:05 -04:00
02_state.md docs: update migrated params module state documentation (#12679) 2022-07-21 18:53:25 +02:00
03_messages.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00: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 fix: update StartHeight signing info in AfterValidatorBonded hook when validator re-bonds (#11973) 2022-05-18 10:08:05 -04:00
06_events.md chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
07_tombstone.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
08_params.md Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
09_client.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

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