sunshine-protocol / sunshine

Governance + Bounty Platform
Other
43 stars 16 forks source link

vote that doesn't store voters votes in storage #173

Open 4meta5 opened 3 years ago

4meta5 commented 3 years ago

"...indeed vote are not supposed to be stored but just used as intermediary arithmetic type for getting some result" ~guillaume

The sunshine pallets vote and vote-direct store voter votes in storage. It's convenient for a lot of reasons, like being able to check current vote against new vote requests to validate vote changes. Still, I'd like to try this other design at some point.