arc
arc copied to clipboard
Arc is an operating system for DAOs.
this will enable transfer eth to a contract , regardless of the gas restriction , which is in the transfer function.
See line 329 of ContributionRewardExt. All the other reward types follow the right pattern except reputation. The idea is to be clear and consistent in the code and to avoid...
**Change Request** Please in the case where the CrExt has a `rewarder`, remove the check in `Redeemer.contributionRewardExtRedeem` for DAO-available ETH and external tokens, thus allowing _all_ rewards to _always_ be...
The redeem fucntion for `CompetitionSuggestion` takes a beneficiary argument that is ignored if the redeem function is called by someone that is not the original suggestor. this means that the...
Currently we require that a reward split in a competition proposal must add to exactly 100. Perfect precision. It is hard then to have a close split between three winners,...
Enable remove and register scheme in the same proposal. This become a need as we would like to enable editing scheme params for none universal schemes. This pr emit the...
Currently CR proposals can only distribute a single external token as a reward. For Genesis V1 we want proposers to be able to ask for a monetary reward in the...
e.g at https://github.com/daostack/arc/blob/master/contracts/schemes/GenericScheme.sol#L88