Skip to content

Releases: daostack/arc

0.0.1-rc.4

08 Jan 07:26
c9f3e03
Compare
Choose a tag to compare
0.0.1-rc.4 Pre-release
Pre-release

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

31 Dec 09:59
7e00893
Compare
Choose a tag to compare
0.0.1-rc.3 Pre-release
Pre-release
  • 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

30 Dec 15:47
e03d8c6
Compare
Choose a tag to compare
0.0.1-rc.2 Pre-release
Pre-release

0.0.1-rc.1

27 Dec 14:56
4fe3efd
Compare
Choose a tag to compare
0.0.1-rc.1 Pre-release
Pre-release
  • Update bootstrap reputation schemes : see #571

  • solc 0.5.2

  • 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

04 Dec 21:46
c75e9b8
Compare
Choose a tag to compare
0.0.0-alpha.58 Pre-release
Pre-release

Locking4Rep schemes : Return reputation reward from redeem functions #566

0.0.0-alpha.57

28 Nov 09:24
a46113c
Compare
Choose a tag to compare
0.0.0-alpha.57 Pre-release
Pre-release
  • Use infra 0.0.0-alpha.10

  • Update LockingToken4Reputation to support multi token : #563

  • Update ExternalLocking4Reputation to use registration #562

  • ContributionReward : Remove the description hash from storage #561

0.0.0-alpha.56

18 Oct 05:53
1050f61
Compare
Choose a tag to compare
0.0.0-alpha.56 Pre-release
Pre-release

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.

0.0.0-alpha.54

09 Oct 11:00
a347f8e
Compare
Choose a tag to compare
0.0.0-alpha.54 Pre-release
Pre-release

Use solc v 0.4.25
Use infra v 08
Locking4Reputation
- index locker events
- remove redundant lockingId from redeem function #546
FixReputationAllocation - get enableRedeemTime param at initialise function #550

0.0.0-alpha.53

20 Sep 13:07
ce5fcc1
Compare
Choose a tag to compare
0.0.0-alpha.53 Pre-release
Pre-release

Use truffle V5 + web3 1.0 #533
DaoCreator - add function 'addFounder' to enable unlimited founders numbers #526
Avatar - DAO name is string #529
Connect Infra V06 - #532 , #538
Locking Schemes- Add initialize function instead of constructor #534
Include ganache-cli under peer dependencies #536

0.0.0-alpha.52

20 Aug 08:45
Compare
Choose a tag to compare
0.0.0-alpha.52 Pre-release
Pre-release

ContributionReward redeem return actual return values (breaking change) #521 🌻

(U)Controller fix issue calling void return(no return value) function using genericCall #524 🐛