Commit 9298e2ca authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent 0a99aaac
---
'@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
## 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
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.4.8",
"version": "0.4.9",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.4.8
### Patch Changes
- e4fea5e0: Makes the contracts package browser compatible.
## 0.4.7
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.4.7",
"version": "0.4.8",
"main": "dist/index",
"files": [
"dist/**/*.js",
......
# @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
### Patch Changes
......
{
"name": "@eth-optimism/message-relayer",
"version": "0.1.8",
"version": "0.1.9",
"description": "[Optimism] Cross Domain Message Relayer service",
"main": "dist/index",
"types": "dist/index",
......@@ -34,7 +34,7 @@
},
"dependencies": {
"@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",
"@sentry/node": "6.2.5",
"bcfg": "^0.1.6",
......
# @eth-optimism/replica-healthcheck
## 0.2.1
### Patch Changes
- 91c6287e: Bug fix from leftover error during testing
## 0.2.0
### Minor Changes
- 4319e455: Add replica-healthcheck to monorepo
{
"name": "@eth-optimism/replica-healthcheck",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"main": "dist/index",
"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