experimental-0.0.1-rc.1
Pre-release
Pre-release
orenyodfat
released this
05 Nov 20:33
·
45 commits
to master
since this 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 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)