cosmos-sdk/x/slashing
cool-developer b51537260f
refactor: use mocks for x/slashing (#12937)
* move integration tests

* add unit testing

* refactor module import

* add hooks test

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
2022-08-17 14:40:41 -04:00
..
client/cli refactor: use mocks for x/slashing (#12937) 2022-08-17 14:40:41 -04:00
exported feat: deprecate x/params usage in x/slashing (#12399) 2022-07-06 16:42:22 -04:00
keeper refactor: use mocks for x/slashing (#12937) 2022-08-17 14:40:41 -04:00
migrations chore: routine gofumpt (#12571) 2022-07-16 18:22:05 +00:00
simulation chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
spec chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
testslashing Refactor x/staking Validation and Delegation tests based on MsgCreateValidator.Pubkey type change. (#7526) 2020-10-19 13:04:55 +00:00
testutil refactor: use mocks for x/slashing (#12937) 2022-08-17 14:40:41 -04:00
types chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
abci_test.go feat: decouple x/slashing from simapp (#12315) 2022-06-23 11:02:28 +00:00
abci.go Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
app_test.go refactor: remove simapp references from x/bank and x/slashing tests (#12897) 2022-08-11 16:23:45 +00:00
init_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
module.go feat: Remove RandomizedParams from the AppModuleSimulation interface (#12846) 2022-08-10 14:34:45 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Slashing

  • Slashing - validator punishment mechanisms.