Commit 97dbdb50 authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent 2b3908af
---
'@eth-optimism/core-utils': minor
---
Changes the type for Bedrock withdrawal proofs
---
'@eth-optimism/contracts-bedrock': patch
---
Introduces layout lock and more storage layout verification
---
'@eth-optimism/l2geth': patch
---
Dedupe dumper addresses in memory
---
'@eth-optimism/contracts-bedrock': patch
---
Cleans up remaining lint warnings
---
'@eth-optimism/ci-builder': patch
---
Update foundry in ci-builder
---
'@eth-optimism/contracts-bedrock': patch
---
Introduces the MigrationSystemDictator for the Bedrock migration
---
'@eth-optimism/contracts-bedrock': patch
---
Updates function ordering in ProxyAdmin to match original contract
---
'@eth-optimism/hardhat-node': patch
---
Upgrade dependencies, add fork chain ID support
---
'@eth-optimism/contracts-bedrock': patch
---
Adds another assertion in the CrossDomainMessenger to explicitly identify an invariant which was previously implicit.
---
'@eth-optimism/contracts-bedrock': minor
---
Use SCREAMING_SNAKE_CASE for immutables
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.5.4", "@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.37", "@eth-optimism/contracts": "^0.5.38",
"@eth-optimism/contracts-periphery": "^1.0.2", "@eth-optimism/contracts-periphery": "^1.0.2",
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.6.9", "@eth-optimism/sdk": "1.6.10",
"@ethersproject/abstract-provider": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0", "@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0", "@ethersproject/transactions": "^5.7.0",
......
# Changelog # Changelog
## 0.5.29
### Patch Changes
- 4e65ceb9d: Dedupe dumper addresses in memory
## 0.5.28 ## 0.5.28
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.5.28", "version": "0.5.29",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/ci-builder # @eth-optimism/ci-builder
## 0.3.5
### Patch Changes
- c44ff357f: Update foundry in ci-builder
## 0.3.4 ## 0.3.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/ci-builder", "name": "@eth-optimism/ci-builder",
"version": "0.3.4", "version": "0.3.5",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/hardhat-node # @eth-optimism/hardhat-node
## 0.2.2
### Patch Changes
- 8333f0f2c: Upgrade dependencies, add fork chain ID support
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/hardhat-node", "name": "@eth-optimism/hardhat-node",
"version": "0.2.1", "version": "0.2.2",
"scripts": { "scripts": {
"start": "hardhat node --network hardhat" "start": "hardhat node --network hardhat"
}, },
......
# @eth-optimism/actor-tests # @eth-optimism/actor-tests
## 0.0.12
### Patch Changes
- Updated dependencies [1e76cdb86]
- Updated dependencies [c02831144]
- Updated dependencies [d58b0a397]
- Updated dependencies [ff860ecf3]
- Updated dependencies [cc5adbc61]
- Updated dependencies [31c91ea74]
- Updated dependencies [87702c741]
- @eth-optimism/core-utils@0.11.0
- @eth-optimism/contracts-bedrock@0.9.0
- @eth-optimism/sdk@1.6.10
## 0.0.11 ## 0.0.11
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/actor-tests", "name": "@eth-optimism/actor-tests",
"version": "0.0.11", "version": "0.0.12",
"description": "A library and suite of tests to stress test Optimism Bedrock.", "description": "A library and suite of tests to stress test Optimism Bedrock.",
"license": "MIT", "license": "MIT",
"author": "", "author": "",
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
"test:coverage": "yarn test" "test:coverage": "yarn test"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts-bedrock": "0.8.3", "@eth-optimism/contracts-bedrock": "0.9.0",
"@eth-optimism/core-utils": "^0.10.1", "@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/sdk": "^1.6.9", "@eth-optimism/sdk": "^1.6.10",
"@types/chai": "^4.2.18", "@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4", "@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2", "async-mutex": "^0.3.2",
......
# @eth-optimism/common-ts # @eth-optimism/common-ts
## 0.6.7
### Patch Changes
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
## 0.6.6 ## 0.6.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.6.6", "version": "0.6.7",
"description": "[Optimism] Advanced typescript tooling used by various services", "description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
"bcfg": "^0.1.7", "bcfg": "^0.1.7",
"body-parser": "^1.20.0", "body-parser": "^1.20.0",
......
# @eth-optimism/contracts-bedrock # @eth-optimism/contracts-bedrock
## 0.9.0
### Minor Changes
- 87702c741: Use SCREAMING_SNAKE_CASE for immutables
### Patch Changes
- c02831144: Introduces layout lock and more storage layout verification
- d58b0a397: Cleans up remaining lint warnings
- ff860ecf3: Introduces the MigrationSystemDictator for the Bedrock migration
- cc5adbc61: Updates function ordering in ProxyAdmin to match original contract
- 31c91ea74: Adds another assertion in the CrossDomainMessenger to explicitly identify an invariant which was previously implicit.
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
## 0.8.3 ## 0.8.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-bedrock", "name": "@eth-optimism/contracts-bedrock",
"version": "0.8.3", "version": "0.9.0",
"description": "Contracts for Optimism Specs", "description": "Contracts for Optimism Specs",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"typechain": "typechain --target ethers-v5 --out-dir dist/types --glob 'artifacts/!(build-info)/**/+([a-zA-Z0-9_]).json'" "typechain": "typechain --target ethers-v5 --out-dir dist/types --glob 'artifacts/!(build-info)/**/+([a-zA-Z0-9_]).json'"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.10.1", "@eth-optimism/core-utils": "^0.11.0",
"@openzeppelin/contracts": "4.7.3", "@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3", "@openzeppelin/contracts-upgradeable": "4.7.3",
"ethers": "^5.7.0", "ethers": "^5.7.0",
......
# @eth-optimism/contracts-governance # @eth-optimism/contracts-governance
## 0.1.7
### Patch Changes
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
- @eth-optimism/sdk@1.6.10
## 0.1.6 ## 0.1.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-governance", "name": "@eth-optimism/contracts-governance",
"version": "0.1.6", "version": "0.1.7",
"author": "Optimism PBC", "author": "Optimism PBC",
"license": "MIT", "license": "MIT",
"main": "dist/index", "main": "dist/index",
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
"deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'" "deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.10.1", "@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/sdk": "^1.6.4", "@eth-optimism/sdk": "^1.6.10",
"@eth-optimism/hardhat-deploy-config": "^0.2.3", "@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
......
...@@ -54,9 +54,9 @@ ...@@ -54,9 +54,9 @@
}, },
"devDependencies": { "devDependencies": {
"@defi-wonderland/smock": "^2.0.7", "@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts": "^0.5.37", "@eth-optimism/contracts": "^0.5.38",
"@eth-optimism/contracts-bedrock": "^0.8.1", "@eth-optimism/contracts-bedrock": "^0.9.0",
"@eth-optimism/core-utils": "^0.10.1", "@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.4", "@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
......
# Changelog # Changelog
## 0.5.38
### Patch Changes
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
## 0.5.37 ## 0.5.37
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.37", "version": "0.5.38",
"description": "[Optimism] L1 and L2 smart contracts for Optimism", "description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@ethersproject/abstract-provider": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0" "@ethersproject/abstract-signer": "^5.7.0"
}, },
......
# @eth-optimism/core-utils # @eth-optimism/core-utils
## 0.11.0
### Minor Changes
- 1e76cdb86: Changes the type for Bedrock withdrawal proofs
## 0.10.1 ## 0.10.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.10.1", "version": "0.11.0",
"description": "[Optimism] Core typescript utilities", "description": "[Optimism] Core typescript utilities",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# data transport layer # data transport layer
## 0.5.48
### Patch Changes
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
- @eth-optimism/common-ts@0.6.7
- @eth-optimism/contracts@0.5.38
## 0.5.47 ## 0.5.47
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.47", "version": "0.5.48",
"description": "[Optimism] Service for shuttling data from L1 into L2", "description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.6.6", "@eth-optimism/common-ts": "0.6.7",
"@eth-optimism/contracts": "0.5.37", "@eth-optimism/contracts": "0.5.38",
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@ethersproject/providers": "^5.7.0", "@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0", "@ethersproject/transactions": "^5.7.0",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
......
# @eth-optimism/drippie-mon # @eth-optimism/drippie-mon
## 0.3.21
### Patch Changes
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
- @eth-optimism/common-ts@0.6.7
- @eth-optimism/sdk@1.6.10
## 0.3.20 ## 0.3.20
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/drippie-mon", "name": "@eth-optimism/drippie-mon",
"version": "0.3.20", "version": "0.3.21",
"description": "[Optimism] Service for monitoring Drippie instances", "description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.6.6", "@eth-optimism/common-ts": "0.6.7",
"@eth-optimism/contracts-periphery": "1.0.2", "@eth-optimism/contracts-periphery": "1.0.2",
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.6.9", "@eth-optimism/sdk": "1.6.10",
"ethers": "^5.7.0" "ethers": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/fault-detector # @eth-optimism/fault-detector
## 0.3.1
### Patch Changes
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
- @eth-optimism/common-ts@0.6.7
- @eth-optimism/contracts@0.5.38
- @eth-optimism/sdk@1.6.10
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/fault-detector", "name": "@eth-optimism/fault-detector",
"version": "0.3.0", "version": "0.3.1",
"description": "[Optimism] Service for detecting faulty L2 output proposals", "description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
"ts-node": "^10.8.2" "ts-node": "^10.8.2"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.6.5", "@eth-optimism/common-ts": "^0.6.7",
"@eth-optimism/contracts": "^0.5.36", "@eth-optimism/contracts": "^0.5.38",
"@eth-optimism/core-utils": "^0.10.1", "@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/sdk": "^1.6.5", "@eth-optimism/sdk": "^1.6.10",
"@ethersproject/abstract-provider": "^5.7.0" "@ethersproject/abstract-provider": "^5.7.0"
} }
} }
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "0.5.37", "@eth-optimism/contracts": "0.5.38",
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.6.9", "@eth-optimism/sdk": "1.6.10",
"@ethersproject/abstract-provider": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"chai": "^4.3.4", "chai": "^4.3.4",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.5.20
### Patch Changes
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
- @eth-optimism/common-ts@0.6.7
- @eth-optimism/sdk@1.6.10
## 0.5.19 ## 0.5.19
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.5.19", "version": "0.5.20",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions", "description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.6.6", "@eth-optimism/common-ts": "0.6.7",
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.6.9", "@eth-optimism/sdk": "1.6.10",
"ethers": "^5.7.0" "ethers": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"devDependencies": { "devDependencies": {
"commander": "^9.0.0", "commander": "^9.0.0",
"@eth-optimism/contracts": "0.5.37", "@eth-optimism/contracts": "0.5.38",
"@eth-optimism/old-contracts": "npm:@eth-optimism/contracts@0.4.10", "@eth-optimism/old-contracts": "npm:@eth-optimism/contracts@0.4.10",
"ethers": "^5.7.0", "ethers": "^5.7.0",
"ts-node": "^10.0.0" "ts-node": "^10.0.0"
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.1.11
### Patch Changes
- Updated dependencies [1e76cdb86]
- @eth-optimism/core-utils@0.11.0
- @eth-optimism/common-ts@0.6.7
## 1.1.10 ## 1.1.10
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.1.10", "version": "1.1.11",
"description": "[Optimism] Service for monitoring the health of replica nodes", "description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.6.6", "@eth-optimism/common-ts": "0.6.7",
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@ethersproject/abstract-provider": "^5.7.0" "@ethersproject/abstract-provider": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.6.10
### Patch Changes
- Updated dependencies [1e76cdb86]
- Updated dependencies [c02831144]
- Updated dependencies [d58b0a397]
- Updated dependencies [ff860ecf3]
- Updated dependencies [cc5adbc61]
- Updated dependencies [31c91ea74]
- Updated dependencies [87702c741]
- @eth-optimism/core-utils@0.11.0
- @eth-optimism/contracts-bedrock@0.9.0
- @eth-optimism/contracts@0.5.38
## 1.6.9 ## 1.6.9
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.6.9", "version": "1.6.10",
"description": "[Optimism] Tools for working with Optimism", "description": "[Optimism] Tools for working with Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
"mocha": "^10.0.0" "mocha": "^10.0.0"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.37", "@eth-optimism/contracts": "0.5.38",
"@eth-optimism/core-utils": "0.10.1", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/contracts-bedrock": "0.8.3", "@eth-optimism/contracts-bedrock": "0.9.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"merkletreejs": "^0.2.27", "merkletreejs": "^0.2.27",
"rlp": "^2.2.7" "rlp": "^2.2.7"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment