cosmos-sdk/x/crisis
Marko 3a097012b5
chore: remove legacy appmodule boiler plate (#12725)
* remove legacy appmodule boiler plate

* remove legacy code

* remove legacy gov rest routes

* remove staking querier

* fix legacy

* remove unused test

* add upgrading and changelog entry

* Update UPGRADING.md

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>

* fix tests

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-07-28 13:18:14 +02:00
..
client refactor: move module cli tests up to simapp (#12718) 2022-07-26 22:00:54 +00:00
exported feat: remove x/params dependency in x/crisis (#12491) 2022-07-12 06:15:50 +00:00
keeper feat: deprecate x/params usage in x/bank (#12630) 2022-07-20 18:58:15 -04:00
migrations/v2 chore: fix migration paths (#12579) 2022-07-14 10:32:06 -04:00
spec docs: update migrated params module state documentation (#12679) 2022-07-21 18:53:25 +02:00
testutil refactor: use mocks for x/crisis keeper tests (#12558) 2022-07-13 16:32:11 +00:00
types chore: routine gofumpt (#12571) 2022-07-16 18:22:05 +00:00
abci.go Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
module.go chore: remove legacy appmodule boiler plate (#12725) 2022-07-28 13:18:14 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Crisis

  • Crisis - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).