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

Version Packages

parent fde7a1f7
---
'@eth-optimism/contracts-bedrock': patch
---
Add echidna test commands
---
'@eth-optimism/contracts-bedrock': patch
---
Add tests to the SystemConfig contract
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/actor-tests': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
'@eth-optimism/contracts-periphery': 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/message-relayer': patch
'@eth-optimism/migration-data': patch
'@eth-optimism/replica-healthcheck': patch
---
Bumps the version of ts-node used
---
'@eth-optimism/sdk': patch
---
Removes an unused variable from the SDK
---
'@eth-optimism/core-utils': minor
'@eth-optimism/sdk': minor
---
Add suppory for finalizing legacy withdrawals after the Bedrock migration
---
'@eth-optimism/ci-builder': patch
---
Require rebuild on null ref
---
'@eth-optimism/l2geth': patch
---
Close down the syncservice more cleanly
---
'@eth-optimism/ci-builder': patch
'@eth-optimism/contracts-bedrock': patch
---
Add echidna test for AliasHelper
---
'@eth-optimism/data-transport-layer': patch
---
Patch for fast Goerli sync
---
'@eth-optimism/data-transport-layer': patch
---
Add L1 sync shutoff block
---
'@eth-optimism/data-transport-layer': patch
---
Give users a nicer revert when connected to wrong RPC
---
'@eth-optimism/ci-builder': patch
---
Pin echidna version
---
'@eth-optimism/data-transport-layer': patch
---
Updates the DTL in preparation for shutoff during the Bedrock migration. So long, DTL!
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/actor-tests': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
---
Updates the version of TypeScript
---
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/sdk': patch
---
Refactors the L2OutputOracle to key the l2Outputs mapping by index instead of by L2 block number.
---
'@eth-optimism/fault-detector': minor
---
Includes a new event caching mechanism for running the fault detector against Geth.
---
'@eth-optimism/contracts-bedrock': minor
---
Refactors the MerkleTrie get function to throw explicitly instead of returning an existence boolean
---
'@eth-optimism/data-transport-layer': patch
---
Fixes a bug with the DTL shutoff block logic
---
'@eth-optimism/indexer': minor
---
Adds support for the OptimismPortal's new `WithdrawalProven` event to the indexer
---
'@eth-optimism/contracts-bedrock': patch
---
Document test function naming convention and create a script for checking.
# @eth-optimism/indexer # @eth-optimism/indexer
## 0.5.0
### Minor Changes
- f030d8660: Adds support for the OptimismPortal's new `WithdrawalProven` event to the indexer
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/indexer", "name": "@eth-optimism/indexer",
"version": "0.4.0", "version": "0.5.0",
"private": true, "private": true,
"license": "MIT" "license": "MIT"
} }
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.5.22
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 1d3c749a2: Updates the version of TypeScript
## 0.5.21 ## 0.5.21
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.5.21", "version": "0.5.22",
"description": "[Optimism] Integration tests", "description": "[Optimism] Integration tests",
"scripts": { "scripts": {
"lint": "yarn lint:fix && yarn lint:check", "lint": "yarn lint:fix && yarn lint:check",
...@@ -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.38", "@eth-optimism/contracts": "^0.5.39",
"@eth-optimism/contracts-periphery": "^1.0.3", "@eth-optimism/contracts-periphery": "^1.0.4",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.7.0", "@eth-optimism/sdk": "1.8.0",
"@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.30
### Patch Changes
- 0e8652c29: Close down the syncservice more cleanly
## 0.5.29 ## 0.5.29
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.5.29", "version": "0.5.30",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/ci-builder # @eth-optimism/ci-builder
## 0.3.7
### Patch Changes
- 18d1ce3f4: Require rebuild on null ref
- 1594678e0: Add echidna test for AliasHelper
- 74fd040ce: Pin echidna version
## 0.3.6 ## 0.3.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/ci-builder", "name": "@eth-optimism/ci-builder",
"version": "0.3.6", "version": "0.3.7",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/actor-tests # @eth-optimism/actor-tests
## 0.0.15
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 1d3c749a2: Updates the version of TypeScript
- Updated dependencies [43f33f39f]
- Updated dependencies [237a351f1]
- Updated dependencies [1d3c749a2]
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [1594678e0]
- Updated dependencies [1d3c749a2]
- Updated dependencies [136ea1785]
- Updated dependencies [4d13f0afe]
- Updated dependencies [7300a7ca7]
- @eth-optimism/contracts-bedrock@0.11.0
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
## 0.0.14 ## 0.0.14
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/actor-tests", "name": "@eth-optimism/actor-tests",
"version": "0.0.14", "version": "0.0.15",
"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.10.0", "@eth-optimism/contracts-bedrock": "0.11.0",
"@eth-optimism/core-utils": "^0.11.0", "@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.7.0", "@eth-optimism/sdk": "^1.8.0",
"@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.8
### Patch Changes
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/core-utils@0.12.0
## 0.6.7 ## 0.6.7
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.6.7", "version": "0.6.8",
"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.11.0", "@eth-optimism/core-utils": "0.12.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.11.0
### Minor Changes
- 4d13f0afe: Refactors the MerkleTrie get function to throw explicitly instead of returning an existence boolean
### Patch Changes
- 43f33f39f: Add echidna test commands
- 237a351f1: Add tests to the SystemConfig contract
- 1d3c749a2: Bumps the version of ts-node used
- 1594678e0: Add echidna test for AliasHelper
- 1d3c749a2: Updates the version of TypeScript
- 136ea1785: Refactors the L2OutputOracle to key the l2Outputs mapping by index instead of by L2 block number.
- 7300a7ca7: Document test function naming convention and create a script for checking.
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/core-utils@0.12.0
## 0.10.0 ## 0.10.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/contracts-bedrock", "name": "@eth-optimism/contracts-bedrock",
"version": "0.10.0", "version": "0.11.0",
"description": "Contracts for Optimism Specs", "description": "Contracts for Optimism Specs",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -46,14 +46,14 @@ ...@@ -46,14 +46,14 @@
"echidna:metering": "echidna-test --contract EchidnaFuzzResourceMetering --config ./echidna.yaml ." "echidna:metering": "echidna-test --contract EchidnaFuzzResourceMetering --config ./echidna.yaml ."
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.11.0", "@eth-optimism/core-utils": "^0.12.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",
"hardhat": "^2.9.6" "hardhat": "^2.9.6"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.4", "@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethereumjs/trie": "^5.0.0-beta.1", "@ethereumjs/trie": "^5.0.0-beta.1",
"@ethereumjs/util": "^8.0.0-beta.1", "@ethereumjs/util": "^8.0.0-beta.1",
"@ethersproject/abstract-provider": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0",
......
# @eth-optimism/contracts-governance # @eth-optimism/contracts-governance
## 0.1.8
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 1d3c749a2: Updates the version of TypeScript
- Updated dependencies [1d3c749a2]
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/hardhat-deploy-config@0.2.5
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
## 0.1.7 ## 0.1.7
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-governance", "name": "@eth-optimism/contracts-governance",
"version": "0.1.7", "version": "0.1.8",
"author": "Optimism PBC", "author": "Optimism PBC",
"license": "MIT", "license": "MIT",
"main": "dist/index", "main": "dist/index",
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
"deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'" "deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.11.0", "@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.6.10", "@eth-optimism/sdk": "^1.8.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.3", "@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1", "@nomiclabs/hardhat-etherscan": "^3.0.1",
......
# @eth-optimism/contracts-periphery # @eth-optimism/contracts-periphery
## 1.0.4
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
## 1.0.3 ## 1.0.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-periphery", "name": "@eth-optimism/contracts-periphery",
"version": "1.0.3", "version": "1.0.4",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism", "description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
}, },
"devDependencies": { "devDependencies": {
"@defi-wonderland/smock": "^2.0.7", "@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts": "^0.5.38", "@eth-optimism/contracts": "^0.5.39",
"@eth-optimism/contracts-bedrock": "^0.10.0", "@eth-optimism/contracts-bedrock": "^0.11.0",
"@eth-optimism/core-utils": "^0.11.0", "@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.4", "@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3", "@nomiclabs/hardhat-etherscan": "^3.0.3",
......
# Changelog # Changelog
## 0.5.39
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 1d3c749a2: Updates the version of TypeScript
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/core-utils@0.12.0
## 0.5.38 ## 0.5.38
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.38", "version": "0.5.39",
"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,14 +57,14 @@ ...@@ -57,14 +57,14 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.12.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"
}, },
"devDependencies": { "devDependencies": {
"@codechecks/client": "^0.1.11", "@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2", "@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.4", "@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/abi": "^5.7.0", "@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0", "@ethersproject/bytes": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/hardware-wallets": "^5.7.0",
......
# @eth-optimism/core-utils # @eth-optimism/core-utils
## 0.12.0
### Minor Changes
- c975c9620: Add suppory for finalizing legacy withdrawals after the Bedrock migration
### Patch Changes
- 136ea1785: Refactors the L2OutputOracle to key the l2Outputs mapping by index instead of by L2 block number.
## 0.11.0 ## 0.11.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.11.0", "version": "0.12.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.49
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 7c90d5a48: Patch for fast Goerli sync
- 902985f2c: Add L1 sync shutoff block
- 21ee72b3a: Give users a nicer revert when connected to wrong RPC
- 36bd8fbff: Updates the DTL in preparation for shutoff during the Bedrock migration. So long, DTL!
- e941ee73f: Fixes a bug with the DTL shutoff block logic
- Updated dependencies [1d3c749a2]
- Updated dependencies [c975c9620]
- Updated dependencies [1d3c749a2]
- Updated dependencies [136ea1785]
- @eth-optimism/contracts@0.5.39
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 0.5.48 ## 0.5.48
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.48", "version": "0.5.49",
"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.7", "@eth-optimism/common-ts": "0.6.8",
"@eth-optimism/contracts": "0.5.38", "@eth-optimism/contracts": "0.5.39",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.12.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.24
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- Updated dependencies [1d3c749a2]
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/contracts-periphery@1.0.4
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 0.3.23 ## 0.3.23
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/drippie-mon", "name": "@eth-optimism/drippie-mon",
"version": "0.3.23", "version": "0.3.24",
"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.7", "@eth-optimism/common-ts": "0.6.8",
"@eth-optimism/contracts-periphery": "1.0.3", "@eth-optimism/contracts-periphery": "1.0.4",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.7.0", "@eth-optimism/sdk": "1.8.0",
"ethers": "^5.7.0" "ethers": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/fault-detector # @eth-optimism/fault-detector
## 0.4.0
### Minor Changes
- ab5c1b897: Includes a new event caching mechanism for running the fault detector against Geth.
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- Updated dependencies [1d3c749a2]
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [1d3c749a2]
- Updated dependencies [136ea1785]
- @eth-optimism/contracts@0.5.39
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 0.3.2 ## 0.3.2
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/fault-detector", "name": "@eth-optimism/fault-detector",
"version": "0.3.2", "version": "0.4.0",
"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.9.1" "ts-node": "^10.9.1"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.6.7", "@eth-optimism/common-ts": "^0.6.8",
"@eth-optimism/contracts": "^0.5.38", "@eth-optimism/contracts": "^0.5.39",
"@eth-optimism/core-utils": "^0.11.0", "@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.6.11", "@eth-optimism/sdk": "^1.8.0",
"@ethersproject/abstract-provider": "^5.7.0" "@ethersproject/abstract-provider": "^5.7.0"
} }
} }
# @eth-optimism/hardhat-deploy-config # @eth-optimism/hardhat-deploy-config
## 0.2.5
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
## 0.2.4 ## 0.2.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/hardhat-deploy-config", "name": "@eth-optimism/hardhat-deploy-config",
"version": "0.2.4", "version": "0.2.5",
"description": "[Optimism] Hardhat deploy configuration plugin", "description": "[Optimism] Hardhat deploy configuration plugin",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.5.23
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 0.5.22 ## 0.5.22
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.5.22", "version": "0.5.23",
"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.7", "@eth-optimism/common-ts": "0.6.8",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.7.0", "@eth-optimism/sdk": "1.8.0",
"ethers": "^5.7.0" "ethers": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/migration-data
## 0.0.2
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
{ {
"private": true, "private": true,
"name": "@eth-optimism/migration-data", "name": "@eth-optimism/migration-data",
"version": "0.0.1", "version": "0.0.2",
"description": "[Optimism] Data collection scripts for Bedrock migration", "description": "[Optimism] Data collection scripts for Bedrock migration",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"devDependencies": { "devDependencies": {
"commander": "^9.0.0", "commander": "^9.0.0",
"@eth-optimism/contracts": "0.5.38", "@eth-optimism/contracts": "0.5.39",
"@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.9.1" "ts-node": "^10.9.1"
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.1.13
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 1.1.12 ## 1.1.12
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.1.12", "version": "1.1.13",
"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.7", "@eth-optimism/common-ts": "0.6.8",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.12.0",
"@ethersproject/abstract-provider": "^5.7.0" "@ethersproject/abstract-provider": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.8.0
### Minor Changes
- c975c9620: Add suppory for finalizing legacy withdrawals after the Bedrock migration
### Patch Changes
- 767585b07: Removes an unused variable from the SDK
- 136ea1785: Refactors the L2OutputOracle to key the l2Outputs mapping by index instead of by L2 block number.
- Updated dependencies [43f33f39f]
- Updated dependencies [237a351f1]
- Updated dependencies [1d3c749a2]
- Updated dependencies [c975c9620]
- Updated dependencies [1594678e0]
- Updated dependencies [1d3c749a2]
- Updated dependencies [136ea1785]
- Updated dependencies [4d13f0afe]
- Updated dependencies [7300a7ca7]
- @eth-optimism/contracts-bedrock@0.11.0
- @eth-optimism/contracts@0.5.39
- @eth-optimism/core-utils@0.12.0
## 1.7.0 ## 1.7.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.7.0", "version": "1.8.0",
"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.38", "@eth-optimism/contracts": "0.5.39",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/contracts-bedrock": "0.10.0", "@eth-optimism/contracts-bedrock": "0.11.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