What parameters should be passed between the Round Contract and Voting Contract? #339
-
The initial structure of the protocol created a function called |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Capturing a discussion from Discord: @hmrtn:
and maybe The parameters for these are still being worked on though
@thelostone-mc:
My question here is given we are making our voting super generic -> should the interface even define the tally / reward function ? (But i do see the benefit of what you're saying @hmrtn -> maybe we set the method and then strategy can choose not to implement it if it doesn't require it . Is that what you were thinking ? ) @nfrgosselin:
Although I would like to find a more generic term for that — maybe something like |
Beta Was this translation helpful? Give feedback.
-
Depending on the flavor of quadratic voting, it may make sense. If the user does wish to have a voting strategy that is to calculate distributions, etc, on-chain, |
Beta Was this translation helpful? Give feedback.
-
TLDR: A |
Beta Was this translation helpful? Give feedback.
-
As discussed on call, we've decided to opt for utilizing subgraph and voting events to keep a running tally of the votes as opposed to implementing a |
Beta Was this translation helpful? Give feedback.
TLDR: A
tally
function would be added to voting interface and it's upto the team adding the new voting strategy to implement it