infra
infra copied to clipboard
Generalized the Voting Machine callback interface
Generalized the Voting Machine callback interface to match both reputation and other voting.
Removed unnecessary voteWithSpecifiedAmounts() token parameter.
Seperated Voting Machine Callback Interface from Genesis Protocol Callback Interface.
Fixed bug in the AbsoluteVote internalVote function VoteProposal event.
- Please explain the use case for "other voting" .
- What is the bug at the "AbsoluteVote internalVote function VoteProposal event" ?
- Using anything which has balances (reputation, tokens, etc.), just making Infra more generalized.
- The event was emitting
reputationvariable which was the user's total reputation instead ofrepwhich is the reputation amount the user actually voted with.