arc.js_legacy
arc.js_legacy copied to clipboard
GenesisProtocol : Calculate Redeemable values off chain
To eliminate calls to : getRedeemableTokensStaker getRedeemableReputationStaker getRedeemableTokensVoter getRedeemableReputationVoter getRedeemableReputationProposer getRedeemableTokensStakerBounty
see daostack/arc#501
Can we please include in this Arc documentation that clearly provides formulas for computing all of these removed functions?
this funcs will not be removed. we might consider to make these internal.
Keeping the logic in two places can cause problems down the road. Note the decision has been taken not to remove these functions from the contract API.