Commit fafc5d40 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

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

Version Packages
parents e2faaa8b d48f2ef3
---
'@eth-optimism/contracts-bedrock': patch
---
Clarify intent with mintable token interfaces
---
'@eth-optimism/sdk': patch
---
Update for new BedrockMessagePasser contract
---
'@eth-optimism/contracts-periphery': major
'@eth-optimism/integration-tests': patch
---
Fixes NFT bridge related contracts in response to the OpenZeppelin audit. Updates tests to support these changes, including integration tests.
---
'@eth-optimism/data-transport-layer': patch
---
Optimization for mainnet under the assumption that addresses do not change.
---
'@eth-optimism/ci-builder': patch
---
Remove ugly shell hack
---
'@eth-optimism/ci-builder': patch
---
Fix codecov download step
---
'@eth-optimism/contracts-bedrock': patch
---
Fixes to natspec docs
---
'@eth-optimism/contracts-periphery': patch
---
Remove ERC721Refunded events
---
'@eth-optimism/fault-detector': minor
---
Updates metrics to use better labels.
---
'@eth-optimism/contracts-bedrock': minor
---
Moves the L2ToL1MessagePasser to a new address and puts a LegacyMessagePasser at the old address.
---
'@eth-optimism/contracts-bedrock': patch
---
Tweaks storage spacers to standardize names and use original types
---
'@eth-optimism/contracts-bedrock': patch
---
Fix event names orderings for `OptimismMintableERC20Created`
# @eth-optimism/integration-tests
## 0.5.19
### Patch Changes
- 5c3f2b1f: Fixes NFT bridge related contracts in response to the OpenZeppelin audit. Updates tests to support these changes, including integration tests.
## 0.5.18
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.18",
"version": "0.5.19",
"description": "[Optimism] Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
......@@ -30,9 +30,9 @@
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.36",
"@eth-optimism/contracts-periphery": "^0.2.4",
"@eth-optimism/contracts-periphery": "^1.0.0",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.4",
"@eth-optimism/sdk": "1.6.5",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
......
# @eth-optimism/ci-builder
## 0.3.2
### Patch Changes
- fcfcf6e7: Remove ugly shell hack
- 009939e0: Fix codecov download step
## 0.3.1
### Patch Changes
......
{
"name": "@eth-optimism/ci-builder",
"version": "0.3.1",
"version": "0.3.2",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/actor-tests
## 0.0.7
### Patch Changes
- Updated dependencies [cb5fed67]
- Updated dependencies [e2faaa8b]
- Updated dependencies [c427f0c0]
- Updated dependencies [e2faaa8b]
- Updated dependencies [d28ad592]
- Updated dependencies [76c8ee2d]
- @eth-optimism/contracts-bedrock@0.7.0
- @eth-optimism/sdk@1.6.5
## 0.0.6
### Patch Changes
......
{
"name": "@eth-optimism/actor-tests",
"version": "0.0.6",
"version": "0.0.7",
"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.3",
"@eth-optimism/contracts-bedrock": "0.7.0",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/sdk": "^1.6.4",
"@eth-optimism/sdk": "^1.6.5",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
......
# @eth-optimism/contracts-bedrock
## 0.7.0
### Minor Changes
- e2faaa8b: Moves the L2ToL1MessagePasser to a new address and puts a LegacyMessagePasser at the old address.
### Patch Changes
- cb5fed67: Clarify intent with mintable token interfaces
- c427f0c0: Fixes to natspec docs
- d28ad592: Tweaks storage spacers to standardize names and use original types
- 76c8ee2d: Fix event names orderings for `OptimismMintableERC20Created`
## 0.6.3
### Patch Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.6.3",
"version": "0.7.0",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......
# @eth-optimism/contracts-periphery
## 1.0.0
### Major Changes
- 5c3f2b1f: Fixes NFT bridge related contracts in response to the OpenZeppelin audit. Updates tests to support these changes, including integration tests.
### Patch Changes
- 3883f34b: Remove ERC721Refunded events
## 0.2.4
### Patch Changes
......
{
"name": "@eth-optimism/contracts-periphery",
"version": "0.2.4",
"version": "1.0.0",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -55,7 +55,7 @@
"devDependencies": {
"@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts": "^0.5.36",
"@eth-optimism/contracts-bedrock": "^0.6.3",
"@eth-optimism/contracts-bedrock": "^0.7.0",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@ethersproject/hardware-wallets": "^5.7.0",
......
# data transport layer
## 0.5.46
### Patch Changes
- cf3fcf41: Optimization for mainnet under the assumption that addresses do not change.
## 0.5.45
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.45",
"version": "0.5.46",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......
# @eth-optimism/drippie-mon
## 0.3.16
### Patch Changes
- Updated dependencies [e2faaa8b]
- Updated dependencies [5c3f2b1f]
- Updated dependencies [3883f34b]
- @eth-optimism/sdk@1.6.5
- @eth-optimism/contracts-periphery@1.0.0
## 0.3.15
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.15",
"version": "0.3.16",
"description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index",
"types": "dist/index",
......@@ -33,9 +33,9 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/contracts-periphery": "0.2.4",
"@eth-optimism/contracts-periphery": "1.0.0",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.4",
"@eth-optimism/sdk": "1.6.5",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/fault-detector
## 0.3.0
### Minor Changes
- 4a5e1832: Updates metrics to use better labels.
### Patch Changes
- Updated dependencies [e2faaa8b]
- @eth-optimism/sdk@1.6.5
## 0.2.7
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.2.7",
"version": "0.3.0",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
......@@ -50,7 +50,7 @@
"@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",
"@eth-optimism/sdk": "^1.6.5",
"@ethersproject/abstract-provider": "^5.7.0"
}
}
......@@ -29,7 +29,7 @@
"devDependencies": {
"@eth-optimism/contracts": "0.5.36",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.4",
"@eth-optimism/sdk": "1.6.5",
"@ethersproject/abstract-provider": "^5.7.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.3.4",
......
# @eth-optimism/message-relayer
## 0.5.15
### Patch Changes
- Updated dependencies [e2faaa8b]
- @eth-optimism/sdk@1.6.5
## 0.5.14
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.14",
"version": "0.5.15",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......@@ -33,7 +33,7 @@
"dependencies": {
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.4",
"@eth-optimism/sdk": "1.6.5",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.6.5
### Patch Changes
- e2faaa8b: Update for new BedrockMessagePasser contract
- Updated dependencies [cb5fed67]
- Updated dependencies [c427f0c0]
- Updated dependencies [e2faaa8b]
- Updated dependencies [d28ad592]
- Updated dependencies [76c8ee2d]
- @eth-optimism/contracts-bedrock@0.7.0
## 1.6.4
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.6.4",
"version": "1.6.5",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -50,7 +50,7 @@
"dependencies": {
"@eth-optimism/contracts": "0.5.36",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/contracts-bedrock": "0.6.3",
"@eth-optimism/contracts-bedrock": "0.7.0",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
......
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