Commit c8428772 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2649 from ethereum-optimism/changeset-release/master

Version Packages
parents 3c7f3be9 e2189e82
---
'@eth-optimism/go-builder': patch
'@eth-optimism/js-builder': patch
---
Bump versions
---
'@eth-optimism/common-ts': patch
---
Have legacy BaseService metrics bind to 0.0.0.0 by default
---
'@eth-optimism/integration-tests-bedrock': patch
---
Bump integration test dependencies to latest for changesets
---
'@eth-optimism/contracts-periphery': minor
---
Releases the first version of the contracts-periphery package
---
'@eth-optimism/js-builder': patch
---
Add abigen
---
---
fix: op-exporter build
---
'@eth-optimism/batch-submitter-service': patch
'@eth-optimism/gas-oracle': patch
'@eth-optimism/indexer': patch
'@eth-optimism/l2geth-exporter': patch
'@eth-optimism/proxyd': patch
'@eth-optimism/teleportr': patch
---
Bump go-ethereum to 1.10.17
---
'@eth-optimism/integration-tests': patch
---
integration-tests: Override default bridge adapters
---
'@eth-optimism/go-builder': patch
---
Add abigen and gotestsum to go-builder
---
'@eth-optimism/data-transport-layer': patch
---
Fix race condition
---
'@eth-optimism/teleportr': patch
---
Only do 5 disbursements at a time
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/common-ts': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-periphery': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/integration-tests-bedrock': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/replica-healthcheck': patch
'@eth-optimism/sdk': patch
---
Updates all ethers versions in response to BN.js bug
---
'@eth-optimism/l2geth': patch
---
Patch for L1 syncing nodes that got stuck after DTL batch sync errors
# @eth-optimism/batch-submitter-service
## 0.1.12
### Patch Changes
- 6f458607: Bump go-ethereum to 1.10.17
## 0.1.11
### Patch Changes
......
{
"name": "@eth-optimism/batch-submitter-service",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"devDependencies": {}
}
# @eth-optimism/gas-oracle
## 0.1.12
### Patch Changes
- 6f458607: Bump go-ethereum to 1.10.17
## 0.1.11
### Patch Changes
......
{
"name": "@eth-optimism/gas-oracle",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"devDependencies": {}
}
# @eth-optimism/indexer
## 0.1.1
### Patch Changes
- 6f458607: Bump go-ethereum to 1.10.17
## 0.1.0
### Minor Changes
......
{
"name": "@eth-optimism/indexer",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "MIT"
}
# @eth-optimism/integration-tests
## 0.5.14
### Patch Changes
- f688a631: integration-tests: Override default bridge adapters
- d18ae135: Updates all ethers versions in response to BN.js bug
## 0.5.13
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.13",
"version": "0.5.14",
"description": "[Optimism] Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
......@@ -28,9 +28,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts": "0.5.24",
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.5",
"@eth-optimism/contracts": "0.5.25",
"@eth-optimism/core-utils": "0.8.5",
"@eth-optimism/sdk": "1.1.6",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
......
# @eth-optimism/l2geth-exporter
## 0.0.6
### Patch Changes
- 6f458607: Bump go-ethereum to 1.10.17
## 0.0.5
### Patch Changes
......
{
"name": "@eth-optimism/l2geth-exporter",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.5.20
### Patch Changes
- 359bc604: Patch for L1 syncing nodes that got stuck after DTL batch sync errors
## 0.5.19
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.5.19",
"version": "0.5.20",
"private": true,
"devDependencies": {}
}
# @eth-optimism/go-builder
## 0.0.4
### Patch Changes
- 7317e2be: Bump versions
- 10e07754: Add abigen and gotestsum to go-builder
## 0.0.3
### Patch Changes
......
{
"name": "@eth-optimism/go-builder",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/js-builder
## 0.0.4
### Patch Changes
- 7317e2be: Bump versions
- 10e07754: Add abigen
## 0.0.3
### Patch Changes
......
{
"name": "@eth-optimism/js-builder",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/common-ts
## 0.2.8
### Patch Changes
- f16383f2: Have legacy BaseService metrics bind to 0.0.0.0 by default
- d18ae135: Updates all ethers versions in response to BN.js bug
- Updated dependencies [d18ae135]
- @eth-optimism/core-utils@0.8.5
## 0.2.7
### Patch Changes
......
{
"name": "@eth-optimism/common-ts",
"version": "0.2.7",
"version": "0.2.8",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
......@@ -31,7 +31,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/core-utils": "0.8.5",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"commander": "^9.0.0",
......
# @eth-optimism/contracts-periphery
## 0.1.0
### Minor Changes
- f7d964d7: Releases the first version of the contracts-periphery package
### Patch Changes
- d18ae135: Updates all ethers versions in response to BN.js bug
- Updated dependencies [d18ae135]
- @eth-optimism/core-utils@0.8.5
{
"name": "@eth-optimism/contracts-periphery",
"version": "0.0.1",
"version": "0.1.0",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -50,7 +50,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.8.4",
"@eth-optimism/core-utils": "^0.8.5",
"@openzeppelin/contracts": "4.3.2"
},
"devDependencies": {
......
# Changelog
## 0.5.25
### Patch Changes
- d18ae135: Updates all ethers versions in response to BN.js bug
- Updated dependencies [d18ae135]
- @eth-optimism/core-utils@0.8.5
## 0.5.24
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.24",
"version": "0.5.25",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -57,7 +57,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/core-utils": "0.8.5",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2"
},
......
# @eth-optimism/core-utils
## 0.8.5
### Patch Changes
- d18ae135: Updates all ethers versions in response to BN.js bug
## 0.8.4
### Patch Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.8.4",
"version": "0.8.5",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.31
### Patch Changes
- 553180e9: Fix race condition
- d18ae135: Updates all ethers versions in response to BN.js bug
- Updated dependencies [f16383f2]
- Updated dependencies [d18ae135]
- @eth-optimism/common-ts@0.2.8
- @eth-optimism/contracts@0.5.25
- @eth-optimism/core-utils@0.8.5
## 0.5.30
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.30",
"version": "0.5.31",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......@@ -36,9 +36,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/contracts": "0.5.24",
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/common-ts": "0.2.8",
"@eth-optimism/contracts": "0.5.25",
"@eth-optimism/core-utils": "0.8.5",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
"@sentry/node": "^6.3.1",
......
# @eth-optimism/fault-detector
## 0.1.1
### Patch Changes
- d18ae135: Updates all ethers versions in response to BN.js bug
- Updated dependencies [f16383f2]
- Updated dependencies [d18ae135]
- @eth-optimism/common-ts@0.2.8
- @eth-optimism/core-utils@0.8.5
- @eth-optimism/sdk@1.1.6
## 0.1.0
### Minor Changes
- 2177c8ef: Releases the first public version of the fault detector
### Patch Changes
- @eth-optimism/sdk@1.1.4
- @eth-optimism/sdk@1.1.4
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.1.0",
"version": "0.1.1",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
......@@ -40,9 +40,9 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.2.4",
"@eth-optimism/core-utils": "^0.8.1",
"@eth-optimism/sdk": "^1.1.4",
"@eth-optimism/common-ts": "^0.2.8",
"@eth-optimism/core-utils": "^0.8.5",
"@eth-optimism/sdk": "^1.1.6",
"@ethersproject/abstract-provider": "^5.6.1"
}
}
# @eth-optimism/integration-tests-bedrock
## 0.5.10
### Patch Changes
- ef7758a9: Bump integration test dependencies to latest for changesets
- d18ae135: Updates all ethers versions in response to BN.js bug
{
"private": true,
"name": "@eth-optimism/integration-tests-bedrock",
"version": "0.5.9",
"version": "0.5.10",
"description": "[Optimism] Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
......@@ -27,9 +27,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts": "0.5.24",
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.5",
"@eth-optimism/contracts": "0.5.25",
"@eth-optimism/core-utils": "0.8.5",
"@eth-optimism/sdk": "1.1.6",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
......
# @eth-optimism/message-relayer
## 0.4.11
### Patch Changes
- d18ae135: Updates all ethers versions in response to BN.js bug
- Updated dependencies [f16383f2]
- Updated dependencies [d18ae135]
- @eth-optimism/common-ts@0.2.8
- @eth-optimism/core-utils@0.8.5
- @eth-optimism/sdk@1.1.6
## 0.4.10
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.4.10",
"version": "0.4.11",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......@@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.5",
"@eth-optimism/common-ts": "0.2.8",
"@eth-optimism/core-utils": "0.8.5",
"@eth-optimism/sdk": "1.1.6",
"ethers": "^5.6.8"
},
"devDependencies": {
......
# @eth-optimism/replica-healthcheck
## 1.0.7
### Patch Changes
- d18ae135: Updates all ethers versions in response to BN.js bug
- Updated dependencies [f16383f2]
- Updated dependencies [d18ae135]
- @eth-optimism/common-ts@0.2.8
- @eth-optimism/core-utils@0.8.5
## 1.0.6
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.0.6",
"version": "1.0.7",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
......@@ -32,8 +32,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/common-ts": "0.2.8",
"@eth-optimism/core-utils": "0.8.5",
"@ethersproject/abstract-provider": "^5.6.1"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.1.6
### Patch Changes
- d18ae135: Updates all ethers versions in response to BN.js bug
- Updated dependencies [d18ae135]
- @eth-optimism/contracts@0.5.25
- @eth-optimism/core-utils@0.8.5
## 1.1.5
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.1.5",
"version": "1.1.6",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -65,8 +65,8 @@
"typescript": "^4.6.2"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.24",
"@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/contracts": "0.5.25",
"@eth-optimism/core-utils": "0.8.5",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
......
# @eth-optimism/proxyd
## 3.8.7
### Patch Changes
- 6f458607: Bump go-ethereum to 1.10.17
## 3.8.6
### Patch Changes
......
{
"name": "@eth-optimism/proxyd",
"version": "3.8.6",
"version": "3.8.7",
"private": true,
"dependencies": {}
}
# @eth-optimism/teleportr
## 0.0.7
### Patch Changes
- 6f458607: Bump go-ethereum to 1.10.17
- cd15c40a: Only do 5 disbursements at a time
## 0.0.6
### Patch Changes
......
{
"name": "@eth-optimism/teleportr",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"devDependencies": {}
}
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