You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Problem
I'd like to get the number of $OCEAN in use for voting per round to give information about the demand of $OCEAN for OceanDAO voting. Currently, the voting overview only shows
number of individual wallets
number of yes/no votes (aka $OCEAN used for voting yes or no)
Solution
What's missing is the number of $OCEAN in use for voting per round:
a) record every wallet and respective number of votes cast (yes + no) per proposal
b) sum up the votes cast, but EXCLUDE the number of $OCEAN votes cast by the same wallet for >1 proposal
The text was updated successfully, but these errors were encountered:
I have mentioned below what functionality/logic exists that could be leveraged to provide you with the results you are looking for. Due to timelines for R11, I hope you or someone in your team could help deliver this task, otherwise, we will try to do it in the future.
Please clone + submit PR in order to make this process as fast as possible, while providing new functionality for anyone who needs it.
Ticket Overview
The two functions mentioned below, are responsible for collecting all voter information foreach: propsal & round.
These functions can be further expanded upon (by re-using/re-implementing) so that it yields results based on unique wallets.
Problem
I'd like to get the number of $OCEAN in use for voting per round to give information about the demand of $OCEAN for OceanDAO voting. Currently, the voting overview only shows
Voting overview: https://docs.google.com/spreadsheets/d/1e4xb6m-aKcBhwob_p7ereSFneXFPpDjUbSjz13smmHI/edit#gid=1767052349 --> sheet "round results", column "i"
Solution
What's missing is the number of $OCEAN in use for voting per round:
a) record every wallet and respective number of votes cast (yes + no) per proposal
b) sum up the votes cast, but EXCLUDE the number of $OCEAN votes cast by the same wallet for >1 proposal
The text was updated successfully, but these errors were encountered: