bro-n-bro / spacebox-api

Flask api for services on top of spacebox
MIT License
4 stars 0 forks source link

Add weighted vote to #/gov/get_gov_votes__id__validators_info #145

Closed bro-n-bro-2 closed 8 months ago

bro-n-bro-2 commented 9 months ago

"validator_option": "{yes: 1, no: 2, nvw: 3, abstain: 4 }",

bro-n-bro-0 commented 9 months ago
const (
    VoteYes         = 0x1
    VoteNo          = 0x2
    VoteNoWithVeto  = 0x3
    VoteAbstain     = 0x4
)
iljagrabar14 commented 9 months ago

max by height from union(vote_weighted_message, vote_message)