Skip to content

Commit

Permalink
maint: bump ethers version globally
Browse files Browse the repository at this point in the history
Bumps ethers to 5.7.0 everywhere.
  • Loading branch information
smartcontracts committed Sep 16, 2022
1 parent 278573f commit 7c7813c
Show file tree
Hide file tree
Showing 19 changed files with 308 additions and 144 deletions.
20 changes: 20 additions & 0 deletions .changeset/chatty-radios-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/actor-tests': patch
'@eth-optimism/common-ts': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
'@eth-optimism/contracts-periphery': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/drippie-mon': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/hardhat-deploy-config': patch
'@eth-optimism/integration-tests-bedrock': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/replica-healthcheck': patch
'@eth-optimism/sdk': patch
---

Bump ethers to 5.7.0 globally
8 changes: 4 additions & 4 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@eth-optimism/contracts-periphery": "^0.2.3",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/sdk": "1.6.3",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.0",
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-unicorn": "^42.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"hardhat": "^2.9.6",
"hardhat-gas-reporter": "^1.0.4",
"lint-staged": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"dependencies": {
"@changesets/cli": "^2.16.0",
"@codechecks/client": "^0.1.11",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/contracts-upgradeable": "^4.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"ethers": "^5.6.9",
"ethers": "^5.7.0",
"prom-client": "^14.0.1",
"typescript": "^4.3.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/common-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"commander": "^9.0.0",
"dotenv": "^16.0.0",
"envalid": "^7.2.2",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"express": "^4.17.1",
"express-prom-bundle": "^6.4.1",
"lodash": "^4.17.21",
Expand All @@ -52,8 +52,8 @@
"qs": "^6.10.5"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"@types/pino": "^6.3.6",
Expand Down
3 changes: 1 addition & 2 deletions packages/contracts-bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@eth-optimism/core-utils": "^0.10.0",
"@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"hardhat": "^2.9.6"
},
"devDependencies": {
Expand All @@ -63,7 +63,6 @@
"dotenv": "^16.0.0",
"ds-test": "https://github.com/dapphub/ds-test.git#9310e879db8ba3ea6d5c6489a579118fd264a3f5",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.6.8",
"forge-std": "https://github.com/foundry-rs/forge-std.git#f18682b2874fc57d7c80a511fed0b35ec4201ffa",
"glob": "^7.1.6",
"hardhat-deploy": "^0.11.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@eth-optimism/core-utils": "^0.10.0",
"@eth-optimism/sdk": "^1.6.1",
"@ethersproject/hardware-wallets": "^5.6.1",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.2",
Expand All @@ -40,7 +40,7 @@
"csv-parse": "^5.0.4",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"hardhat": "^2.9.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-periphery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@eth-optimism/contracts-bedrock": "^0.6.0",
"@eth-optimism/core-utils": "^0.10.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@ethersproject/hardware-wallets": "^5.6.1",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
Expand All @@ -76,7 +76,7 @@
"dotenv": "^10.0.0",
"ds-test": "https://github.com/dapphub/ds-test.git#9310e879db8ba3ea6d5c6489a579118fd264a3f5",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#f18682b2874fc57d7c80a511fed0b35ec4201ffa",
"hardhat": "^2.9.6",
"hardhat-deploy": "^0.11.10",
Expand Down
14 changes: 7 additions & 7 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
},
"dependencies": {
"@eth-optimism/core-utils": "0.10.0",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2"
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0"
},
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.2",
"@ethersproject/abi": "^5.6.3",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/hardware-wallets": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@nomiclabs/ethereumjs-vm": "^4.2.2",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
Expand All @@ -88,7 +88,7 @@
"directory-tree": "^2.2.7",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"glob": "^7.1.6",
"hardhat": "^2.9.6",
"hardhat-deploy": "^0.11.10",
Expand Down
28 changes: 14 additions & 14 deletions packages/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@ethersproject/abi": "^5.6.3",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/address": "^5.6.1",
"@ethersproject/bignumber": "^5.6.1",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/contracts": "^5.6.2",
"@ethersproject/constants": "^5.6.1",
"@ethersproject/hash": "^5.6.1",
"@ethersproject/keccak256": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/rlp": "^5.6.1",
"@ethersproject/transactions": "^5.6.2",
"@ethersproject/properties": "^5.6.0",
"@ethersproject/web": "^5.6.1",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/rlp": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@ethersproject/properties": "^5.7.0",
"@ethersproject/web": "^5.7.0",
"bufio": "^1.0.7",
"chai": "^4.3.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/data-transport-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@eth-optimism/common-ts": "0.6.4",
"@eth-optimism/contracts": "0.5.35",
"@eth-optimism/core-utils": "0.10.0",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@sentry/node": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@types/express": "^4.17.12",
Expand All @@ -49,7 +49,7 @@
"bfj": "^7.0.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"express": "^4.17.1",
"express-prom-bundle": "^6.3.6",
"level": "^6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/drippie-mon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@eth-optimism/contracts-periphery": "0.2.3",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/sdk": "1.6.3",
"ethers": "^5.6.8"
"ethers": "^5.7.0"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-provider": "^5.7.0",
"ts-node": "^10.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/fault-detector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"chai-as-promised": "^7.1.1",
"dateformat": "^4.5.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"hardhat": "^2.9.6",
"lodash": "^4.17.21",
"ts-node": "^10.8.2"
Expand All @@ -51,6 +51,6 @@
"@eth-optimism/contracts": "^0.5.34",
"@eth-optimism/core-utils": "^0.10.0",
"@eth-optimism/sdk": "^1.6.1",
"@ethersproject/abstract-provider": "^5.6.1"
"@ethersproject/abstract-provider": "^5.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/hardhat-deploy-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"ts-node": "^10.8.2",
"hardhat": "^2.9.6"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests-bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@eth-optimism/contracts": "0.5.35",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/sdk": "1.6.3",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-provider": "^5.7.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"envalid": "^7.1.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/message-relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@eth-optimism/common-ts": "0.6.4",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/sdk": "1.6.3",
"ethers": "^5.6.8"
"ethers": "^5.7.0"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"ethereum-waffle": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/replica-healthcheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@eth-optimism/common-ts": "0.6.4",
"@eth-optimism/core-utils": "0.10.0",
"@ethersproject/abstract-provider": "^5.6.1"
"@ethersproject/abstract-provider": "^5.7.0"
},
"devDependencies": {
"ts-node": "^10.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2",
"@ethersproject/transactions": "^5.6.2",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai-as-promised": "^7.1.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.8",
"ethers": "^5.7.0",
"hardhat": "^2.9.6",
"hardhat-deploy": "^0.11.4",
"nyc": "^15.1.0",
Expand Down
Loading

0 comments on commit 7c7813c

Please sign in to comment.