cosmos-sdk/server/rosetta
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
..
lib style: fix lint errors and update lint timeout (#9464) 2021-06-08 16:27:39 +00:00
client_offline.go rosetta: upgrade to newest version (#9314) 2021-05-15 00:18:59 +02:00
client_online.go rosetta: upgrade to newest version (#9314) 2021-05-15 00:18:59 +02:00
codec.go Rosetta API implementation (#7695) 2021-01-21 09:33:02 +00:00
config.go rosetta: upgrade to newest version (#9314) 2021-05-15 00:18:59 +02:00
converter.go refactor: Update `GetSigners` to return []string (#9418) 2021-07-07 10:18:00 +00:00
converter_test.go rosetta: upgrade to newest version (#9314) 2021-05-15 00:18:59 +02:00
types.go [rosetta] implement balance tracking and redo tx construction (#8729) 2021-03-11 15:01:29 +00:00
util.go rosetta: upgrade to newest version (#9314) 2021-05-15 00:18:59 +02:00