Commit 4673bbad authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent eb89faca
---
'@eth-optimism/common-ts': patch
---
Fixes a minor bug where the provider name was incorrectly logged when using waitForProvider
---
'@eth-optimism/proxyd': patch
---
proxyd: Add req_id to log
---
'@eth-optimism/contracts-bedrock': patch
---
Loosens the requirements for re-proving a withdrawal transaction in the `OptimismPortal`
---
'@eth-optimism/fault-detector': minor
---
Updates the fault detector to support Bedrock networks.
---
'@eth-optimism/proxyd': minor
---
Add support for global method override rate limit
---
'@eth-optimism/sdk': patch
---
Remove assert node builtin from sdk
---
'@eth-optimism/proxyd': minor
---
Include nonce in sender rate limit
---
'@eth-optimism/common-ts': minor
---
Add option to configure body parser
---
'@eth-optimism/l2geth': patch
---
Has l2geth return a NonceToHigh response if the txn nonce is greater than the expected nonce.
---
'@eth-optimism/chain-mon': patch
---
Added withdrawal monitoring to identify proven withdrawals not included in the L2ToL1MessagePasser's sentMessages mapping
......@@ -30,10 +30,10 @@
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/contracts-periphery": "^1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.1",
"@eth-optimism/sdk": "1.10.2",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
......
# Changelog
## 0.5.33
### Patch Changes
- 33acb7c6a: Has l2geth return a NonceToHigh response if the txn nonce is greater than the expected nonce.
## 0.5.32
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.5.32",
"version": "0.5.33",
"private": true,
"devDependencies": {}
}
# @eth-optimism/actor-tests
## 0.0.19
### Patch Changes
- Updated dependencies [3c22333b8]
- Updated dependencies [5372c9f5b]
- @eth-optimism/contracts-bedrock@0.11.4
- @eth-optimism/sdk@1.10.2
## 0.0.18
### Patch Changes
......
{
"name": "@eth-optimism/actor-tests",
"version": "0.0.18",
"version": "0.0.19",
"description": "A library and suite of tests to stress test Optimism Bedrock.",
"license": "MIT",
"author": "",
......@@ -18,9 +18,9 @@
"test:coverage": "yarn test"
},
"dependencies": {
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.10.1",
"@eth-optimism/sdk": "^1.10.2",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
......
# @eth-optimism/drippie-mon
## 0.1.1
### Patch Changes
- 0515a7841: Added withdrawal monitoring to identify proven withdrawals not included in the L2ToL1MessagePasser's sentMessages mapping
- Updated dependencies [0e179781b]
- Updated dependencies [5372c9f5b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0
- @eth-optimism/sdk@1.10.2
## 0.4.3
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/chain-mon",
"version": "0.1.0",
"version": "0.1.1",
"description": "[Optimism] Chain monitoring services",
"main": "dist/index",
"types": "dist/index",
......@@ -32,10 +32,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/contracts-periphery": "1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.1",
"@eth-optimism/sdk": "1.10.2",
"ethers": "^5.7.0",
"@types/dateformat": "^5.0.0",
"chai-as-promised": "^7.1.1",
......
# @eth-optimism/common-ts
## 0.8.0
### Minor Changes
- 4ae94b412: Add option to configure body parser
### Patch Changes
- 0e179781b: Fixes a minor bug where the provider name was incorrectly logged when using waitForProvider
## 0.7.1
### Patch Changes
......
{
"name": "@eth-optimism/common-ts",
"version": "0.7.1",
"version": "0.8.0",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
......
# @eth-optimism/contracts-bedrock
## 0.11.4
### Patch Changes
- 3c22333b8: Loosens the requirements for re-proving a withdrawal transaction in the `OptimismPortal`
## 0.11.3
### Patch Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.11.3",
"version": "0.11.4",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......
......@@ -53,7 +53,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0",
......
# data transport layer
## 0.5.53
### Patch Changes
- Updated dependencies [0e179781b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0
## 0.5.52
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.52",
"version": "0.5.53",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......@@ -36,7 +36,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/contracts": "0.5.40",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/providers": "^5.7.0",
......
# @eth-optimism/fault-detector
## 0.6.0
### Minor Changes
- b004d1ad4: Updates the fault detector to support Bedrock networks.
### Patch Changes
- Updated dependencies [0e179781b]
- Updated dependencies [5372c9f5b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0
- @eth-optimism/sdk@1.10.2
## 0.5.0
### Minor Changes
......
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.5.0",
"version": "0.6.0",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
......@@ -47,10 +47,10 @@
"ts-node": "^10.9.1"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.7.0",
"@eth-optimism/common-ts": "^0.8.0",
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.9.0",
"@eth-optimism/sdk": "^1.10.2",
"@ethersproject/abstract-provider": "^5.7.0"
}
}
# @eth-optimism/message-relayer
## 0.5.28
### Patch Changes
- Updated dependencies [0e179781b]
- Updated dependencies [5372c9f5b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0
- @eth-optimism/sdk@1.10.2
## 0.5.27
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.27",
"version": "0.5.28",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......@@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.1",
"@eth-optimism/sdk": "1.10.2",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/replica-healthcheck
## 1.2.2
### Patch Changes
- Updated dependencies [0e179781b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0
## 1.2.1
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.2.1",
"version": "1.2.2",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
......@@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/abstract-provider": "^5.7.0"
},
......
# @eth-optimism/sdk
## 1.10.2
### Patch Changes
- 5372c9f5b: Remove assert node builtin from sdk
- Updated dependencies [3c22333b8]
- @eth-optimism/contracts-bedrock@0.11.4
## 1.10.1
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.10.1",
"version": "1.10.2",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -50,7 +50,7 @@
"dependencies": {
"@eth-optimism/contracts": "0.5.40",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-bedrock": "0.11.4",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
......
# @eth-optimism/proxyd
## 3.14.0
### Minor Changes
- 9cc39bcfa: Add support for global method override rate limit
- 30db32862: Include nonce in sender rate limit
### Patch Changes
- b9bb1a98a: proxyd: Add req_id to log
## 3.13.0
### Minor Changes
......
{
"name": "@eth-optimism/proxyd",
"version": "3.13.0",
"version": "3.14.0",
"private": true,
"dependencies": {}
}
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