Commit c3d39df8 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#961)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent f8804797
---
'@eth-optimism/core-utils': patch
---
Have watcher correctly handle failed L1 => L2 messages
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/l2geth': patch
---
Fix to ensure that L1 => L2 success status is reflected correctly in receipts
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/l2geth': patch
'@eth-optimism/core-utils': patch
---
End to end fee integration with recoverable L2 gas limit
---
'@eth-optimism/hardhat-ovm': patch
---
Allow for private key config option for signers
---
'@eth-optimism/contracts': patch
---
Remove colon names from filenames
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.0.6
### Patch Changes
- f091e86: Fix to ensure that L1 => L2 success status is reflected correctly in receipts
- f880479: End to end fee integration with recoverable L2 gas limit
## 0.0.5 ## 0.0.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.0.5", "version": "0.0.6",
"description": "[Optimism] Integration Tests", "description": "[Optimism] Integration Tests",
"private": true, "private": true,
"author": "Optimism PBC", "author": "Optimism PBC",
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
"clean": "rimraf cache artifacts artifacts-ovm cache-ovm" "clean": "rimraf cache artifacts artifacts-ovm cache-ovm"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "^0.3.3", "@eth-optimism/contracts": "^0.3.4",
"@eth-optimism/core-utils": "^0.4.2", "@eth-optimism/core-utils": "^0.4.4",
"@eth-optimism/hardhat-ovm": "^0.2.1", "@eth-optimism/hardhat-ovm": "^0.2.2",
"@ethersproject/providers": "^5.0.24", "@ethersproject/providers": "^5.0.24",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
......
# Changelog # Changelog
## 0.3.6
### Patch Changes
- f091e86: Fix to ensure that L1 => L2 success status is reflected correctly in receipts
- f880479: End to end fee integration with recoverable L2 gas limit
## 0.3.5 ## 0.3.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.3.5", "version": "0.3.6",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# Changelog # Changelog
## 0.3.4
### Patch Changes
- 7bf5941: Remove colon names from filenames
- Updated dependencies [f091e86]
- Updated dependencies [f880479]
- @eth-optimism/core-utils@0.4.4
## 0.3.3 ## 0.3.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.3.3", "version": "0.3.4",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"generate-markdown": "node scripts/generate-markdown.js" "generate-markdown": "node scripts/generate-markdown.js"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.4.3", "@eth-optimism/core-utils": "^0.4.4",
"@ethersproject/abstract-provider": "^5.0.8", "@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/abstract-signer": "^5.1.0", "@ethersproject/abstract-signer": "^5.1.0",
"@ethersproject/contracts": "^5.0.5", "@ethersproject/contracts": "^5.0.5",
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
}, },
"devDependencies": { "devDependencies": {
"@codechecks/client": "0.1.10-beta", "@codechecks/client": "0.1.10-beta",
"@eth-optimism/hardhat-ovm": "^0.2.1", "@eth-optimism/hardhat-ovm": "^0.2.2",
"@eth-optimism/smock": "^1.1.3", "@eth-optimism/smock": "^1.1.3",
"@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/core-utils # @eth-optimism/core-utils
## 0.4.4
### Patch Changes
- f091e86: Have watcher correctly handle failed L1 => L2 messages
- f880479: End to end fee integration with recoverable L2 gas limit
## 0.4.3 ## 0.4.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.4.3", "version": "0.4.4",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/*" "dist/*"
......
# @eth-optimism/hardhat-ovm # @eth-optimism/hardhat-ovm
## 0.2.2
### Patch Changes
- 43c1fae: Allow for private key config option for signers
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/hardhat-ovm", "name": "@eth-optimism/hardhat-ovm",
"version": "0.2.1", "version": "0.2.2",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "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