Commit 05ace3ae authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #1295 from ethereum-optimism/develop

Develop -> Master Release PR
parents ecb5049a ad94fe20
---
'@eth-optimism/smock': patch
---
Adds naive support for packed storage slots
---
'@eth-optimism/l2geth': patch
---
revert rpcGasCap logic to upstream geth behavior
---
'@eth-optimism/contracts': patch
---
Make it possible to override mint & burn methods in L2StandardERC20
---
'@eth-optimism/contracts': patch
---
Add a task for setting the gas price oracle
# Changelog
## 0.4.7
### Patch Changes
- bb7b916e: revert rpcGasCap logic to upstream geth behavior
## 0.4.6
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.4.6",
"version": "0.4.7",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.4.6
### Patch Changes
- 8feac092: Make it possible to override mint & burn methods in L2StandardERC20
- 4736eb2e: Add a task for setting the gas price oracle
## 0.4.5
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.4.5",
"version": "0.4.6",
"main": "dist/index",
"files": [
"dist/**/*.js",
......@@ -59,7 +59,7 @@
"devDependencies": {
"@codechecks/client": "0.1.10-beta",
"@eth-optimism/hardhat-ovm": "^0.2.2",
"@eth-optimism/smock": "^1.1.9",
"@eth-optimism/smock": "^1.1.10",
"@ethersproject/transactions": "^5.0.31",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
......
# @eth-optimism/smock
## 1.1.10
### Patch Changes
- 269b0788: Adds naive support for packed storage slots
## 1.1.9
### Patch Changes
......
......@@ -3,7 +3,7 @@
"files": [
"dist/src/*"
],
"version": "1.1.9",
"version": "1.1.10",
"main": "dist/src/index",
"types": "dist/src/index",
"author": "Optimism PBC",
......
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