Releases: daostack/arc
Releases · daostack/arc
0.0.1-rc.35
First version of Competition + ContributionRewardExt scheme #697
Note: This version of Competition + ContributionRewardExt scheme still need to be audited.
0.0.1-rc.34
experimental-0.1.1-rc.0
remove daoTracker #696
experimental-0.0.1-rc.2
0.0.1-rc.33
Add agreement to ReputationFromToken . see #689
0.0.1-rc.32
- add arc version to DATTracker event #683
experimental-0.0.1-rc.1
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 bymigration
repo .migration
will provides to commands :
migrate base
- deployarc
contracts
- setImplementation(contract logic) of the deployed arc contracts atregistry
contracts.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.
subgraph
will use<DAONAME>.json
to index the dao or just auto index that upon anewOrg
event fromDAOFacroty
(maybe need more events)
0.0.1-rc.31
use infra 0.0.1-rc.15 #676
0.0.1-rc.30
ReputationFromToken : add redeem with signature #674
0.0.1-rc.29
add DAOTracker #640