diff --git a/UPDATE_CHECKLIST.md b/UPDATE_CHECKLIST.md index 387700fb5..1e59a02c2 100644 --- a/UPDATE_CHECKLIST.md +++ b/UPDATE_CHECKLIST.md @@ -19,7 +19,10 @@ This checklist is seen as a guide to update the existing deployment. - [ ] Set `ETH_KEY` in `.env` to the deployers private key. It doesn't have to be the previous deployer - [ ] Set the right API key for the chains blockchain explorer in `.env` (e.g. for mainnet it is `ETHERSCAN_KEY`) - [ ] Copy the managing DAO multisig env variables from `packages/subgraph/.env-example` into `packages/subgraph/.env` -- [ ] Follow the version specific tasks in the section `Version tasks` +- [ ] Follow the version specific tasks in the section `Version tasks` +- [ ] If new plugin builds are released + - [ ] Double-check that the build-metadata was updated correctly for the UI to work correctly + - [ ] If the plugin is used by the managing DAO and the new build includes security relevant changes it must be applied immediately ## Update @@ -27,7 +30,7 @@ To update run `yarn deploy --network NETWORK` in `packages/contracts` and replac ## After-Update -- [ ] Follow the version specific tasks in the section `Version tasks` +- [ ] Follow the version specific tasks in the section `Version tasks` ### Configuration updates diff --git a/packages/contracts/src/plugins/governance/multisig/build-metadata.json b/packages/contracts/src/plugins/governance/multisig/build-metadata.json index 9ba9c517a..57d40531e 100644 --- a/packages/contracts/src/plugins/governance/multisig/build-metadata.json +++ b/packages/contracts/src/plugins/governance/multisig/build-metadata.json @@ -1,6 +1,6 @@ { "ui": {}, - "change": "- The ability to create a proposal now depends on the membership status of the current instead of the snapshot block.", + "change": "- The ability to create a proposal now depends on the membership status of the current instead of the snapshot block.\n- Added a check ensuring that the initial member list cannot overflow.", "pluginSetup": { "prepareInstallation": { "description": "The information required for the installation.", @@ -36,10 +36,6 @@ "1": { "description": "No input is required for the update.", "inputs": [] - }, - "2": { - "description": "No input is required for the update.", - "inputs": [] } }, "prepareUninstallation": {