osmosis-labs / osmojs

OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages
https://cosmology.zone/products/osmojs
Apache License 2.0
63 stars 32 forks source link

create proposal and vote via amino signer #47

Open pyramation opened 1 year ago

pyramation commented 1 year ago

this could be telescope or SDK amino annotation issue

MsgSubmitProposal

  option (amino.name) = "cosmos-sdk/v1/MsgSubmitProposal";

MsgVote

  option (amino.name) = "cosmos-sdk/v1/MsgVote";

cc @Anmol1696

pyramation commented 1 year ago

I've verified via keplr dashboard that the amino name used is cosmos-sdk/MsgVote, not cosmos-sdk/v1/MsgVote. Am I mistaken or missing something?

cc @alexanderbez @mattverse @ValarDragon