cosmos-sdk/x/evidence/types
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
..
codec.go RegisterInterfaces registers service Msg type_urls (#7671) 2020-10-28 19:20:45 +00:00
errors.go Merge PR #5634: Protobuf - Migrate x/evidence 2020-02-24 17:05:21 +01:00
events.go Merge PR #5634: Protobuf - Migrate x/evidence 2020-02-24 17:05:21 +01:00
evidence.go fix bech32 prefix in evidence (#8461) 2021-01-29 20:05:24 +00:00
evidence.pb.go fix make protoc error (#8799) 2021-03-05 15:23:01 +00:00
evidence_test.go fix bech32 prefix in evidence (#8461) 2021-01-29 20:05:24 +00:00
expected_keepers.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
genesis.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
genesis_test.go Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080) 2020-12-08 09:27:08 +00:00
keys.go Merge PR #5634: Protobuf - Migrate x/evidence 2020-02-24 17:05:21 +01:00
msgs.go refactor: Update `GetSigners` to return []string (#9418) 2021-07-07 10:18:00 +00:00
msgs_test.go refactor: Update `GetSigners` to return []string (#9418) 2021-07-07 10:18:00 +00:00
params.go Merge PR #6323: Use simple merkle proof for commit info 2020-06-03 14:50:22 -04:00
querier.go Rename proto Req/Res to Pagination (#6796) 2020-07-20 16:51:16 +00:00
query.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
query.pb.gw.go gRPC gateway issue with colons in the account url path (#8649) 2021-02-22 11:30:45 +00:00
router.go Merge PR #5634: Protobuf - Migrate x/evidence 2020-02-24 17:05:21 +01:00
router_test.go Merge PR #5634: Protobuf - Migrate x/evidence 2020-02-24 17:05:21 +01:00
tx.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00