Skip to content

Releases: daostack/infra

0.0.1-rc.14

19 May 12:32
9b45fc0
Compare
Choose a tag to compare
0.0.1-rc.14 Pre-release
Pre-release
  • emit state change event at shifting to quiteendingperiod #66
  • update executeboosted reward function #65 :
    • P = t/150, where t is the number of seconds passed since the the proposal's timeout.
    • P is capped by 10%.
  • fix a bug at redeem function
    the bug manifest itself when a dao/scheme will try to redeem its downstakes winning from a failed proposals and only if there is already a reward payout for executeboosted call. in some cases it might cause the redeem call to revert so the dao/scheme could not redeem its winning.

0.0.1-rc.13

07 Apr 16:36
3744fa7
Compare
Choose a tag to compare
0.0.1-rc.13 Pre-release
Pre-release

This release include a fix #58 :
A preBoosted proposal will to get back to Q if the preBoosted time has passed and the proposal confidence score is not greater than the dao threshold

0.0.1-rc.12

04 Mar 20:10
ede50f6
Compare
Choose a tag to compare
0.0.1-rc.12 Pre-release
Pre-release

Fix reputation flow #57
Fix redeem stakes function. #57
Use openzeppelin-solidity 2.1.3

0.0.1-rc.10

17 Feb 10:32
0009853
Compare
Choose a tag to compare
0.0.1-rc.10 Pre-release
Pre-release

Use real math for threshold and score calculation #51

0.0.1-rc.9

28 Jan 15:21
6c8fe5e
Compare
Choose a tag to compare
0.0.1-rc.9 Pre-release
Pre-release

GenesisProtocol :

  • ApproveAndStake track nonce to prevent double staking #49
  • Emit state change event
  • daoBountyConst is now divided by 100 to enable fraction values.

0.0.1-rc.7

13 Jan 12:35
3ffa354
Compare
Choose a tag to compare
0.0.1-rc.7 Pre-release
Pre-release

more safeMath
remove redundant realMath

0.0.1-rc.5

07 Jan 11:00
Compare
Choose a tag to compare
0.0.1-rc.5 Pre-release
Pre-release

Use openzeppelin-solidity version 2.1.1 #40

0.0.1-rc.1

25 Dec 14:38
8a1ebb6
Compare
Choose a tag to compare
0.0.1-rc.1 Pre-release
Pre-release

This release candidate for v 0.0.1 include :

solium currently ignore GenesisProtocol.sol till it will support solc 0.5 . watch duaraghav8/Ethlint#246

0.0.0-alpha.10

28 Nov 09:09
823194f
Compare
Choose a tag to compare
0.0.0-alpha.10 Pre-release
Pre-release
  • Use ganache 6.2.3

  • Add DaoBounty getter #29

  • Fix event bug in absoluteVote #26

0.0.0-alpha.09

11 Oct 15:53
2113539
Compare
Choose a tag to compare
0.0.0-alpha.09 Pre-release
Pre-release

#22 make organisation public
#24 rename votingMachine folder