Skip to content

Releases: daostack/migration

0.1.1-rc.5-v0

16 Mar 09:35
8802e98
Compare
Choose a tag to compare

Support Arc experimental v5 (SchemeFactory) (#290)

0.1.1-rc.4-v3

11 Mar 10:10
Compare
Choose a tag to compare
  • Support Arc experimental v4 (ContributionRewardExt and Competition schemes).
  • Rebase on master to get all additional features and bug fixes.

0.0.1-rc.38-v1

21 Jan 09:12
e63a5ed
Compare
Choose a tag to compare

Upgrade Arc to V38 (fix competition scheme reward calculation) (#273)
Arc V38 deployed on mainnet and rinkeby.

0.0.1-rc.37-v2

14 Jan 13:57
3231f87
Compare
Choose a tag to compare

Support xDai chain (#268).

0.0.1-rc.36-v2

23 Dec 09:25
1628ec0
Compare
Choose a tag to compare

Migrated Arc v36 contracts to Rinkeby (#256).
New optimized-abi support to allow pruning of duplicate contracts data (#247).

0.0.1-rc.33-v0

19 Nov 12:33
9d978dd
Compare
Choose a tag to compare
  • 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

07 Oct 07:48
1c81f92
Compare
Choose a tag to compare

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

11 Sep 13:53
0bcb809
Compare
Choose a tag to compare
0.0.1-rc.24-v1 Pre-release
Pre-release
  • 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

08 Sep 11:21
6955ca5
Compare
Choose a tag to compare

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

23 May 13:49
d2027e0
Compare
Choose a tag to compare
0.0.1-rc.19-v3 Pre-release
Pre-release

deploy arc 0.0.1-rc19 on mainnet