We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MsgVoteWeighted is like MsgVote but allows splitting the vote in different options. The protobuf definition is here: https://github.com/cosmos/cosmos-sdk/blob/v0.45.8/proto/cosmos/gov/v1beta1/tx.proto#L66-L78. Implementation should be a pretty straight forward addition. We need a new capability, similar to cosmwasm_1_1.
MsgVoteWeighted
MsgVote
See https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-037-gov-split-vote.md for context.
The text was updated successfully, but these errors were encountered:
GovMsg::VoteWeighted
Successfully merging a pull request may close this issue.
MsgVoteWeighted
is likeMsgVote
but allows splitting the vote in different options. The protobuf definition is here: https://github.com/cosmos/cosmos-sdk/blob/v0.45.8/proto/cosmos/gov/v1beta1/tx.proto#L66-L78. Implementation should be a pretty straight forward addition. We need a new capability, similar to cosmwasm_1_1.See https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-037-gov-split-vote.md for context.
The text was updated successfully, but these errors were encountered: