daostack / infra

GNU General Public License v3.0
25 stars 22 forks source link

no way to know ProposalState in GenesisProtocol when a vote occurred #7

Closed dkent600 closed 5 years ago

dkent600 commented 6 years ago

There is no way to know the ProposalState in GenesisProtocol when a vote occurred. It can be useful to know this when reporting on voters' reputation changes on proposals.

Recommend a new event:

event GPVoteProposal(bytes32 indexed _proposalId, ProposalState _proposalState);
dkent600 commented 5 years ago

@orenyodfat This would seem to have been resolved by https://github.com/daostack/infra/pull/48