migration icon indicating copy to clipboard operation
migration copied to clipboard

A repo for handeling the migration of DAOstack contracts and DAOs.

Results 27 migration issues
Sort by recently updated
recently updated
newest added

https://github.com/daostack/migration/blob/master-2/migrate-dao.js#L291 it should be [0,1,... This issue cause dao creation with always the latest version ...

As admin cannot call the proxy contract. Admin : 0x85e7fa550b534656d04d143b9a23a11e05077da3 Owner: 0xe5b49414b2e130c28a4E67ab6Fe34AcdC0d4beDF https://github.com/daostack/migration/blob/migration-experimental/migrate-base.js#L275

https://github.com/daostack/arc-hive/releases/tag/0.0.1-rc.6

Enable set admin for standalone contracts. https://github.com/daostack/migration/blob/migration-experimental/migrate-dao.js#L153 For other daos contracts the admin is set by the DAOFactory to avatar.

can use https://buidler.dev/plugins/nomiclabs-buidler-etherscan.html

Currently the dao-params.json schema is loosely defined. In order for developers to understand the full schema, they could look at the [example dao-params.json](https://github.com/daostack/migration/blob/master/migration-params.json) in the repo, but this lacks completeness....

@Theylon is that your address ? _Originally posted by @orenyodfat in https://github.com/daostack/migration/pull/292/commits/e093c53e4a9a66944f7b2e56c807708413c6f476_ Change it to 0x06044b5359D8dF7886366c22C61c7ecd29BECac7

Enable contract verification script to verify DAO contracts such as Avatar, Controller, etc.

Have a versioning + upgrade system for the dao-params.json schema. This way, when the migration script is given an old version of a dao-params.json file ( v0.5 for example), it...