Alessandro Chacón
Alessandro Chacón
The dapp should be browseable without metamask in "view mode only". Currently it throws an exception about not finding web3
Currently, delegate and remove delegation are not modifying the ballot[ballotOption].voteCount according to the weight and votersData[voter].voted attribute. It should update it and keep an up-to-date view of voteCount(s).
Seems quite straightforward. Very useful for the always-online version: https://docs.zeppelinos.org/docs/building.html
Only 2 options are currently available, hardcoded as "yes" and "no". They should be flexible, and their name/description should live outside the blockchain (IPFS, etc)
Currently, the implementation is limited to a single vote per person, according to the paper and Sovereign, we should make possible to vote more than a single owned vote
In this article https://medium.com/blockchannel/how-to-save-your-ethereum-dapp-users-from-paying-gas-for-transactions-cfc665891ab4 they mention ways of shifting the gas consumption from the user that is interacting with the contract to the contract itself, which could be beneficial for...
Current implementation doesn't handle cycles. If there is a delegation cycle it would get stuck in an infinite loop spending the maximum gas allowed to spend.
Hello! If find nowhere in the documentation, what is the purpose and value of "semver.info.count" `formatter = { "${semver.info.version.major}.${semver.info.version.minor}.${semver.info.version.patch}+build.${semver.info.count}.sha.${semver.info.shortCommit}" } // (default) version formatting closure ` Could you please shed...