You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arc documentation says nothing about the function of any of the GenesisProtocol parameters. The solidity code contains cursory documentation, but not sufficient. It would be better if edited for English, provided units (like Wei, seconds, etc), and described all the referenced concepts, for example "threshold" and "quite ending".
Particularly needing further explanation are all four constant A and B params (what do they really mean in concrete terms relating to a proposal vote?), and votersReputationLossRatio and votersGainRepRatioFromLostRep.
Activity
dkent600 commentedon Mar 26, 2018
Particularly needing further explanation are all four constant A and B params (what do they really mean in concrete terms relating to a proposal vote?), and
votersReputationLossRatio
andvotersGainRepRatioFromLostRep
.dkent600 commentedon Mar 26, 2018
Here are the Arc docs on this: https://daostack.github.io/arc.js/api/interfaces/GenesisProtocolParams/
These can be improved too, at minimum because they lack some of the information I'm asking for above in the Arc docs. Comments invited.