Skip to content

Releases: daostack/arc

0.0.0-alpha.50

15 Aug 22:07
ae6f0af
Compare
Choose a tag to compare
0.0.0-alpha.50 Pre-release
Pre-release

GenesisProtocol - fix bug daobounty bug which was introduced at latest version 0.0.0-alpha.49

see #522

0.0.0-alpha.49

14 Aug 16:09
eb9b93d
Compare
Choose a tag to compare
0.0.0-alpha.49 Pre-release
Pre-release

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

07 Aug 13:57
20ffd32
Compare
Choose a tag to compare
0.0.0-alpha.48 Pre-release
Pre-release

GenesisProtocol :

  • Update daobounty range requirement #509
  • getRedeemebleReputaitonProposer return 0 if already redeemed #511
  • Tie boosted proposal should fail #513
  • Fix quite windows period when proposal direction toggles twice #515

0.0.0-alpha.47

31 Jul 15:09
Compare
Choose a tag to compare
0.0.0-alpha.47 Pre-release
Pre-release

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

26 Jul 10:41
cc4e794
Compare
Choose a tag to compare
0.0.0-alpha.46 Pre-release
Pre-release

Fix redeemer bug - redeem from contribution reward for a negative proposal is reverting

v0.0.0-alpha.45

21 Jul 15:24
f82b9cc
Compare
Choose a tag to compare
v0.0.0-alpha.45 Pre-release
Pre-release

This release include the following major updates :

  • Add GenericScheme #489

  • Add LockingEth4Reputation #495

  • Add LockingToken4Reputation #490

  • Add ExternalLocking4Reputation #495

  • Add Auction4Reputation #491

  • Contribution Reward : Enable redeem immediate after execution if periodLength is zero #496

v0.0.0-alpha.44

05 Jul 06:04
fcd7d2d
Compare
Choose a tag to compare

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...