poanetwork / poa-dapps-voting

POA Network Governance Dapp
https://voting.poa.network
GNU General Public License v3.0
26 stars 54 forks source link

(Update) Display quorum state in a card of EmissionFunds ballot when the ballot is finalized #183

Closed varasev closed 5 years ago

varasev commented 5 years ago

Problem: EmissionFunds ballot card doesn't display a quorum state when the ballot is finalized. However, users can use Blockscout explorer to see what happened with funds in EmissionFunds contract by watching its outgoing transactions.

Solution: Display the quorum state to the right of Finalized label. The possible states are: The funds were burnt, The funds were frozen, or The funds were sent to the proposed receiver address.

varasev commented 5 years ago

Done in https://github.com/poanetwork/poa-dapps-voting/pull/184.