Releases: daostack/migration
Releases · daostack/migration
0.1.1-rc.5-v0
Support Arc experimental v5 (SchemeFactory
) (#290)
0.1.1-rc.4-v3
- Support Arc experimental v4 (
ContributionRewardExt
andCompetition
schemes). - Rebase on
master
to get all additional features and bug fixes.
0.0.1-rc.38-v1
Upgrade Arc to V38 (fix competition scheme reward calculation) (#273)
Arc V38 deployed on mainnet
and rinkeby
.
0.0.1-rc.37-v2
Support xDai chain (#268).
0.0.1-rc.36-v2
0.0.1-rc.33-v0
- Support Arc v33 (#239).
- New transaction sending mechanism, supports gas estimation and retry sending failed transactions. (#234).
- Check if parameters exist already in the contract before setting them (reduce redundant gas use) (#231).
- Maintain deployment state for each network separately (#230).
- Prepare support for new Arc version formats (#236).
0.0.1-rc.29-v0
Use Arc 0.0.1-rc.29.
Added support of DAOTracker. Will automatically add deployed DAOs to tracking unless specified otherwise in the deployment params JSON with a: "noTrack": true
flag.
0.0.1-rc.24-v1
- support arc 0.0.1-rc.24 .
- Universal GenericScheme is now called UGenericScheme
- None universal scheme is now called GenericScheme.
- Add support for attache an 'alias' to a custom scheme
e.g
"0.0.1-rc.24": {
"name": "Precipitate Inker",
"Avatar": "0x8f6Ec2eca7FB7B15df480d1266Ba142aEbfd373D",
"DAOToken": "0xf9D3854d8c5ACE915a8a4FfF16253B1CA7CEf0cD",
"Reputation": "0x7744cE2c85DCE57d76b17D374397d84387F450eA",
"Controller": "0x2f8212Ca2F6c947611ef342Aa231c6eFEd84684F",
"Schemes": [
{
"name": "GenericScheme",
"alias": "Someenscontrol",
"address": "0xf6CAd21F949dCdAD487b531361Bb0c6a5e700F88"
}
]
}
Version 23-v3
Breaking Changes:
Added support for adding a scheme multiple times to a DAO. To support this, the migration params JSON now uses an array of objects, instead of a single object, for all Scheme paramters parts (both custom and supported).
0.0.1-rc.19-v3
deploy arc 0.0.1-rc19 on mainnet