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

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

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