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

Version Packages

parent 95868965
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/l2geth': patch
'@eth-optimism/contracts': patch
---
Add support for system addresses
---
'@eth-optimism/replica-healthcheck': patch
---
Fix bug in replica healthcheck dockerfile
---
'@eth-optimism/contracts': patch
---
Add a fetch batches hardhat task
---
'@eth-optimism/integration-tests': patch
---
Add test coverage for zlib compressed batches
---
'@eth-optimism/data-transport-layer': patch
---
Enable typed batch support
---
'@eth-optimism/contracts': patch
---
Removes outdated functions and constants from the contracts package
---
'@eth-optimism/contracts': patch
---
Remove yargs as a contracts dependency (unused)
---
'@eth-optimism/sdk': patch
---
Add a function for waiting for a particular message status
---
'@eth-optimism/batch-submitter-service': patch
---
Move L2 dial logic out of bss-core to avoid l2geth dependency
---
'@eth-optimism/integration-tests': patch
---
Replaces contract references in integration tests with SDK CrossChainMessenger objects.
---
'@eth-optimism/core-utils': patch
---
Add toJSON methods to the batch primitives
---
'@eth-optimism/batch-submitter-service': patch
---
Enable the usage of typed batches and type 0 zlib compressed batches
---
'@eth-optimism/core-utils': patch
---
Update batch serialization with typed batches and zlib compression
# @eth-optimism/batch-submitter-service
## 0.1.6
### Patch Changes
- 6af67df5: Move L2 dial logic out of bss-core to avoid l2geth dependency
- fe680568: Enable the usage of typed batches and type 0 zlib compressed batches
## 0.1.5
### Patch Changes
......
{
"name": "@eth-optimism/batch-submitter-service",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"devDependencies": {}
}
# @eth-optimism/integration-tests
## 0.5.6
### Patch Changes
- 962f36e4: Add support for system addresses
- d6e309be: Add test coverage for zlib compressed batches
- 386df4dc: Replaces contract references in integration tests with SDK CrossChainMessenger objects.
## 0.5.5
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.5",
"version": "0.5.6",
"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.15",
"@eth-optimism/core-utils": "0.8.0",
"@eth-optimism/sdk": "0.2.4",
"@eth-optimism/contracts": "0.5.16",
"@eth-optimism/core-utils": "0.8.1",
"@eth-optimism/sdk": "0.2.5",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0",
......
# Changelog
## 0.5.14
### Patch Changes
- 962f36e4: Add support for system addresses
## 0.5.13
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.5.13",
"version": "0.5.14",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.5.16
### Patch Changes
- 962f36e4: Add support for system addresses
- f2179e37: Add a fetch batches hardhat task
- b6a4fa4b: Removes outdated functions and constants from the contracts package
- b7c0a5ca: Remove yargs as a contracts dependency (unused)
- Updated dependencies [5a6f539c]
- Updated dependencies [27d8942e]
- @eth-optimism/core-utils@0.8.1
## 0.5.15
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.15",
"version": "0.5.16",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -58,7 +58,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.8.0",
"@eth-optimism/core-utils": "0.8.1",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/hardware-wallets": "^5.5.0"
......
# @eth-optimism/core-utils
## 0.8.1
### Patch Changes
- 5a6f539c: Add toJSON methods to the batch primitives
- 27d8942e: Update batch serialization with typed batches and zlib compression
## 0.8.0
### Minor Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.8.0",
"version": "0.8.1",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.20
### Patch Changes
- 3873b696: Enable typed batch support
- Updated dependencies [962f36e4]
- Updated dependencies [f2179e37]
- Updated dependencies [b6a4fa4b]
- Updated dependencies [b7c0a5ca]
- Updated dependencies [5a6f539c]
- Updated dependencies [27d8942e]
- @eth-optimism/contracts@0.5.16
- @eth-optimism/core-utils@0.8.1
## 0.5.19
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.19",
"version": "0.5.20",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......@@ -37,8 +37,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.15",
"@eth-optimism/core-utils": "0.8.0",
"@eth-optimism/contracts": "0.5.16",
"@eth-optimism/core-utils": "0.8.1",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0",
"@sentry/node": "^6.3.1",
......
# @eth-optimism/message-relayer
## 0.3.1
### Patch Changes
- Updated dependencies [b66e3131]
- Updated dependencies [5a6f539c]
- Updated dependencies [27d8942e]
- @eth-optimism/sdk@0.2.5
- @eth-optimism/core-utils@0.8.1
## 0.3.0
### Minor Changes
......
{
"name": "@eth-optimism/message-relayer",
"version": "0.3.0",
"version": "0.3.1",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......@@ -30,8 +30,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/core-utils": "0.8.0",
"@eth-optimism/sdk": "^0.2.3",
"@eth-optimism/core-utils": "0.8.1",
"@eth-optimism/sdk": "^0.2.5",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.6",
"dotenv": "^10.0.0",
......
# @eth-optimism/replica-healthcheck
## 0.3.10
### Patch Changes
- dad644b4: Fix bug in replica healthcheck dockerfile
- Updated dependencies [b66e3131]
- Updated dependencies [5a6f539c]
- Updated dependencies [27d8942e]
- @eth-optimism/sdk@0.2.5
- @eth-optimism/core-utils@0.8.1
## 0.3.9
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "0.3.9",
"version": "0.3.10",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
......@@ -33,8 +33,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/core-utils": "0.8.0",
"@eth-optimism/sdk": "^0.2.4",
"@eth-optimism/core-utils": "0.8.1",
"@eth-optimism/sdk": "^0.2.5",
"dotenv": "^10.0.0",
"ethers": "^5.5.4",
"express": "^4.17.1",
......
# @eth-optimism/sdk
## 0.2.5
### Patch Changes
- b66e3131: Add a function for waiting for a particular message status
- Updated dependencies [962f36e4]
- Updated dependencies [f2179e37]
- Updated dependencies [b6a4fa4b]
- Updated dependencies [b7c0a5ca]
- Updated dependencies [5a6f539c]
- Updated dependencies [27d8942e]
- @eth-optimism/contracts@0.5.16
- @eth-optimism/core-utils@0.8.1
## 0.2.4
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "0.2.4",
"version": "0.2.5",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -63,8 +63,8 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.15",
"@eth-optimism/core-utils": "0.8.0",
"@eth-optimism/contracts": "0.5.16",
"@eth-optimism/core-utils": "0.8.1",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"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