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

Version Packages

parent d7c8c5e1
---
'@eth-optimism/contracts-bedrock': patch
---
Uses assert rather than a require statements to check for conditions we believe are unreachable.This is more semantically explicit, and should enable us to more effectively use some advanced analysis methods in our testing.
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/actor-tests': patch
'@eth-optimism/common-ts': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
'@eth-optimism/contracts-periphery': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/drippie-mon': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/hardhat-deploy-config': patch
'@eth-optimism/integration-tests-bedrock': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/replica-healthcheck': patch
'@eth-optimism/sdk': patch
---
Bump ethers to 5.7.0 globally
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issues #32 and #33, clarify behavior of executable function
---
'@eth-optimism/contracts-periphery': patch
'@eth-optimism/drippie-mon': patch
---
Drippie Spearbit audit fix for issue #25, reorder DripStatus enum for clarity
---
'@eth-optimism/contracts-bedrock': patch
---
Fixed a backwards compatibility issue in which incorrect events were emitted during a failed deposit finalization on the L2 bridge.
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue #44, document drip count and increment before external calls
---
'@eth-optimism/fault-detector': patch
---
Adds a fault status API to the Fault Detector.
---
'@eth-optimism/ci-builder': patch
---
Download and verify codecov uploader binary in the ci-builder image
---
'@eth-optimism/contracts-bedrock': patch
---
Makes spacers private and updates names to reflect slot, offset, and length.
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue 24, use call over transfer for withdrawETH
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue 22, remove unnecessary gas parameter
---
'@eth-optimism/message-relayer': patch
---
Small patch release meant to test a fix for a bug in our canary release process for this package.
---
'@eth-optimism/fault-detector': patch
---
Fixes a small bug in the fault detector that would cause errors for testnets where the fault proof window is extremely short.
---
'@eth-optimism/contracts-bedrock': patch
---
Makes finalizeWithdrawalTransaction not payable because it doesn't need to be and it was causing confusion throughout the codebase.
---
'@eth-optimism/contracts-bedrock': patch
---
Make the use of storage gaps consistent across contracts
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue #34, missing natspec
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue #28, document dripcheck behavior in drip function
---
'@eth-optimism/contracts-bedrock': patch
---
Fix to Ensure the Oracle's owner and proposer accounts are unique
---
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/integration-tests-bedrock': patch
'@eth-optimism/sdk': patch
---
Fix outdated references to 'withdrawal contract'
---
'@eth-optimism/proxyd': patch
---
Add logging for origin and remote IP'
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix #42, remove unnecessary SLOADs in the status function
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue #39, update to latest version of Solidity
---
'@eth-optimism/contracts-bedrock': patch
---
Use assert statements for unreachable conditions.
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue #21, use correct version of Solmate
---
'@eth-optimism/proxyd': patch
---
Carry over custom limit message in batches
---
'@eth-optimism/common-ts': patch
'@eth-optimism/sdk': patch
---
Add source maps
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue #31, require explicit opt-in for reentrant drips
---
'@eth-optimism/contracts-bedrock': patch
---
Simplifies the initialization function of the CrossDomainMessenger in Bedrock
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue #45, calldata over memory to save gas
---
'@eth-optimism/data-transport-layer': patch
---
Fixes a bug that would break DTL sync when addresses are changed
---
'@eth-optimism/contracts-periphery': patch
---
Drippie Spearbit audit fix for issue #35, correct contract layout ordering
---
'@eth-optimism/contracts-bedrock': patch
---
Update comments on GovernanceToken to match Seaport style.
# @eth-optimism/integration-tests
## 0.5.18
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
## 0.5.17
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.17",
"version": "0.5.18",
"description": "[Optimism] Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
......@@ -29,10 +29,10 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.35",
"@eth-optimism/contracts-periphery": "^0.2.3",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/sdk": "1.6.3",
"@eth-optimism/contracts": "^0.5.36",
"@eth-optimism/contracts-periphery": "^0.2.4",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.4",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
......
# @eth-optimism/ci-builder
## 0.3.1
### Patch Changes
- 7375a949: Download and verify codecov uploader binary in the ci-builder image
## 0.3.0
### Minor Changes
......
{
"name": "@eth-optimism/ci-builder",
"version": "0.3.0",
"version": "0.3.1",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/actor-tests
## 0.0.6
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- Updated dependencies [88dde7c8]
- Updated dependencies [7215f4ce]
- Updated dependencies [249a8ed6]
- Updated dependencies [7d7c4fdf]
- Updated dependencies [e164e22e]
- Updated dependencies [0bc1be45]
- Updated dependencies [af3e56b1]
- Updated dependencies [206f6033]
- Updated dependencies [88dde7c8]
- Updated dependencies [d7679ca4]
- Updated dependencies [8790156c]
- Updated dependencies [515685f4]
- @eth-optimism/contracts-bedrock@0.6.3
- @eth-optimism/core-utils@0.10.1
- @eth-optimism/sdk@1.6.4
## 0.0.5
### Patch Changes
......
{
"name": "@eth-optimism/actor-tests",
"version": "0.0.5",
"version": "0.0.6",
"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.6.2",
"@eth-optimism/core-utils": "^0.10.0",
"@eth-optimism/sdk": "^1.6.3",
"@eth-optimism/contracts-bedrock": "0.6.3",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/sdk": "^1.6.4",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
......
# @eth-optimism/common-ts
## 0.6.5
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- d7679ca4: Add source maps
- Updated dependencies [7215f4ce]
- Updated dependencies [206f6033]
- @eth-optimism/core-utils@0.10.1
## 0.6.4
### Patch Changes
......
{
"name": "@eth-optimism/common-ts",
"version": "0.6.4",
"version": "0.6.5",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
......@@ -33,7 +33,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/core-utils": "0.10.1",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"body-parser": "^1.20.0",
......
# @eth-optimism/contracts-bedrock
## 0.6.3
### Patch Changes
- 88dde7c8: Uses assert rather than a require statements to check for conditions we believe are unreachable.This is more semantically explicit, and should enable us to more effectively use some advanced analysis methods in our testing.
- 7215f4ce: Bump ethers to 5.7.0 globally
- 249a8ed6: Fixed a backwards compatibility issue in which incorrect events were emitted during a failed deposit finalization on the L2 bridge.
- 7d7c4fdf: Makes spacers private and updates names to reflect slot, offset, and length.
- e164e22e: Makes finalizeWithdrawalTransaction not payable because it doesn't need to be and it was causing confusion throughout the codebase.
- 0bc1be45: Make the use of storage gaps consistent across contracts
- af3e56b1: Fix to Ensure the Oracle's owner and proposer accounts are unique
- 206f6033: Fix outdated references to 'withdrawal contract'
- 88dde7c8: Use assert statements for unreachable conditions.
- 8790156c: Simplifies the initialization function of the CrossDomainMessenger in Bedrock
- 515685f4: Update comments on GovernanceToken to match Seaport style.
- Updated dependencies [7215f4ce]
- Updated dependencies [206f6033]
- @eth-optimism/core-utils@0.10.1
## 0.6.2
### Patch Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.6.2",
"version": "0.6.3",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......@@ -38,14 +38,14 @@
"typechain": "typechain --target ethers-v5 --out-dir dist/types --glob 'artifacts/!(build-info)/**/+([a-zA-Z0-9_]).json'"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.10.0",
"@eth-optimism/core-utils": "^0.10.1",
"@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"ethers": "^5.7.0",
"hardhat": "^2.9.6"
},
"devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@ethereumjs/trie": "^5.0.0-beta.1",
"@ethereumjs/util": "^8.0.0-beta.1",
"ethereumjs-wallet": "^1.0.2",
......
# @eth-optimism/contracts-governance
## 0.1.6
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- Updated dependencies [7215f4ce]
- Updated dependencies [206f6033]
- Updated dependencies [d7679ca4]
- @eth-optimism/core-utils@0.10.1
- @eth-optimism/sdk@1.6.4
## 0.1.5
### Patch Changes
......
{
"name": "@eth-optimism/contracts-governance",
"version": "0.1.5",
"version": "0.1.6",
"author": "Optimism PBC",
"license": "MIT",
"main": "dist/index",
......@@ -28,8 +28,8 @@
"deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.10.0",
"@eth-optimism/sdk": "^1.6.1",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/sdk": "^1.6.4",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1",
......
# @eth-optimism/contracts-periphery
## 0.2.4
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- 0ceff8b8: Drippie Spearbit audit fix for issues #32 and #33, clarify behavior of executable function
- 0ceff8b8: Drippie Spearbit audit fix for issue #25, reorder DripStatus enum for clarity
- 0ceff8b8: Drippie Spearbit audit fix for issue #44, document drip count and increment before external calls
- 0ceff8b8: Drippie Spearbit audit fix for issue 24, use call over transfer for withdrawETH
- 0ceff8b8: Drippie Spearbit audit fix for issue 22, remove unnecessary gas parameter
- 0ceff8b8: Drippie Spearbit audit fix for issue #34, missing natspec
- 0ceff8b8: Drippie Spearbit audit fix for issue #28, document dripcheck behavior in drip function
- 0ceff8b8: Drippie Spearbit audit fix #42, remove unnecessary SLOADs in the status function
- 0ceff8b8: Drippie Spearbit audit fix for issue #39, update to latest version of Solidity
- 0ceff8b8: Drippie Spearbit audit fix for issue #21, use correct version of Solmate
- 0ceff8b8: Drippie Spearbit audit fix for issue #31, require explicit opt-in for reentrant drips
- 0ceff8b8: Drippie Spearbit audit fix for issue #45, calldata over memory to save gas
- 0ceff8b8: Drippie Spearbit audit fix for issue #35, correct contract layout ordering
## 0.2.3
### Patch Changes
......
{
"name": "@eth-optimism/contracts-periphery",
"version": "0.2.3",
"version": "0.2.4",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -54,10 +54,10 @@
},
"devDependencies": {
"@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts": "^0.5.34",
"@eth-optimism/contracts-bedrock": "^0.6.0",
"@eth-optimism/core-utils": "^0.10.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@eth-optimism/contracts": "^0.5.36",
"@eth-optimism/contracts-bedrock": "^0.6.3",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
......
# Changelog
## 0.5.36
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- Updated dependencies [7215f4ce]
- Updated dependencies [206f6033]
- @eth-optimism/core-utils@0.10.1
## 0.5.35
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.35",
"version": "0.5.36",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -57,14 +57,14 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/core-utils": "0.10.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0"
},
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
......
# @eth-optimism/core-utils
## 0.10.1
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- 206f6033: Fix outdated references to 'withdrawal contract'
## 0.10.0
### Minor Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.10.0",
"version": "0.10.1",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.45
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- b1cec1d5: Fixes a bug that would break DTL sync when addresses are changed
- Updated dependencies [7215f4ce]
- Updated dependencies [206f6033]
- Updated dependencies [d7679ca4]
- @eth-optimism/common-ts@0.6.5
- @eth-optimism/contracts@0.5.36
- @eth-optimism/core-utils@0.10.1
## 0.5.44
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.44",
"version": "0.5.45",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......@@ -36,9 +36,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.4",
"@eth-optimism/contracts": "0.5.35",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/contracts": "0.5.36",
"@eth-optimism/core-utils": "0.10.1",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@sentry/node": "^6.3.1",
......
# @eth-optimism/drippie-mon
## 0.3.15
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- 0ceff8b8: Drippie Spearbit audit fix for issue #25, reorder DripStatus enum for clarity
- Updated dependencies [7215f4ce]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [206f6033]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [d7679ca4]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- Updated dependencies [0ceff8b8]
- @eth-optimism/common-ts@0.6.5
- @eth-optimism/contracts-periphery@0.2.4
- @eth-optimism/core-utils@0.10.1
- @eth-optimism/sdk@1.6.4
## 0.3.14
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.14",
"version": "0.3.15",
"description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index",
"types": "dist/index",
......@@ -32,10 +32,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.4",
"@eth-optimism/contracts-periphery": "0.2.3",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/sdk": "1.6.3",
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/contracts-periphery": "0.2.4",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.4",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/fault-detector
## 0.2.7
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- 17999a54: Adds a fault status API to the Fault Detector.
- 2f058b84: Fixes a small bug in the fault detector that would cause errors for testnets where the fault proof window is extremely short.
- Updated dependencies [7215f4ce]
- Updated dependencies [206f6033]
- Updated dependencies [d7679ca4]
- @eth-optimism/common-ts@0.6.5
- @eth-optimism/contracts@0.5.36
- @eth-optimism/core-utils@0.10.1
- @eth-optimism/sdk@1.6.4
## 0.2.6
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.2.6",
"version": "0.2.7",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
......@@ -47,10 +47,10 @@
"ts-node": "^10.8.2"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.6.4",
"@eth-optimism/contracts": "^0.5.34",
"@eth-optimism/core-utils": "^0.10.0",
"@eth-optimism/sdk": "^1.6.1",
"@eth-optimism/common-ts": "^0.6.5",
"@eth-optimism/contracts": "^0.5.36",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/sdk": "^1.6.4",
"@ethersproject/abstract-provider": "^5.7.0"
}
}
# @eth-optimism/hardhat-deploy-config
## 0.2.3
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
## 0.2.2
### Patch Changes
......
{
"name": "@eth-optimism/hardhat-deploy-config",
"version": "0.2.2",
"version": "0.2.3",
"description": "[Optimism] Hardhat deploy configuration plugin",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
......
# @eth-optimism/integration-tests-bedrock
## 0.5.12
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- 206f6033: Fix outdated references to 'withdrawal contract'
## 0.5.11
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests-bedrock",
"version": "0.5.11",
"version": "0.5.12",
"description": "[Optimism] Bedrock Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
......@@ -27,9 +27,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts": "0.5.35",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/sdk": "1.6.3",
"@eth-optimism/contracts": "0.5.36",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.4",
"@ethersproject/abstract-provider": "^5.7.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.3.4",
......
# @eth-optimism/message-relayer
## 0.5.14
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- 4f0cc4a4: Small patch release meant to test a fix for a bug in our canary release process for this package.
- Updated dependencies [7215f4ce]
- Updated dependencies [206f6033]
- Updated dependencies [d7679ca4]
- @eth-optimism/common-ts@0.6.5
- @eth-optimism/core-utils@0.10.1
- @eth-optimism/sdk@1.6.4
## 0.5.13
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.13",
"version": "0.5.14",
"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.6.4",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/sdk": "1.6.3",
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.4",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/replica-healthcheck
## 1.1.9
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- Updated dependencies [7215f4ce]
- Updated dependencies [206f6033]
- Updated dependencies [d7679ca4]
- @eth-optimism/common-ts@0.6.5
- @eth-optimism/core-utils@0.10.1
## 1.1.8
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.1.8",
"version": "1.1.9",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
......@@ -32,8 +32,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.4",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/core-utils": "0.10.1",
"@ethersproject/abstract-provider": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.6.4
### Patch Changes
- 7215f4ce: Bump ethers to 5.7.0 globally
- 206f6033: Fix outdated references to 'withdrawal contract'
- d7679ca4: Add source maps
- Updated dependencies [88dde7c8]
- Updated dependencies [7215f4ce]
- Updated dependencies [249a8ed6]
- Updated dependencies [7d7c4fdf]
- Updated dependencies [e164e22e]
- Updated dependencies [0bc1be45]
- Updated dependencies [af3e56b1]
- Updated dependencies [206f6033]
- Updated dependencies [88dde7c8]
- Updated dependencies [8790156c]
- Updated dependencies [515685f4]
- @eth-optimism/contracts-bedrock@0.6.3
- @eth-optimism/contracts@0.5.36
- @eth-optimism/core-utils@0.10.1
## 1.6.3
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.6.3",
"version": "1.6.4",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -48,9 +48,9 @@
"mocha": "^10.0.0"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.35",
"@eth-optimism/core-utils": "0.10.0",
"@eth-optimism/contracts-bedrock": "0.6.2",
"@eth-optimism/contracts": "0.5.36",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/contracts-bedrock": "0.6.3",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
......
# @eth-optimism/proxyd
## 3.10.1
### Patch Changes
- b82a8f48: Add logging for origin and remote IP'
- 1bf9559c: Carry over custom limit message in batches
## 3.10.0
### Minor Changes
......
{
"name": "@eth-optimism/proxyd",
"version": "3.10.0",
"version": "3.10.1",
"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