Commit 09658f16 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #3171 from ethereum-optimism/changeset-release/master

Version Packages
parents b6f4bfcf 37efc025
---
'@eth-optimism/contracts-bedrock': patch
---
Fix slither script
---
'@eth-optimism/contracts-bedrock': patch
---
Update genesis-l2 task to set immutables in the bytecode
---
'@eth-optimism/contracts-bedrock': patch
---
Fix build for smaller package
---
'@eth-optimism/contracts-bedrock': patch
---
Use the same initializable across codebase
---
'@eth-optimism/contracts-bedrock': patch
---
Update @foundry-rs/hardhat-forge@0.1.16
---
'@eth-optimism/contracts-bedrock': patch
---
Fix build on latest foundry
---
'@eth-optimism/core-utils': patch
---
Implement basic OpNodeProvider
---
'@eth-optimism/hardhat-deploy-config': patch
---
Support JSON-formatted deploy configs
---
'@eth-optimism/proxyd': minor
---
Add frontend rate limiting
---
'@eth-optimism/contracts-bedrock': patch
---
Emit an extra event when withdrawals are initiated to make chainops easier
---
'@eth-optimism/proxyd': patch
---
Unwrap single RPC batches
---
'@eth-optimism/contracts-bedrock': patch
---
Fix portal deployment to have L2OutputOracle proxy address
---
'@eth-optimism/contracts-bedrock': patch
---
Add watch task
---
'@eth-optimism/contracts-bedrock': patch
---
Add harhdat forge contract verification support
---
'@eth-optimism/proxyd': patch
---
Parameterize full RPC request logging
---
'@eth-optimism/contracts-bedrock': patch
---
Update hardhat-forge dep, remove dead deps
---
'@eth-optimism/contracts-bedrock': patch
---
bedrock-goerli-96f44f79 deployment
---
'@eth-optimism/foundry': patch
---
Update to 64fe4acc97e6d76551cea7598c201f05ecd65639
---
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/core-utils': patch
---
Update deposit transaction type
---
'@eth-optimism/integration-tests': patch
---
Modularize the itests away from depending on api of messenger
---
'@eth-optimism/contracts-bedrock': patch
---
Fix typechain exports
---
'@eth-optimism/sdk': minor
---
Add wstETH to sdk
---
'@eth-optimism/sdk': minor
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/core-utils': patch
---
Updates the SDK to be compatible with Bedrock (via the "bedrock: true" constructor param). Updates the build pipeline for contracts-bedrock to export a properly formatted dist folder that matches our other packages.
# @eth-optimism/integration-tests
## 0.5.17
### Patch Changes
- d97df13a: Modularize the itests away from depending on api of messenger
## 0.5.16
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.16",
"version": "0.5.17",
"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.31",
"@eth-optimism/contracts": "^0.5.32",
"@eth-optimism/contracts-periphery": "^0.2.1",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/sdk": "1.3.1",
"@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.4.0",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
......
# @eth-optimism/foundry
## 0.1.2
### Patch Changes
- e736a4d0: Update to 64fe4acc97e6d76551cea7598c201f05ecd65639
## 0.1.1
### Patch Changes
......
{
"name": "@eth-optimism/foundry",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/common-ts
## 0.6.3
### Patch Changes
- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3
## 0.6.2
### Patch Changes
......
{
"name": "@eth-optimism/common-ts",
"version": "0.6.2",
"version": "0.6.3",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
......@@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/core-utils": "0.9.3",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"body-parser": "^1.20.0",
......
# @eth-optimism/contracts-bedrock
## 0.5.3
### Patch Changes
- 056cb982: Fix slither script
- a32e68ac: Update genesis-l2 task to set immutables in the bytecode
- c648d55c: Fix build for smaller package
- d544f804: Use the same initializable across codebase
- ccbfe545: Update @foundry-rs/hardhat-forge@0.1.16
- c97ad241: Fix build on latest foundry
- 45541553: Emit an extra event when withdrawals are initiated to make chainops easier
- 3dd296e8: Fix portal deployment to have L2OutputOracle proxy address
- fe94b864: Add watch task
- 28649d64: Add harhdat forge contract verification support
- 898c7ac5: Update hardhat-forge dep, remove dead deps
- 51a1595b: bedrock-goerli-96f44f79 deployment
- 8ae39154: Update deposit transaction type
- af96563a: Fix typechain exports
- dac4a9f0: Updates the SDK to be compatible with Bedrock (via the "bedrock: true" constructor param). Updates the build pipeline for contracts-bedrock to export a properly formatted dist folder that matches our other packages.
- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3
## 0.5.2
### Patch Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.5.2",
"version": "0.5.3",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......@@ -36,7 +36,7 @@
"typechain": "typechain --target ethers-v5 --out-dir dist/types --glob 'artifacts/!(build-info)/**/+([a-zA-Z0-9_]).json'"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.9.2",
"@eth-optimism/core-utils": "^0.9.3",
"@openzeppelin/contracts": "4.6.0",
"@openzeppelin/contracts-upgradeable": "4.7.1",
"@rari-capital/solmate": "https://github.com/rari-capital/solmate.git#8f9b23f8838670afda0fd8983f2c41e8037ae6bc",
......@@ -47,7 +47,7 @@
"hardhat": "^2.9.6"
},
"devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.2",
"@ethereumjs/trie": "^5.0.0-beta.1",
"@ethereumjs/util": "^8.0.0-beta.1",
"ethereumjs-wallet": "^1.0.2",
......
# Changelog
## 0.5.32
### Patch Changes
- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3
## 0.5.31
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.31",
"version": "0.5.32",
"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.9.2",
"@eth-optimism/core-utils": "0.9.3",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2"
},
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.2",
"@ethersproject/abi": "^5.6.3",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/hardware-wallets": "^5.6.1",
......
# @eth-optimism/core-utils
## 0.9.3
### Patch Changes
- 0df744f6: Implement basic OpNodeProvider
- 8ae39154: Update deposit transaction type
- dac4a9f0: Updates the SDK to be compatible with Bedrock (via the "bedrock: true" constructor param). Updates the build pipeline for contracts-bedrock to export a properly formatted dist folder that matches our other packages.
## 0.9.2
### Patch Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.9.2",
"version": "0.9.3",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.41
### Patch Changes
- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3
- @eth-optimism/common-ts@0.6.3
- @eth-optimism/contracts@0.5.32
## 0.5.40
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.40",
"version": "0.5.41",
"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.2",
"@eth-optimism/contracts": "0.5.31",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/common-ts": "0.6.3",
"@eth-optimism/contracts": "0.5.32",
"@eth-optimism/core-utils": "0.9.3",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
"@sentry/node": "^6.3.1",
......
# @eth-optimism/drippie-mon
## 0.3.9
### Patch Changes
- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [f05ab6b6]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3
- @eth-optimism/sdk@1.4.0
- @eth-optimism/common-ts@0.6.3
## 0.3.8
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.8",
"version": "0.3.9",
"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.2",
"@eth-optimism/common-ts": "0.6.3",
"@eth-optimism/contracts-periphery": "0.2.1",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/sdk": "1.3.1",
"@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.4.0",
"ethers": "^5.6.8"
},
"devDependencies": {
......
# @eth-optimism/hardhat-deploy-config
## 0.2.2
### Patch Changes
- 6ce47f38: Support JSON-formatted deploy configs
## 0.2.1
### Patch Changes
......
{
"name": "@eth-optimism/hardhat-deploy-config",
"version": "0.2.1",
"version": "0.2.2",
"description": "[Optimism] Hardhat deploy configuration plugin",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
......
......@@ -27,9 +27,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts": "0.5.31",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/sdk": "1.3.1",
"@eth-optimism/contracts": "0.5.32",
"@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.4.0",
"@ethersproject/abstract-provider": "^5.6.1",
"chai-as-promised": "^7.1.1",
"chai": "^4.3.4",
......
# @eth-optimism/message-relayer
## 0.5.8
### Patch Changes
- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [f05ab6b6]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3
- @eth-optimism/sdk@1.4.0
- @eth-optimism/common-ts@0.6.3
## 0.5.7
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.7",
"version": "0.5.8",
"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.2",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/sdk": "1.3.1",
"@eth-optimism/common-ts": "0.6.3",
"@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.4.0",
"ethers": "^5.6.8"
},
"devDependencies": {
......
# @eth-optimism/replica-healthcheck
## 1.1.7
### Patch Changes
- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3
- @eth-optimism/common-ts@0.6.3
## 1.1.6
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.1.6",
"version": "1.1.7",
"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.2",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/common-ts": "0.6.3",
"@eth-optimism/core-utils": "0.9.3",
"@ethersproject/abstract-provider": "^5.6.1"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.4.0
### Minor Changes
- f05ab6b6: Add wstETH to sdk
- dac4a9f0: Updates the SDK to be compatible with Bedrock (via the "bedrock: true" constructor param). Updates the build pipeline for contracts-bedrock to export a properly formatted dist folder that matches our other packages.
### Patch Changes
- Updated dependencies [056cb982]
- Updated dependencies [a32e68ac]
- Updated dependencies [c648d55c]
- Updated dependencies [d544f804]
- Updated dependencies [ccbfe545]
- Updated dependencies [c97ad241]
- Updated dependencies [0df744f6]
- Updated dependencies [45541553]
- Updated dependencies [3dd296e8]
- Updated dependencies [fe94b864]
- Updated dependencies [28649d64]
- Updated dependencies [898c7ac5]
- Updated dependencies [51a1595b]
- Updated dependencies [8ae39154]
- Updated dependencies [af96563a]
- Updated dependencies [dac4a9f0]
- @eth-optimism/contracts-bedrock@0.5.3
- @eth-optimism/core-utils@0.9.3
- @eth-optimism/contracts@0.5.32
## 1.3.1
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.3.1",
"version": "1.4.0",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -47,9 +47,9 @@
"mocha": "^10.0.0"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.31",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/contracts-bedrock": "0.5.2",
"@eth-optimism/contracts": "0.5.32",
"@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/contracts-bedrock": "0.5.3",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
......
# @eth-optimism/proxyd
## 3.9.0
### Minor Changes
- b6f4bfcf: Add frontend rate limiting
### Patch Changes
- 406a4fce: Unwrap single RPC batches
- 915f3b28: Parameterize full RPC request logging
## 3.8.9
### Patch Changes
......
{
"name": "@eth-optimism/proxyd",
"version": "3.8.9",
"version": "3.9.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