Skip to content

Commit 20c3434

Browse files
release: v1.3.0 merge back to develop (#510)
* fix(subgraph): update to @graphprotocol/[email protected] (#453) * fix: missing virtual keyword (#452) * fix: added missing virtual keywords. * fix: correct misspelled filename * docs: improved NatSpec * chore: bump package versions * Update packages/contracts/CHANGELOG.md Co-authored-by: Mathias Scherer <[email protected]> --------- Co-authored-by: Mathias Scherer <[email protected]> * Deploy contracts and subgraph to sepolia (#475) * feat: deploy v1.3.0-rc0 to sepolia * feat: bump subgraph version to v1.3.0-rc0 feat: deploy sepolia subgraph * fix(OS-638): fixes typo in implementation * chore: fix formatting in helpers script * fix: ipfs returned an empty string (#485) (#495) * chore: deploy 1.3.0-rc0 to arbitrum and arbitrumGoerli (#496) * chore: prepared arbitrum deployment * chore: deployed v1.3.0 to arbitrumGoerli * docs: improved checklist * chore: deployed v1.3.0 to arbitrum * chore: deployed v1.3.0-rc0.4 npm packages * chore: added manifests for arbitrum and arbitrumGoerli * docs: improved deployment checklist * docs: improved deployment checklist * docs: fix typo Co-authored-by: Mathias Scherer <[email protected]> --------- Co-authored-by: Mathias Scherer <[email protected]> * docs(contracts): removes outdated step in upgrade checklist * deploy(contracts): adds v1.3.0 mainnet deployment * deploy(contracts): adds polygon deployment * fix: removes uncessary inconsistent managingDAOImplementation field from active_contracts.json * chore: bump package version to v1.3.0 * chore: updates version for osx package * chore(contracts): updates changelog * chore(contracts): updates active_contracts with implementations and bases * chore(contracts): moves line in changelog * style(contracts): applies prettier styling --------- Co-authored-by: Michael Heuer <[email protected]>
1 parent 6bc68ec commit 20c3434

File tree

4 files changed

+142
-31
lines changed

4 files changed

+142
-31
lines changed

UPDATE_CHECKLIST.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This checklist is seen as a guide to update the existing deployment.
1616
- [ ] initialize the storage correctly
1717
- [ ] Make sure that the `deploy` property in `packages/contracts/networks.json` points to the correct update
1818
- [ ] Run `yarn` in the repository root to install the dependencies
19-
- [ ] Run `yarn run build:contracts-versions` in `packages/contracts` to make sure the contracts compile
2019
- [ ] Run `yarn build` in `packages/contracts` to make sure the contracts compile
2120
- [ ] Run `yarn test` in `packages/contracts` to make sure the contract tests succeed
2221
- [ ] Set `ETH_KEY` in `.env` to the deployers private key. It doesn't have to be the previous deployer

0 commit comments

Comments
 (0)