community-dapp/packages
r4bbit 10cfa07bd7
fix(VotingContract): voting rooms are considered active until evaluated (#89)
This commit fixes a bug in the `VotingContract` where any voting room
marked as `finalized` is not considered to be an active voting room,
even though, evaluation is still ongoing.

The fix adds a check that a voting room has to be either not marked as
finalized, or, if it is, it should not be evaluated, to be considered
an active voting room.

It also adds a test that ensures the fix is working as expected.
2023-10-30 12:24:08 +01:00
..
DApp Featured voting (#37) 2023-06-29 20:07:41 +02:00
contracts fix(VotingContract): voting rooms are considered active until evaluated (#89) 2023-10-30 12:24:08 +01:00
subgraph/HistorySubgraph Refactor smart contracts and fix useDapp (#185) 2021-08-26 18:57:05 +02:00