Releases: daostack/arc
Releases · daostack/arc
0.0.0-alpha.50
GenesisProtocol - fix bug daobounty bug which was introduced at latest version 0.0.0-alpha.49
see #522
0.0.0-alpha.49
GenesisProtocol :
- The redeem values preview pre redeem can be easily retrieve from arc with all the redeem needed conditions.
- Update the contract according to the protocol doc after some clarifications.
For more details see #517
0.0.0-alpha.48
0.0.0-alpha.47
This release includes the following :
- Set minimal node version to 8.11.3 which is the official recommended node.js version. (#502)
- Remove redeeming event from Redeemer (#503)
- Add FixReputationAllocation scheme which enable reputation allocation for white listed addresses. (#505)
- Use openzeppline-solidity v 0.11.0. (#506)
- GenesisProtocol :
- Cleanup unneeded proposals vars to refund some gas on the execution event - (#504)
- Add support for stakeAndApprove using signTypedData according to EIP712 .This enable to stake and approve
with one transaction using MetaMask (#507) - Update threshold func to receive parameters hash instead of proposalId (#508)
0.0.0-alpha.46
Fix redeemer bug - redeem from contribution reward for a negative proposal is reverting
v0.0.0-alpha.45
v0.0.0-alpha.44
The release include few updates and fixes.
Here are the highlights :
-
#481 GenesisProtocol fix which exclude the expired boosted proposals from the threshold calculation.
-
#484 A very useful helper contract which enable execute and redeem proposals in one transaction from both GenesisProtocol and ContributionRewards.
-
#482 Add a genericCall function to the the controller (remove the delegateCall ).
Heads up! infra is coming soon...