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

Version Packages

parent e03e44df
---
'@eth-optimism/l2geth': patch
---
Style fix in the sync service
---
'@eth-optimism/batch-submitter-service': patch
'@eth-optimism/gas-oracle': patch
'@eth-optimism/indexer': patch
'@eth-optimism/l2geth-exporter': patch
'@eth-optimism/op-exporter': patch
'@eth-optimism/proxyd': patch
'@eth-optimism/teleportr': patch
'@eth-optimism/l2geth': patch
---
Update docker image to use golang 1.18.0
---
'@eth-optimism/contracts': patch
---
Deleted update and helper functions/tests from Lib_MerkleTrie.sol and Lib_SecureMerkleTrie.sol
---
'@eth-optimism/l2geth': patch
---
Skip account cmd tests
---
'@eth-optimism/l2geth': patch
---
Skip unused tests in l2geth
---
'@eth-optimism/go-builder': patch
'@eth-optimism/js-builder': patch
---
Add to changesets
---
'@eth-optimism/batch-submitter-service': patch
'@eth-optimism/l2geth': patch
---
l2geth: Revert transaction pubsub feature
---
'@eth-optimism/common-ts': patch
'@eth-optimism/contracts': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/replica-healthcheck': patch
'@eth-optimism/sdk': patch
---
Update to typescript@4.6.2
# @eth-optimism/batch-submitter-service # @eth-optimism/batch-submitter-service
## 0.1.9
### Patch Changes
- 160f4c3d: Update docker image to use golang 1.18.0
- 0c4d4e08: l2geth: Revert transaction pubsub feature
## 0.1.8 ## 0.1.8
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/batch-submitter-service", "name": "@eth-optimism/batch-submitter-service",
"version": "0.1.8", "version": "0.1.9",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/gas-oracle # @eth-optimism/gas-oracle
## 0.1.11
### Patch Changes
- 160f4c3d: Update docker image to use golang 1.18.0
## 0.1.10 ## 0.1.10
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/gas-oracle", "name": "@eth-optimism/gas-oracle",
"version": "0.1.10", "version": "0.1.11",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/indexer # @eth-optimism/indexer
## 0.0.3
### Patch Changes
- 160f4c3d: Update docker image to use golang 1.18.0
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes
- 0e40dcb6: Indexer: initial release - 0e40dcb6: Indexer: initial release
......
{ {
"name": "@eth-optimism/indexer", "name": "@eth-optimism/indexer",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"license": "MIT" "license": "MIT"
} }
# @eth-optimism/l2geth-exporter # @eth-optimism/l2geth-exporter
## 0.0.4
### Patch Changes
- 160f4c3d: Update docker image to use golang 1.18.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth-exporter", "name": "@eth-optimism/l2geth-exporter",
"version": "0.0.3", "version": "0.0.4",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/op-exporter # @eth-optimism/op-exporter
## 0.5.4
### Patch Changes
- 160f4c3d: Update docker image to use golang 1.18.0
## 0.5.3 ## 0.5.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/op-exporter", "name": "@eth-optimism/op-exporter",
"version": "0.5.3", "version": "0.5.4",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.8.3
### Patch Changes
- 160f4c3d: Update docker image to use golang 1.18.0
## 3.8.2 ## 3.8.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/proxyd", "name": "@eth-optimism/proxyd",
"version": "3.8.2", "version": "3.8.3",
"private": true, "private": true,
"dependencies": {} "dependencies": {}
} }
# @eth-optimism/teleportr # @eth-optimism/teleportr
## 0.0.3
### Patch Changes
- 160f4c3d: Update docker image to use golang 1.18.0
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/teleportr", "name": "@eth-optimism/teleportr",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "0.5.19", "@eth-optimism/contracts": "0.5.20",
"@eth-optimism/core-utils": "0.8.2", "@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/sdk": "1.0.3", "@eth-optimism/sdk": "1.0.4",
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.5.3", "@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0", "@ethersproject/transactions": "^5.5.0",
......
# Changelog # Changelog
## 0.5.17
### Patch Changes
- 13524da4: Style fix in the sync service
- 160f4c3d: Update docker image to use golang 1.18.0
- 1a28ba5f: Skip account cmd tests
- 45582fcc: Skip unused tests in l2geth
- 0c4d4e08: l2geth: Revert transaction pubsub feature
## 0.5.16 ## 0.5.16
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.5.16", "version": "0.5.17",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/go-builder
## 0.0.1
### Patch Changes
- 24bf252e: Add to changesets
{ {
"name": "@eth-optimism/go-builder", "name": "@eth-optimism/go-builder",
"version": "0.0.0", "version": "0.0.1",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/js-builder
## 0.0.1
### Patch Changes
- 24bf252e: Add to changesets
{ {
"name": "@eth-optimism/js-builder", "name": "@eth-optimism/js-builder",
"version": "0.0.0", "version": "0.0.1",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/common-ts # @eth-optimism/common-ts
## 0.2.6
### Patch Changes
- b57014d1: Update to typescript@4.6.2
- Updated dependencies [b57014d1]
- @eth-optimism/core-utils@0.8.3
## 0.2.5 ## 0.2.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.2.5", "version": "0.2.6",
"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",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "0.8.2", "@eth-optimism/core-utils": "0.8.3",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
"bcfg": "^0.1.7", "bcfg": "^0.1.7",
"commander": "^9.0.0", "commander": "^9.0.0",
......
# Changelog # Changelog
## 0.5.20
### Patch Changes
- d040a8d9: Deleted update and helper functions/tests from Lib_MerkleTrie.sol and Lib_SecureMerkleTrie.sol
- b57014d1: Update to typescript@4.6.2
- Updated dependencies [b57014d1]
- @eth-optimism/core-utils@0.8.3
## 0.5.19 ## 0.5.19
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.19", "version": "0.5.20",
"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.8.2", "@eth-optimism/core-utils": "0.8.3",
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/abstract-signer": "^5.5.0", "@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/hardware-wallets": "^5.5.0" "@ethersproject/hardware-wallets": "^5.5.0"
......
# @eth-optimism/core-utils # @eth-optimism/core-utils
## 0.8.3
### Patch Changes
- b57014d1: Update to typescript@4.6.2
## 0.8.2 ## 0.8.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.8.2", "version": "0.8.3",
"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.25
### Patch Changes
- b57014d1: Update to typescript@4.6.2
- Updated dependencies [d040a8d9]
- Updated dependencies [b57014d1]
- @eth-optimism/contracts@0.5.20
- @eth-optimism/common-ts@0.2.6
- @eth-optimism/core-utils@0.8.3
## 0.5.24 ## 0.5.24
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.24", "version": "0.5.25",
"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.2.5", "@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/contracts": "0.5.19", "@eth-optimism/contracts": "0.5.20",
"@eth-optimism/core-utils": "0.8.2", "@eth-optimism/core-utils": "0.8.3",
"@ethersproject/providers": "^5.5.3", "@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0", "@ethersproject/transactions": "^5.5.0",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.4
### Patch Changes
- b57014d1: Update to typescript@4.6.2
- Updated dependencies [b57014d1]
- @eth-optimism/common-ts@0.2.6
- @eth-optimism/core-utils@0.8.3
- @eth-optimism/sdk@1.0.4
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.3", "version": "0.4.4",
"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.2.5", "@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/core-utils": "0.8.2", "@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/sdk": "1.0.3", "@eth-optimism/sdk": "1.0.4",
"ethers": "^5.5.4" "ethers": "^5.5.4"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.0.4
### Patch Changes
- b57014d1: Update to typescript@4.6.2
- Updated dependencies [b57014d1]
- @eth-optimism/common-ts@0.2.6
- @eth-optimism/core-utils@0.8.3
## 1.0.3 ## 1.0.3
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.0.3", "version": "1.0.4",
"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.2.5", "@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/core-utils": "0.8.2", "@eth-optimism/core-utils": "0.8.3",
"@ethersproject/abstract-provider": "^5.5.1" "@ethersproject/abstract-provider": "^5.5.1"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.0.4
### Patch Changes
- b57014d1: Update to typescript@4.6.2
- Updated dependencies [d040a8d9]
- Updated dependencies [b57014d1]
- @eth-optimism/contracts@0.5.20
- @eth-optimism/core-utils@0.8.3
## 1.0.3 ## 1.0.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.0.3", "version": "1.0.4",
"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",
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
"typescript": "^4.6.2" "typescript": "^4.6.2"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.19", "@eth-optimism/contracts": "0.5.20",
"@eth-optimism/core-utils": "0.8.2", "@eth-optimism/core-utils": "0.8.3",
"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