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

Version Packages

parent 4e4c925d
---
'@eth-optimism/gas-oracle': patch
---
Update the flag parsing of the average block gas limit
---
'@eth-optimism/data-transport-layer': patch
---
Cleanly catch sigterm, sigint and sigkill
---
'@eth-optimism/proxyd': minor
---
Adds ability to specify env vars in config
---
'@eth-optimism/integration-tests': minor
---
Add actor tests
# @eth-optimism/gas-oracle # @eth-optimism/gas-oracle
## 0.1.5
### Patch Changes
- 40b6c5bd: Update the flag parsing of the average block gas limit
## 0.1.4 ## 0.1.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/gas-oracle", "name": "@eth-optimism/gas-oracle",
"version": "0.1.4", "version": "0.1.5",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.2.0
### Minor Changes
- 73484138: Adds ability to specify env vars in config
## 3.1.2 ## 3.1.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/proxyd", "name": "@eth-optimism/proxyd",
"version": "3.1.2", "version": "3.2.0",
"private": true, "private": true,
"dependencies": {} "dependencies": {}
} }
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.4.0
### Minor Changes
- 3ce64804: Add actor tests
## 0.3.3 ## 0.3.3
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.3.3", "version": "0.4.0",
"description": "[Optimism] Integration tests", "description": "[Optimism] Integration tests",
"scripts": { "scripts": {
"lint": "yarn lint:fix && yarn lint:check", "lint": "yarn lint:fix && yarn lint:check",
......
# data transport layer # data transport layer
## 0.5.8
### Patch Changes
- f13fdaf4: Cleanly catch sigterm, sigint and sigkill
## 0.5.7 ## 0.5.7
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.7", "version": "0.5.8",
"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",
......
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