videoDAC / livepeer-aragon

Aragon App for interacting with the Livepeer Protocol. Includes Delegator functionality and basic Transcoder functionality.
https://rinkeby.aragon.org/#/livepeerdelegator.aragonid.eth/0x4a7335f3ecb43b685526c1b39043bf696c78c641
8 stars 2 forks source link

Deploy updated app to mainnet #26

Open chrishobcroft opened 5 years ago

chrishobcroft commented 5 years ago

To be done after these are closed:

chrishobcroft commented 4 years ago

There was an error in the 2.0.0 release to mainnet - with a mismatch in the appName.

You can view the artifact.json by running this command:

aragon apm info livepeer.open.aragonpm.eth "2.0.0" --environment aragon:mainnet

or by going this this URL where you will see that the config is inconsistent in the use of livepeer.open.aragonpm.eth and livepeer.aragon.eth:

                "Value"
            ],
            "bytes": "0x8502233096d909befbda0999bb8ea2f3a6be3c138b9fbf003752a4c8bce86f6c"
        }
    ],
    "environments": {
        "default": {
            "network": "development",
            "appName": "livepeer.aragonpm.eth"
        },
        "staging": {
            "registry": "0x98df287b6c145399aaa709692c8d308357bc085d",
            "appName": "livepeer.open.aragonpm.eth",
            "wsRPC": "wss://rinkeby.eth.aragon.network/ws",
            "network": "rinkeby"
        },
        "production": {
            "registry": "0x314159265dd8dbb310642f98f50c066173c1259b",
            "appName": "livepeer.open.aragonpm.eth",
            "wsRPC": "wss://mainnet.eth.aragon.network/ws",
            "network": "mainnet"
        }
    },
    "path": "contracts/LivepeerAragonApp.sol",
    "appName": "livepeer.aragonpm.eth",
    "appId": "0x8964fc30d52169dc52918824f0968d13b34cef0d3a1ba03640a5215a77b3ed3f",
    "abi": [
        {
            "constant": true,
            "inputs": [],
            "name": "hasInitialized",

This means that this current latest version of the app (2.0.0) cannot be installed on mainnet, for the same reason that the current latest version of the app on Rinkeby (8.4.0) also cannot be installed, as discussed in this issue: https://github.com/aragon/aragon-cli/issues/954