cosmos-sdk/x/slashing/keeper
atheeshp 7ded32163b
chore: x/slashing audit changes (#14211)
## Description

ref: #14158 



---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2022-12-09 10:00:44 +00:00
..
genesis_test.go refactor: move x/{moduleName}/test{ModuleName} to x/{moduleName}/testutil (#13427) 2022-10-02 10:42:52 -04:00
genesis.go chore: params cleanup (#12480) 2022-07-08 06:38:18 +00:00
grpc_query_test.go refactor: move x/{moduleName}/test{ModuleName} to x/{moduleName}/testutil (#13427) 2022-10-02 10:42:52 -04:00
grpc_query.go chore: x/slashing audit changes (#14211) 2022-12-09 10:00:44 +00:00
hooks_test.go refactor: simplify hooks implementation (#13396) 2022-09-27 20:37:26 +02:00
hooks.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00
infractions.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00
keeper_test.go chore: x/slashing audit changes (#14211) 2022-12-09 10:00:44 +00:00
keeper.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00
migrations.go refactor: rename migrations from v42, v43, v{SDK} to v1, v2, v{Consensus} (#13772) 2022-11-07 11:32:56 +01:00
msg_server_test.go chore: x/slashing audit changes (#14211) 2022-12-09 10:00:44 +00:00
msg_server.go chore: x/slashing audit changes (#14211) 2022-12-09 10:00:44 +00:00
params_test.go refactor: use mocks for x/slashing (#12937) 2022-08-17 14:40:41 -04:00
params.go feat: deprecate x/params usage in x/slashing (#12399) 2022-07-06 16:42:22 -04:00
signing_info_test.go refactor: move x/{moduleName}/test{ModuleName} to x/{moduleName}/testutil (#13427) 2022-10-02 10:42:52 -04:00
signing_info.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
unjail.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00