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

Version Packages (#955)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: default avatarLiam Horne <liam@lihorne.com>
parent f091e867
---
'@eth-optimism/data-transport-layer': patch
---
Add Sentry and Metrics switches and environment tag to DTL
---
'@eth-optimism/l2geth': patch
---
Fixed a bug where reverts without data would not be correctly propagated for eth_call
---
'@eth-optimism/l2geth': patch
---
Adds the `debug_ingestTransactions` endpoint that takes a list of RPC transactions and applies each of them to the state sequentially. This is useful for testing purposes
---
'@eth-optimism/l2geth': patch
---
Fix gas estimation logic for simple ETH transfers
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/l2geth': patch
---
Adds a test for contract deployments that run out of gas
---
'@eth-optimism/contracts': patch
---
Separates logic for getting state dumps and making state dumps so we can bundle for browser
---
'@eth-optimism/message-relayer': patch
---
Fix to avoid getting OOM killed when the relayer runs for a long period of time
---
'@eth-optimism/l2geth': patch
---
add an env var METRICS_ENABLE for MetricsEnabledFlag
---
'@eth-optimism/hardhat-ovm': patch
---
Instantiate the harhat ethers provider using the Hardhat network config if no provider URL is set, and set the provider at the end, so that the overridden `getSigner` method is used.
# @eth-optimism/integration-tests
## 0.0.5
### Patch Changes
- 467d6cb: Adds a test for contract deployments that run out of gas
## 0.0.4
### Patch Changes
......
{
"name": "@eth-optimism/integration-tests",
"version": "0.0.4",
"version": "0.0.5",
"description": "[Optimism] Integration Tests",
"private": true,
"author": "Optimism PBC",
......@@ -16,9 +16,9 @@
"clean": "rimraf cache artifacts artifacts-ovm cache-ovm"
},
"devDependencies": {
"@eth-optimism/contracts": "^0.3.0",
"@eth-optimism/contracts": "^0.3.3",
"@eth-optimism/core-utils": "^0.4.2",
"@eth-optimism/hardhat-ovm": "^0.2.0",
"@eth-optimism/hardhat-ovm": "^0.2.1",
"@ethersproject/providers": "^5.0.24",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
......
# Changelog
## 0.3.5
### Patch Changes
- d4c9793: Fixed a bug where reverts without data would not be correctly propagated for eth_call
- 3958644: Adds the `debug_ingestTransactions` endpoint that takes a list of RPC transactions and applies each of them to the state sequentially. This is useful for testing purposes
- c880043: Fix gas estimation logic for simple ETH transfers
- 467d6cb: Adds a test for contract deployments that run out of gas
- 4e6c3f9: add an env var METRICS_ENABLE for MetricsEnabledFlag
## 0.3.4
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.3.3
### Patch Changes
- 5e5d4a1: Separates logic for getting state dumps and making state dumps so we can bundle for browser
## 0.3.2
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.3.2",
"version": "0.3.3",
"main": "dist/index",
"files": [
"dist/**/*.js",
......@@ -55,7 +55,7 @@
},
"devDependencies": {
"@codechecks/client": "0.1.10-beta",
"@eth-optimism/hardhat-ovm": "^0.2.0",
"@eth-optimism/hardhat-ovm": "^0.2.1",
"@eth-optimism/smock": "^1.1.3",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
......
# data transport layer
## 0.3.3
### Patch Changes
- e4c3b4b: Add Sentry and Metrics switches and environment tag to DTL
- Updated dependencies [5e5d4a1]
- @eth-optimism/contracts@0.3.3
## 0.3.2
### Patch Changes
......
{
"name": "@eth-optimism/data-transport-layer",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"main": "dist/index",
"files": [
......@@ -22,7 +22,7 @@
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/contracts": "^0.3.2",
"@eth-optimism/contracts": "^0.3.3",
"@eth-optimism/core-utils": "^0.4.3",
"@ethersproject/providers": "^5.0.21",
"@ethersproject/transactions": "^5.0.21",
......
# @eth-optimism/hardhat-ovm
## 0.2.1
### Patch Changes
- ef2fba1: Instantiate the harhat ethers provider using the Hardhat network config if no provider URL is set, and set the provider at the end, so that the overridden `getSigner` method is used.
## 0.2.0
### Minor Changes
......
{
"name": "@eth-optimism/hardhat-ovm",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index",
"types": "dist/index",
"files": [
......
# @eth-optimism/message-relayer
## 0.1.3
### Patch Changes
- e3b138b: Fix to avoid getting OOM killed when the relayer runs for a long period of time
- Updated dependencies [5e5d4a1]
- @eth-optimism/contracts@0.3.3
## 0.1.2
### Patch Changes
......
{
"name": "@eth-optimism/message-relayer",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "[Optimism] Cross Domain Message Relayer service",
"main": "dist/index",
......@@ -31,7 +31,7 @@
"dependencies": {
"@eth-optimism/common-ts": "^0.1.2",
"bcfg": "^0.1.6",
"@eth-optimism/contracts": "^0.3.1",
"@eth-optimism/contracts": "^0.3.3",
"@eth-optimism/core-utils": "^0.4.3",
"dotenv": "^8.2.0",
"ethers": "^5.1.0",
......
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