cosmos-sdk/x/crisis/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 chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
02_messages.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
03_events.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
04_params.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
README.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00

README.md

crisis

Overview

The crisis module halts the blockchain under the circumstance that a blockchain invariant is broken. Invariants can be registered with the application during the application initialization process.

Contents

  1. State
  2. Messages
  3. Events
  4. Parameters