cosmos-sdk
cosmos-sdk copied to clipboard
[Epic]: GetSigners
Summary
As part of https://github.com/cosmos/cosmos-sdk/issues/11275 GetSigners was automated. This allows us to remove GetSigners from msg.go. When we have removed all getsigners we must add an extension interface for users that still need it
Work Breakdown
- [x] #11275
- [x] Remove GetSigners from all modules
- [x] #16112
- [ ] testcases
- [ ] #16294
- [x] #15689
- [x] #16183
- [ ] #16738
should this be completed prior to 0.50 release?
At least the documentation part should
closing this as the pr to add docs is open to review