Commit 3aa1cad0 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

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

Version Packages
parents 4425e9f5 9298e2ca
---
'@eth-optimism/l2geth': patch
---
Reduce the geth diff
---
'@eth-optimism/l2geth': patch
---
Allow transactions via RPC to `address(0)`
---
'@eth-optimism/l2geth': patch
---
Removes `id` field from EVM and no longer logs the EVM execution id
---
'@eth-optimism/message-relayer': patch
---
Use latest contracts package for browser compatibility support
---
'@eth-optimism/replica-healthcheck': patch
---
Bug fix from leftover error during testing
---
'@eth-optimism/l2geth': patch
---
Style fix in the `RollupClient`
---
'@eth-optimism/l2geth': patch
---
Remove dead code in `blockchain.go` and `miner/worker.go`
---
'@eth-optimism/contracts': patch
---
Makes the contracts package browser compatible.
# Changelog # Changelog
## 0.4.9
### Patch Changes
- 3c420ec3: Reduce the geth diff
- 9d1ff999: Allow transactions via RPC to `address(0)`
- 101b942c: Removes `id` field from EVM and no longer logs the EVM execution id
- 4cf68ade: Style fix in the `RollupClient`
- 6dbb9293: Remove dead code in `blockchain.go` and `miner/worker.go`
## 0.4.8 ## 0.4.8
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.4.8", "version": "0.4.9",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# Changelog # Changelog
## 0.4.8
### Patch Changes
- e4fea5e0: Makes the contracts package browser compatible.
## 0.4.7 ## 0.4.7
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.4.7", "version": "0.4.8",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.1.9
### Patch Changes
- e4fea5e0: Use latest contracts package for browser compatibility support
- Updated dependencies [e4fea5e0]
- @eth-optimism/contracts@0.4.8
## 0.1.8 ## 0.1.8
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.1.8", "version": "0.1.9",
"description": "[Optimism] Cross Domain Message Relayer service", "description": "[Optimism] Cross Domain Message Relayer service",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.1.5", "@eth-optimism/common-ts": "^0.1.5",
"@eth-optimism/contracts": "^0.4.5", "@eth-optimism/contracts": "^0.4.8",
"@eth-optimism/core-utils": "^0.5.1", "@eth-optimism/core-utils": "^0.5.1",
"@sentry/node": "6.2.5", "@sentry/node": "6.2.5",
"bcfg": "^0.1.6", "bcfg": "^0.1.6",
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 0.2.1
### Patch Changes
- 91c6287e: Bug fix from leftover error during testing
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes
- 4319e455: Add replica-healthcheck to monorepo - 4319e455: Add replica-healthcheck to monorepo
{ {
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "0.2.0", "version": "0.2.1",
"private": true, "private": true,
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
......
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