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

Version Packages

parent 4626bbc9
---
'@eth-optimism/contracts-bedrock': patch
---
Include latest devnet deployment artifacts
---
'@eth-optimism/contracts-bedrock': patch
---
Bump oz packages to latest release
---
'@eth-optimism/contracts-bedrock': patch
---
Migrate deploy config to json from ts
---
'@eth-optimism/contracts-periphery': patch
---
Support deploy via Ledger or private key
---
'@eth-optimism/indexer': patch
---
Delete dead file
---
'@eth-optimism/contracts-bedrock': patch
---
Fix nonce issue for parallel deployments
---
'@eth-optimism/contracts': patch
---
Add inspect hh task
---
'@eth-optimism/contracts-bedrock': patch
---
Add missing predeploy to Predeploys.sol
---
'@eth-optimism/contracts-bedrock': patch
---
Moves forge-std and ds-test to devDependencies to avoid breaking npm
---
'@eth-optimism/indexer': patch
---
Update go-ethereum to 1.10.21
---
'@eth-optimism/sdk': patch
---
Fix eth withdrawal bug
---
'@eth-optimism/sdk': patch
---
Fixes a bug in the SDK for certain bridge withdrawals.
---
'@eth-optimism/sdk': minor
---
Removes the ICrossChainMessenger interface to speed up SDK development.
---
'@eth-optimism/contracts-bedrock': patch
---
Update the L2 genesis hardhat task to use the ProxyAdmin's deployed address as the admin of each predeploy
---
'@eth-optimism/contracts-bedrock': patch
---
Fix legibility in the L2CrossDomainMessengerInitializer
---
'@eth-optimism/sdk': patch
---
Add eth withdrawal support
---
'@eth-optimism/contracts-bedrock': patch
---
Make a library call internal
---
'@eth-optimism/contracts': patch
'@eth-optimism/sdk': patch
---
Updates the SDK to pull contract addresses from the deployments of the contracts package. Updates the Contracts package to export a function that makes it possible to pull deployed addresses.
---
'@eth-optimism/sdk': patch
---
Minor refactor to variables within the SDK package.
---
'@eth-optimism/contracts-bedrock': patch
---
Add additional deployments of address manager and proxy admin
---
'@eth-optimism/contracts-bedrock': patch
---
Use safecall that doesn't copy calldata
---
'@eth-optimism/ci-builder': patch
---
Update golang, geth and golangci-lint
---
'@eth-optimism/contracts-bedrock': patch
---
Deletes the L2 genesis creation hardhat task as its now replaced by go code
---
'@eth-optimism/contracts-bedrock': patch
---
Update @foundry-rs/hardhat-forge to 0.1.17
---
'@eth-optimism/indexer': patch
---
Remove some duplicated code
# @eth-optimism/indexer # @eth-optimism/indexer
## 0.1.4
### Patch Changes
- 74babaa4: Delete dead file
- 3e67f784: Update go-ethereum to 1.10.21
- ec8d6b7c: Remove some duplicated code
## 0.1.3 ## 0.1.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/indexer", "name": "@eth-optimism/indexer",
"version": "0.1.3", "version": "0.1.4",
"private": true, "private": true,
"license": "MIT" "license": "MIT"
} }
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.5.4", "@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.32", "@eth-optimism/contracts": "^0.5.33",
"@eth-optimism/contracts-periphery": "^0.2.1", "@eth-optimism/contracts-periphery": "^0.2.2",
"@eth-optimism/core-utils": "0.9.3", "@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.5.0", "@eth-optimism/sdk": "1.6.0",
"@ethersproject/abstract-provider": "^5.6.1", "@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8", "@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2", "@ethersproject/transactions": "^5.6.2",
......
# @eth-optimism/ci-builder # @eth-optimism/ci-builder
## 0.2.3
### Patch Changes
- 9ac88806: Update golang, geth and golangci-lint
## 0.2.2 ## 0.2.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/ci-builder", "name": "@eth-optimism/ci-builder",
"version": "0.2.2", "version": "0.2.3",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/actor-tests
## 0.0.2
### Patch Changes
- Updated dependencies [a095d544]
- Updated dependencies [cdf2163e]
- Updated dependencies [791f30bc]
- Updated dependencies [193befed]
- Updated dependencies [02420db0]
- Updated dependencies [94a8f287]
- Updated dependencies [3df66a9a]
- Updated dependencies [8323407f]
- Updated dependencies [3af9c7a9]
- Updated dependencies [7d03c5c0]
- Updated dependencies [fec22bfe]
- Updated dependencies [aa2949ef]
- Updated dependencies [9272253e]
- Updated dependencies [a1a73e64]
- Updated dependencies [f53c30b9]
- Updated dependencies [c025f418]
- Updated dependencies [329d21b6]
- Updated dependencies [35eafed0]
- Updated dependencies [3cde9205]
- @eth-optimism/contracts-bedrock@0.5.4
- @eth-optimism/sdk@1.6.0
{ {
"name": "@eth-optimism/actor-tests", "name": "@eth-optimism/actor-tests",
"version": "0.0.1", "version": "0.0.2",
"description": "A library and suite of tests to stress test Optimism Bedrock.", "description": "A library and suite of tests to stress test Optimism Bedrock.",
"license": "MIT", "license": "MIT",
"author": "", "author": "",
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
"test:coverage": "yarn test" "test:coverage": "yarn test"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts-bedrock": "0.5.3", "@eth-optimism/contracts-bedrock": "0.5.4",
"@eth-optimism/core-utils": "^0.9.2", "@eth-optimism/core-utils": "^0.9.2",
"@eth-optimism/sdk": "^1.3.1", "@eth-optimism/sdk": "^1.6.0",
"@types/chai": "^4.2.18", "@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4", "@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2", "async-mutex": "^0.3.2",
......
# @eth-optimism/contracts-bedrock # @eth-optimism/contracts-bedrock
## 0.5.4
### Patch Changes
- a095d544: Include latest devnet deployment artifacts
- cdf2163e: Bump oz packages to latest release
- 791f30bc: Migrate deploy config to json from ts
- 193befed: Fix nonce issue for parallel deployments
- 02420db0: Add missing predeploy to Predeploys.sol
- 94a8f287: Moves forge-std and ds-test to devDependencies to avoid breaking npm
- 7d03c5c0: Update the L2 genesis hardhat task to use the ProxyAdmin's deployed address as the admin of each predeploy
- fec22bfe: Fix legibility in the L2CrossDomainMessengerInitializer
- 9272253e: Make a library call internal
- c025f418: Add additional deployments of address manager and proxy admin
- 329d21b6: Use safecall that doesn't copy calldata
- 35eafed0: Deletes the L2 genesis creation hardhat task as its now replaced by go code
- 3cde9205: Update @foundry-rs/hardhat-forge to 0.1.17
## 0.5.3 ## 0.5.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-bedrock", "name": "@eth-optimism/contracts-bedrock",
"version": "0.5.3", "version": "0.5.4",
"description": "Contracts for Optimism Specs", "description": "Contracts for Optimism Specs",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# @eth-optimism/contracts-periphery # @eth-optimism/contracts-periphery
## 0.2.2
### Patch Changes
- ea371af2: Support deploy via Ledger or private key
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-periphery", "name": "@eth-optimism/contracts-periphery",
"version": "0.2.1", "version": "0.2.2",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism", "description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -54,8 +54,8 @@ ...@@ -54,8 +54,8 @@
}, },
"devDependencies": { "devDependencies": {
"@defi-wonderland/smock": "^2.0.7", "@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts": "^0.5.31", "@eth-optimism/contracts": "^0.5.33",
"@eth-optimism/contracts-bedrock": "^0.5.2", "@eth-optimism/contracts-bedrock": "^0.5.4",
"@eth-optimism/core-utils": "^0.9.2", "@eth-optimism/core-utils": "^0.9.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.1", "@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@ethersproject/hardware-wallets": "^5.6.1", "@ethersproject/hardware-wallets": "^5.6.1",
......
# Changelog # Changelog
## 0.5.33
### Patch Changes
- 0c2719f8: Add inspect hh task
- a1a73e64: Updates the SDK to pull contract addresses from the deployments of the contracts package. Updates the Contracts package to export a function that makes it possible to pull deployed addresses.
## 0.5.32 ## 0.5.32
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.32", "version": "0.5.33",
"description": "[Optimism] L1 and L2 smart contracts for Optimism", "description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# data transport layer # data transport layer
## 0.5.42
### Patch Changes
- Updated dependencies [0c2719f8]
- Updated dependencies [a1a73e64]
- @eth-optimism/contracts@0.5.33
## 0.5.41 ## 0.5.41
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.41", "version": "0.5.42",
"description": "[Optimism] Service for shuttling data from L1 into L2", "description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.6.3", "@eth-optimism/common-ts": "0.6.3",
"@eth-optimism/contracts": "0.5.32", "@eth-optimism/contracts": "0.5.33",
"@eth-optimism/core-utils": "0.9.3", "@eth-optimism/core-utils": "0.9.3",
"@ethersproject/providers": "^5.6.8", "@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2", "@ethersproject/transactions": "^5.6.2",
......
# @eth-optimism/drippie-mon # @eth-optimism/drippie-mon
## 0.3.11
### Patch Changes
- Updated dependencies [ea371af2]
- Updated dependencies [3df66a9a]
- Updated dependencies [8323407f]
- Updated dependencies [3af9c7a9]
- Updated dependencies [aa2949ef]
- Updated dependencies [a1a73e64]
- Updated dependencies [f53c30b9]
- @eth-optimism/contracts-periphery@0.2.2
- @eth-optimism/sdk@1.6.0
## 0.3.10 ## 0.3.10
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/drippie-mon", "name": "@eth-optimism/drippie-mon",
"version": "0.3.10", "version": "0.3.11",
"description": "[Optimism] Service for monitoring Drippie instances", "description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.6.3", "@eth-optimism/common-ts": "0.6.3",
"@eth-optimism/contracts-periphery": "0.2.1", "@eth-optimism/contracts-periphery": "0.2.2",
"@eth-optimism/core-utils": "0.9.3", "@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.5.0", "@eth-optimism/sdk": "1.6.0",
"ethers": "^5.6.8" "ethers": "^5.6.8"
}, },
"devDependencies": { "devDependencies": {
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "0.5.32", "@eth-optimism/contracts": "0.5.33",
"@eth-optimism/core-utils": "0.9.3", "@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.5.0", "@eth-optimism/sdk": "1.6.0",
"@ethersproject/abstract-provider": "^5.6.1", "@ethersproject/abstract-provider": "^5.6.1",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"chai": "^4.3.4", "chai": "^4.3.4",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.5.10
### Patch Changes
- Updated dependencies [3df66a9a]
- Updated dependencies [8323407f]
- Updated dependencies [3af9c7a9]
- Updated dependencies [aa2949ef]
- Updated dependencies [a1a73e64]
- Updated dependencies [f53c30b9]
- @eth-optimism/sdk@1.6.0
## 0.5.9 ## 0.5.9
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.5.9", "version": "0.5.10",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions", "description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.6.3", "@eth-optimism/common-ts": "0.6.3",
"@eth-optimism/core-utils": "0.9.3", "@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.5.0", "@eth-optimism/sdk": "1.6.0",
"ethers": "^5.6.8" "ethers": "^5.6.8"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.6.0
### Minor Changes
- 3af9c7a9: Removes the ICrossChainMessenger interface to speed up SDK development.
### Patch Changes
- 3df66a9a: Fix eth withdrawal bug
- 8323407f: Fixes a bug in the SDK for certain bridge withdrawals.
- aa2949ef: Add eth withdrawal support
- a1a73e64: Updates the SDK to pull contract addresses from the deployments of the contracts package. Updates the Contracts package to export a function that makes it possible to pull deployed addresses.
- f53c30b9: Minor refactor to variables within the SDK package.
- Updated dependencies [a095d544]
- Updated dependencies [cdf2163e]
- Updated dependencies [791f30bc]
- Updated dependencies [193befed]
- Updated dependencies [0c2719f8]
- Updated dependencies [02420db0]
- Updated dependencies [94a8f287]
- Updated dependencies [7d03c5c0]
- Updated dependencies [fec22bfe]
- Updated dependencies [9272253e]
- Updated dependencies [a1a73e64]
- Updated dependencies [c025f418]
- Updated dependencies [329d21b6]
- Updated dependencies [35eafed0]
- Updated dependencies [3cde9205]
- @eth-optimism/contracts-bedrock@0.5.4
- @eth-optimism/contracts@0.5.33
## 1.5.0 ## 1.5.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.5.0", "version": "1.6.0",
"description": "[Optimism] Tools for working with Optimism", "description": "[Optimism] Tools for working with Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -47,9 +47,9 @@ ...@@ -47,9 +47,9 @@
"mocha": "^10.0.0" "mocha": "^10.0.0"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.32", "@eth-optimism/contracts": "0.5.33",
"@eth-optimism/core-utils": "0.9.3", "@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/contracts-bedrock": "0.5.3", "@eth-optimism/contracts-bedrock": "0.5.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"merkletreejs": "^0.2.27", "merkletreejs": "^0.2.27",
"rlp": "^2.2.7" "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