Skip to content

Releases: daostack/arc

0.0.1-rc.35

05 Dec 13:21
bf0ecdb
Compare
Choose a tag to compare
0.0.1-rc.35 Pre-release
Pre-release

First version of Competition + ContributionRewardExt scheme #697
Note: This version of Competition + ContributionRewardExt scheme still need to be audited.

0.0.1-rc.34

02 Dec 07:43
Compare
Choose a tag to compare
0.0.1-rc.34 Pre-release
Pre-release
  • Fix bug at ContinuousLocking4Reputation parameters validation at initialize function #694
  • remove uController and uGenericScheme #691
  • solc 0.5.13 #692

experimental-0.1.1-rc.0

02 Dec 13:31
Compare
Choose a tag to compare
Pre-release

remove daoTracker #696

experimental-0.0.1-rc.2

20 Nov 20:35
Compare
Choose a tag to compare
Pre-release

daofactory:

  • enable forge a Dao from older versions #688
  • bytesConcat - is not off chain #687
  • fix bug at setSchemes function #678

0.0.1-rc.33

19 Nov 08:53
a920a38
Compare
Choose a tag to compare
0.0.1-rc.33 Pre-release
Pre-release

Add agreement to ReputationFromToken . see #689

0.0.1-rc.32

07 Nov 10:16
69f5e33
Compare
Choose a tag to compare
0.0.1-rc.32 Pre-release
Pre-release
  • add arc version to DATTracker event #683

experimental-0.0.1-rc.1

05 Nov 20:33
Compare
Choose a tag to compare
Pre-release

experimental arc .
based on arc 0.0.1-rc.31

arc-hive - arc contract registery and factory solution based on open zeppelin upgrades lib
-removed all universals schemes.

  • uController was removed.
  • all contracts have one time initialise function.
  • add DAOFactory contract.

general solution overview :

  • arc package is imported by migration repo .
  • migration will provides to commands :
  1. migrate base
    - deploy arc contracts
    - setImplementation(contract logic) of the deployed arc contracts at registry contracts.
  2. migrate dao
    • will use DaoFactory.sol to create a DAO according to the params given.This can be done in 2 txs.
    • the output will be dao.json with all the days contract proxied addresses.
  3. subgraph will use <DAONAME>.json to index the dao or just auto index that upon a newOrg event from DAOFacroty (maybe need more events)

0.0.1-rc.31

23 Oct 07:25
03c4350
Compare
Choose a tag to compare
0.0.1-rc.31 Pre-release
Pre-release

use infra 0.0.1-rc.15 #676

0.0.1-rc.30

16 Oct 07:43
bac3163
Compare
Choose a tag to compare
0.0.1-rc.30 Pre-release
Pre-release

ReputationFromToken : add redeem with signature #674

0.0.1-rc.29

06 Oct 11:12
15e2966
Compare
Choose a tag to compare
0.0.1-rc.29 Pre-release
Pre-release

add DAOTracker #640