cosmos-sdk/x/slashing
atheeshp a24a329bb5
refactor: Update GetSigners to return []string (#9418)
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v                               ✰  Thanks for creating a PR! ✰
v    Before smashing the submit button please review the checkboxes.
v    If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

## Description

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review.
-->

closes: #9239 

---

Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
- [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
- [ ] Re-reviewed `Files changed` in the Github PR explorer
- [ ] Review `Codecov Report` in the comment section below once CI passes
2021-07-07 10:18:00 +00:00
..
client feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00
keeper refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
migrations refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
simulation refactor!: Remove clientCtx.JSONCodec and rename EncodingConfig.Marshaler to Codec (#9521) 2021-07-01 08:52:38 +00:00
spec feat: add coins burned to slash event (#9458) 2021-07-05 14:33:30 +00:00
testslashing Refactor x/staking Validation and Delegation tests based on MsgCreateValidator.Pubkey type change. (#7526) 2020-10-19 13:04:55 +00:00
types refactor: Update GetSigners to return []string (#9418) 2021-07-07 10:18:00 +00:00
abci_test.go use on-chain params on tests + fix tests + add new tests for power reduction change 2021-01-28 23:54:39 +10:00
abci.go Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
app_test.go on-chain power reduction param conversion basic work 2021-01-27 20:24:00 +10:00
genesis_test.go use on-chain params on tests + fix tests + add new tests for power reduction change 2021-01-28 23:54:39 +10:00
genesis.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
handler_test.go use on-chain params on tests + fix tests + add new tests for power reduction change 2021-01-28 23:54:39 +10:00
handler.go [x/slashing] Implement Protobuf Msg Services (#7557) 2020-10-15 14:38:15 +00:00
init_test.go legacy genesis migration test and feedbacks 2021-02-02 00:00:45 +10:00
module.go feat!: remove legacy REST (#9594) 2021-07-06 10:04:54 +00:00