cosmos-sdk/x/slashing
Julien Robert f770f8cac6
refactor!: make simapp.MakeTestEncodingConfig private (#12747)
* feat: make `simapp.MakeTestEncodingConfig` private

* fix legacy build

* update changelog and upgrading.md

* updates docs
2022-07-27 17:23:56 +02:00
..
client refactor: move module cli tests up to simapp (#12718) 2022-07-26 22:00:54 +00:00
exported feat: deprecate x/params usage in x/slashing (#12399) 2022-07-06 16:42:22 -04:00
keeper chore: routine gofumpt (#12571) 2022-07-16 18:22:05 +00:00
migrations chore: routine gofumpt (#12571) 2022-07-16 18:22:05 +00:00
simulation refactor: rename depinject imports to cosmossdk.io/depinject (#12479) 2022-07-09 17:46:07 +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 test: fix x/slashing operations test (#12346) 2022-06-27 17:05:10 +02:00
types chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +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!: make simapp.MakeTestEncodingConfig private (#12747) 2022-07-27 17:23:56 +02:00
init_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
module.go feat: allow custom authority and inflation function when using app-wiring (#12660) 2022-07-21 12:28:21 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Slashing

  • Slashing - validator punishment mechanisms.