johnson86tw / quadratic-voting-contracts

Ethereum smart contracts for building QV applications on MACI.
GNU General Public License v3.0
7 stars 1 forks source link

Can't get total votes from MACI v1 #11

Open johnson86tw opened 2 years ago

johnson86tw commented 2 years ago

In MACI v0.9.x, MACI.sol can get the totalVotes by proving on chain. But in MACI v1, there is no way to get the value at the moment.

MACI v0.9.0 MACI.sol

https://github.com/privacy-scaling-explorations/maci/blob/29da5ee96203a181ec6a733578762beab0f25666/contracts/sol/MACI.sol#L57-L58