Commit e716b5fc authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2870 from ethereum-optimism/develop

Develop -> Master Release PR
parents 9d8d0f29 8004eadb
---
'@eth-optimism/contracts-bedrock': patch
---
Enable hardhat style buildinfo
---
'@eth-optimism/contracts-bedrock': patch
---
Make the Portal upgradeable
---
'@eth-optimism/indexer': patch
---
Fix a couple semgrep issues
---
'@eth-optimism/contracts-bedrock': patch
---
Add `OptimismPortal.isOutputFinalized`
---
'@eth-optimism/indexer': patch
---
Deduplicate some l2geth and geth utils
---
'@eth-optimism/contracts-bedrock': patch
---
correct l33t sp34k in toCodeAddrr
---
'@eth-optimism/contracts-bedrock': patch
---
Add deployer docker image
---
'@eth-optimism/hardhat-node': minor
---
Correct configuration file behavior
---
'@eth-optimism/indexer': patch
---
Use op-bindings package for address manager
---
'@eth-optimism/contracts-periphery': patch
---
Deploy Drippie to mainnet
---
'@eth-optimism/contracts-bedrock': patch
---
Optimize buildinfo support, only build through hardhat interface
# @eth-optimism/indexer
## 0.1.2
### Patch Changes
- b3921408: Fix a couple semgrep issues
- c6f6d68b: Deduplicate some l2geth and geth utils
- 0b30ae05: Use op-bindings package for address manager
## 0.1.1
### Patch Changes
......
{
"name": "@eth-optimism/indexer",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"license": "MIT"
}
# @eth-optimism/hardhat-node
## 0.2.0
### Minor Changes
- 587a7d0d: Correct configuration file behavior
## 0.1.5
### Patch Changes
......
{
"name": "@eth-optimism/hardhat-node",
"version": "0.1.5",
"version": "0.2.0",
"scripts": {
"start": "hardhat node --network hardhat"
},
......
# @eth-optimism/contracts-bedrock
## 0.4.1
### Patch Changes
- 5c3b4bfa: Enable hardhat style buildinfo
- ef29d8a5: Make the Portal upgradeable
- 5bb6f2c7: Add `OptimismPortal.isOutputFinalized`
- 79f31007: correct l33t sp34k in toCodeAddrr
- 5a12c635: Add deployer docker image
- 8460865f: Optimize buildinfo support, only build through hardhat interface
## 0.4.0
### Minor Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.4.0",
"version": "0.4.1",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......
# @eth-optimism/contracts-periphery
## 0.1.5
### Patch Changes
- 3799bb6f: Deploy Drippie to mainnet
## 0.1.4
### Patch Changes
......
{
"name": "@eth-optimism/contracts-periphery",
"version": "0.1.4",
"version": "0.1.5",
"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.29",
"@eth-optimism/contracts-bedrock": "^0.4.0",
"@eth-optimism/contracts-bedrock": "^0.4.1",
"@eth-optimism/core-utils": "^0.9.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.0",
"@ethersproject/hardware-wallets": "^5.6.1",
......
# @eth-optimism/drippie-mon
## 0.3.5
### Patch Changes
- Updated dependencies [3799bb6f]
- @eth-optimism/contracts-periphery@0.1.5
## 0.3.4
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.4",
"version": "0.3.5",
"description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index",
"types": "dist/index",
......@@ -33,7 +33,7 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.0",
"@eth-optimism/contracts-periphery": "0.1.4",
"@eth-optimism/contracts-periphery": "0.1.5",
"@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.2.0",
"ethers": "^5.6.8"
......
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