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

Merge pull request #1339 from ethereum-optimism/develop

Develop -> Master Release PR
parents 73009b68 0f6f7e35
---
'@eth-optimism/l2geth': patch
---
Style fix to the ovm state manager precompile
---
'@eth-optimism/l2geth': patch
---
Small fixes to miner codepath
---
'@eth-optimism/l2geth': patch
---
Remove an unnecessary use of `reflect` in l2geth
---
'@eth-optimism/l2geth': patch
---
Remove layer of indirection in `callStateManager`
---
'@eth-optimism/l2geth': patch
---
Update the start script to work with the latest regenesis, `0.4.0`
---
'@eth-optimism/l2geth': patch
---
Return correct value in L2 Geth fee too high error message
---
'@eth-optimism/contracts': patch
---
Add hardhat task for whitelisting addresses
---
'@eth-optimism/contracts': patch
---
Add a hardhat task to withdraw ETH fees from L2 to L1
---
'@eth-optimism/l2geth': patch
---
Delete stateobjects in the miner as blocks are produced to prevent a build up of memory
---
'@eth-optimism/batch-submitter': patch
---
Fix tx resubmission estimateGas bug in batch submitter
---
'@eth-optimism/l2geth': patch
---
Remove diffdb
---
'@eth-optimism/l2geth': patch
---
Quick syntax fix in the sync service
---
'@eth-optimism/replica-healthcheck': minor
---
Add replica-healthcheck to monorepo
---
'@eth-optimism/l2geth': patch
---
Make the extradata deterministic for deterministic block hashes
# Changelog
## 0.4.8
### Patch Changes
- a8e37aac: Style fix to the ovm state manager precompile
- 616b7a28: Small fixes to miner codepath
- 7ee76c23: Remove an unnecessary use of `reflect` in l2geth
- 75d8dcd3: Remove layer of indirection in `callStateManager`
- f0a02385: Update the start script to work with the latest regenesis, `0.4.0`
- 75ec2869: Return correct value in L2 Geth fee too high error message
- 7acbab74: Delete stateobjects in the miner as blocks are produced to prevent a build up of memory
- 0975f738: Remove diffdb
- 8f9bb36f: Quick syntax fix in the sync service
- 11d46182: Make the extradata deterministic for deterministic block hashes
## 0.4.7
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.4.7",
"version": "0.4.8",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.3.9
### Patch Changes
- 3b132974: Fix tx resubmission estimateGas bug in batch submitter
- Updated dependencies [7f26667d]
- Updated dependencies [77511b68]
- @eth-optimism/contracts@0.4.7
## 0.3.8
### Patch Changes
......
{
"name": "@eth-optimism/batch-submitter",
"version": "0.3.8",
"version": "0.3.9",
"private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index",
......@@ -33,7 +33,7 @@
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.5",
"@eth-optimism/contracts": "^0.4.5",
"@eth-optimism/contracts": "^0.4.7",
"@eth-optimism/core-utils": "^0.5.1",
"@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.0.5",
......
# Changelog
## 0.4.7
### Patch Changes
- 7f26667d: Add hardhat task for whitelisting addresses
- 77511b68: Add a hardhat task to withdraw ETH fees from L2 to L1
## 0.4.6
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.4.6",
"version": "0.4.7",
"main": "dist/index",
"files": [
"dist/**/*.js",
......
# @eth-optimism/replica-healthcheck
## 0.2.0
### Minor Changes
- 4319e455: Add replica-healthcheck to monorepo
{
"name": "@eth-optimism/replica-healthcheck",
"version": "0.1.0",
"version": "0.2.0",
"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