Brett Sun
Brett Sun
@rperez89 Now I'm suspecting this may be due to race conditions with the underlying ETH node (e.g. we got the event first, but then when we did the balance update...
Related to https://github.com/aragon/aragon/issues/1256.
We could make a proper spec out of the Survey metadata and support it in the Voting app: https://github.com/aragon/aragon-apps/issues/231#issue-310786634.
@john-light Just wanted to clarify, to differentiate this from #229. This is to show the _full_ list of addresses that have voted on a given vote?
Another way to fix this is to remove the forwarding functionality from the Token Manager itself, and use a "Token balance" trigger instead as the forwarder.
Required by #272.
The [`vote()` method available in the contract](https://github.com/aragon/aragon-apps/blob/master/apps/voting/contracts/Voting.sol#L162) has an `_executesIfDecided` parameter that allows you to decide whether or not you'd like to spend the gas (if your vote decides the...
The smart contract option to disable this option has been implemented in https://github.com/aragon/aragon-apps/pull/886.
@haythem96 Yes, this is still relevant! We have improved the testing on Voting and Payroll to have slightly better permission tests, but most, if not all, of the apps can...
@haythem96 Yes, that would be the correct idea.