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

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

Version Packages
parents c7bc85de d337713c
---
'@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 # Changelog
## 0.4.7
### Patch Changes
- bb7b916e: revert rpcGasCap logic to upstream geth behavior
## 0.4.6 ## 0.4.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.4.6", "version": "0.4.7",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# Changelog # 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 ## 0.4.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.4.5", "version": "0.4.6",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"devDependencies": { "devDependencies": {
"@codechecks/client": "0.1.10-beta", "@codechecks/client": "0.1.10-beta",
"@eth-optimism/hardhat-ovm": "^0.2.2", "@eth-optimism/hardhat-ovm": "^0.2.2",
"@eth-optimism/smock": "^1.1.9", "@eth-optimism/smock": "^1.1.10",
"@ethersproject/transactions": "^5.0.31", "@ethersproject/transactions": "^5.0.31",
"@nomiclabs/hardhat-ethers": "^2.0.1", "@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
......
# @eth-optimism/smock # @eth-optimism/smock
## 1.1.10
### Patch Changes
- 269b0788: Adds naive support for packed storage slots
## 1.1.9 ## 1.1.9
### Patch Changes ### Patch Changes
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"files": [ "files": [
"dist/src/*" "dist/src/*"
], ],
"version": "1.1.9", "version": "1.1.10",
"main": "dist/src/index", "main": "dist/src/index",
"types": "dist/src/index", "types": "dist/src/index",
"author": "Optimism PBC", "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