Releases: daostack/arc
0.0.1-rc.4
use openzepplin-solidity 2.1.1
use infra 0.0.1-rc.5
Use string as proposal's description #578
remove ERC827 token
0.0.1-rc.3
-
Add descriptionHash to all proposing schemes.
-
Add execute function to GeneticScheme.
This execute function can be called by anyone for the case the proposal by passed by the voting machine and the automate execution failed(revert) for some reason.
0.0.1-rc.2
0.0.1-rc.1
-
Update bootstrap reputation schemes : see #571
-
infra 0.0.1-rc.3 (Genesis Protocol V2)
-
[truffle 5.0] (https://github.com/trufflesuite/truffle/releases/tag/v5.0.0)
-
solidity-openzepplin branch for version 2.1 which support solc 5.0 - this should be replaced with the official solidity-openzepplin version 2.1 for solc 5.0 (hopefully soon).
-
SimpleICO scheme was removed from ARC
-
Replace solium with solhint
Solium offered no support for Solidity 0.5.x, and overall seemed somewhat inactive as a project. Solhint on the other hand is alive and kicking, and adding new rules appears to be rather straightforward.
0.0.0-alpha.58
Locking4Rep schemes : Return reputation reward from redeem functions #566
0.0.0-alpha.57
0.0.0-alpha.56
Some bug fixes and enhancements for the reputation bootstrap schemes :
#556 make period comparison the same on all bootstrap reputation schemes.
#557 add redeemableEnableTime for all locking 4 reputation schemes.
#559 bug fix for summing up the total score at locking4reputation scheme
#558 add Forwarder scheme - to enable forwarding a call to other dao with usage expiration date.