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

Version Packages (#681)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent a0a00525
---
'@eth-optimism/data-transport-layer': patch
---
Update the config parsing so that it gives a better error message
---
"@eth-optimism/data-transport-layer": patch
---
Parse and index the value field in the data transport layer
---
"@eth-optimism/l2geth": patch
---
Add value parsing to the rollup client
---
'@eth-optimism/data-transport-layer': patch
---
Better error logging in the DTL
---
'@eth-optimism/hardhat-ovm': patch
---
default to 0 gasPrice if none provided in the network config
---
'@eth-optimism/data-transport-layer': patch
---
add metrics to measure http endpoint latency
---
'@eth-optimism/l2geth': patch
---
Protect a possible `nil` reference in `eth_call` when the blockchain is empty
---
'@eth-optimism/batch-submitter': patch
---
add key metrics to batch submitter
---
'@eth-optimism/l2geth': patch
---
Update the start script to be more configurable
---
'@eth-optimism/hardhat-ovm': patch
---
Ensure hardhat does not fail if no input sources provided
---
"@eth-optimism/hardhat-ovm": patch
---
fix(hh-ovm): Working compilation for M1 macs
---
'@eth-optimism/common-ts': minor
'@eth-optimism/core-utils': minor
'@eth-optimism/batch-submitter': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
---
move metrics, logger, and base-service to new common-ts package
---
'@eth-optimism/batch-submitter': patch
---
Add skipped deposit auto heal
---
'@eth-optimism/contracts': patch
---
Removed verifyExclusionProof function from MerkleTrie library.
---
"@eth-optimism/core-utils": patch
---
Update toRpcHexString to accept ethers.BigNumber and add tests
---
'@eth-optimism/data-transport-layer': patch
---
Prevent access of null value in L1 transaction deserialization
---
"@eth-optimism/contracts": patch
---
Add pause(), blockMessage() and allowMessage() to L1 messenger
---
'@eth-optimism/l2geth': patch
---
Update `scripts/start.sh` to regenesis v0.2.0
...@@ -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.2.8", "@eth-optimism/contracts": "^0.2.9",
"@eth-optimism/core-utils": "^0.3.2", "@eth-optimism/core-utils": "^0.4.0",
"@eth-optimism/hardhat-ovm": "^0.1.0", "@eth-optimism/hardhat-ovm": "^0.1.1",
"@ethersproject/providers": "^5.0.24", "@ethersproject/providers": "^5.0.24",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"chai": "^4.3.3", "chai": "^4.3.3",
......
# Changelog # Changelog
## 0.2.6
### Patch Changes
- a0a0052: Add value parsing to the rollup client
- 20df745: Protect a possible `nil` reference in `eth_call` when the blockchain is empty
- 9f1529c: Update the start script to be more configurable
- 925675d: Update `scripts/start.sh` to regenesis v0.2.0
## 0.2.5 ## 0.2.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.2.5", "version": "0.2.6",
"private": true "private": true
} }
# Changelog # Changelog
## 0.2.4
### Patch Changes
- 12dbd81: add key metrics to batch submitter
- 28dc442: move metrics, logger, and base-service to new common-ts package
- 79df44e: Add skipped deposit auto heal
- Updated dependencies [28dc442]
- Updated dependencies [d2091d4]
- Updated dependencies [a0a0052]
- Updated dependencies [0ef3069]
- @eth-optimism/common-ts@0.1.0
- @eth-optimism/core-utils@0.4.0
- @eth-optimism/contracts@0.2.9
## 0.2.3 ## 0.2.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/batch-submitter", "name": "@eth-optimism/batch-submitter",
"version": "0.2.3", "version": "0.2.4",
"private": true, "private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators", "description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index", "main": "dist/index",
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism-monorepo.git" "url": "https://github.com/ethereum-optimism/optimism-monorepo.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.0.1", "@eth-optimism/common-ts": "^0.1.0",
"@eth-optimism/contracts": "^0.2.8", "@eth-optimism/contracts": "^0.2.9",
"@eth-optimism/core-utils": "^0.3.2", "@eth-optimism/core-utils": "^0.4.0",
"@eth-optimism/ynatm": "^0.2.2", "@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.0.5", "@ethersproject/abstract-provider": "^5.0.5",
"@ethersproject/providers": "^5.0.14", "@ethersproject/providers": "^5.0.14",
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"prom-client": "^13.1.0" "prom-client": "^13.1.0"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/smock": "^1.1.1", "@eth-optimism/smock": "^1.1.2",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.1.7", "@types/chai": "^4.1.7",
......
# @eth-optimism/common-ts
## 0.1.0
### Minor Changes
- 28dc442: move metrics, logger, and base-service to new common-ts package
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.0.1", "version": "0.1.0",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/*" "dist/*"
......
# Changelog # Changelog
## 0.2.9
### Patch Changes
- d2091d4: Removed verifyExclusionProof function from MerkleTrie library.
- 0ef3069: Add pause(), blockMessage() and allowMessage() to L1 messenger
- Updated dependencies [28dc442]
- Updated dependencies [a0a0052]
- @eth-optimism/core-utils@0.4.0
## 0.2.8 ## 0.2.8
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.2.8", "version": "0.2.9",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"generate-markdown": "node scripts/generate-markdown.js" "generate-markdown": "node scripts/generate-markdown.js"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.3.2", "@eth-optimism/core-utils": "^0.4.0",
"@eth-optimism/solc": "^0.6.12-alpha.1", "@eth-optimism/solc": "^0.6.12-alpha.1",
"@ethersproject/abstract-provider": "^5.0.8", "@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/contracts": "^5.0.5", "@ethersproject/contracts": "^5.0.5",
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
}, },
"devDependencies": { "devDependencies": {
"@codechecks/client": "^0.1.10", "@codechecks/client": "^0.1.10",
"@eth-optimism/hardhat-ovm": "^0.1.0", "@eth-optimism/hardhat-ovm": "^0.1.1",
"@eth-optimism/smock": "^1.1.1", "@eth-optimism/smock": "^1.1.2",
"@nomiclabs/hardhat-ethers": "^2.0.1", "@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "1.0.0", "@typechain/ethers-v5": "1.0.0",
......
# @eth-optimism/core-utils # @eth-optimism/core-utils
## 0.4.0
### Minor Changes
- 28dc442: move metrics, logger, and base-service to new common-ts package
### Patch Changes
- a0a0052: Update toRpcHexString to accept ethers.BigNumber and add tests
## 0.3.2 ## 0.3.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.3.2", "version": "0.4.0",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/*" "dist/*"
......
# data transport layer # data transport layer
## 0.2.4
### Patch Changes
- 47e40a2: Update the config parsing so that it gives a better error message
- a0a0052: Parse and index the value field in the data transport layer
- 34ab776: Better error logging in the DTL
- e6350e2: add metrics to measure http endpoint latency
- 28dc442: move metrics, logger, and base-service to new common-ts package
- a0a0052: Prevent access of null value in L1 transaction deserialization
- Updated dependencies [28dc442]
- Updated dependencies [d2091d4]
- Updated dependencies [a0a0052]
- Updated dependencies [0ef3069]
- @eth-optimism/common-ts@0.1.0
- @eth-optimism/core-utils@0.4.0
- @eth-optimism/contracts@0.2.9
## 0.2.3 ## 0.2.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.2.3", "version": "0.2.4",
"private": true, "private": true,
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
"build": "tsc -p tsconfig.build.json" "build": "tsc -p tsconfig.build.json"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.0.1", "@eth-optimism/common-ts": "^0.1.0",
"@eth-optimism/contracts": "^0.2.8", "@eth-optimism/contracts": "^0.2.9",
"@eth-optimism/core-utils": "^0.3.2", "@eth-optimism/core-utils": "^0.4.0",
"@ethersproject/providers": "^5.0.21", "@ethersproject/providers": "^5.0.21",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
"@sentry/tracing": "^6.3.1", "@sentry/tracing": "^6.3.1",
......
# @eth-optimism/hardhat-ovm # @eth-optimism/hardhat-ovm
## 0.1.1
### Patch Changes
- d32d915: default to 0 gasPrice if none provided in the network config
- cc4b096: Ensure hardhat does not fail if no input sources provided
- daf975f: fix(hh-ovm): Working compilation for M1 macs
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/hardhat-ovm", "name": "@eth-optimism/hardhat-ovm",
"version": "0.1.0", "version": "0.1.1",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
"files": [ "files": [
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.0.5
### Patch Changes
- 28dc442: move metrics, logger, and base-service to new common-ts package
- Updated dependencies [28dc442]
- Updated dependencies [d2091d4]
- Updated dependencies [a0a0052]
- Updated dependencies [0ef3069]
- @eth-optimism/common-ts@0.1.0
- @eth-optimism/core-utils@0.4.0
- @eth-optimism/contracts@0.2.9
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.0.4", "version": "0.0.5",
"private": true, "private": true,
"description": "[Optimism] Cross Domain Message Relayer service", "description": "[Optimism] Cross Domain Message Relayer service",
"main": "dist/index", "main": "dist/index",
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.3.0", "@eth-optimism/core-utils": "^0.4.0",
"@eth-optimism/common-ts": "^0.0.1", "@eth-optimism/common-ts": "^0.1.0",
"@eth-optimism/contracts": "^0.2.5", "@eth-optimism/contracts": "^0.2.9",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"ethers": "^5.1.0", "ethers": "^5.1.0",
"google-spreadsheet": "^3.1.15", "google-spreadsheet": "^3.1.15",
......
# @eth-optimism/smock # @eth-optimism/smock
## 1.1.2
### Patch Changes
- Updated dependencies [28dc442]
- Updated dependencies [a0a0052]
- @eth-optimism/core-utils@0.4.0
## 1.1.1 ## 1.1.1
### Patch Changes ### Patch Changes
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"files": [ "files": [
"dist/src/*" "dist/src/*"
], ],
"version": "1.1.1", "version": "1.1.2",
"main": "dist/src/index", "main": "dist/src/index",
"types": "dist/src/index", "types": "dist/src/index",
"license": "MIT", "license": "MIT",
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"hardhat": "^2.2.1" "hardhat": "^2.2.1"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.3.2", "@eth-optimism/core-utils": "^0.4.0",
"@ethersproject/abi": "^5.0.13", "@ethersproject/abi": "^5.0.13",
"@ethersproject/abstract-provider": "^5.0.10", "@ethersproject/abstract-provider": "^5.0.10",
"bn.js": "^5.2.0" "bn.js": "^5.2.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