DefiantLabs / probe

a light weight cosmos-sdk querier
Apache License 2.0
2 stars 1 forks source link

Fill out signer functions for Osmosis modules #9

Closed pharr117 closed 1 year ago

pharr117 commented 1 year ago

During runs of using this functionality in an external repo as a drop in replacement for Lens, I found us using GetSigners for various reasons. These will need to be filled out properly so that we can use them in the other project.

I also added panic to all deliberately unimplemented Msg interface functions for the time being to make note of their usage instead of returning nil silently.