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

Version Packages

parent 22623fea
---
'@eth-optimism/foundry': minor
---
Initial release, pin to b7b1ec471bdd38221773e1a569dc4f20297bd7db
---
'@eth-optimism/contracts-bedrock': patch
---
Move encoding and hashing into Encoding and Hashing libraries
---
'@eth-optimism/contracts-bedrock': patch
---
Cleans up hashing and encoding library natspec and function names
---
'@eth-optimism/contracts-governance': patch
---
Clean up the hardhat config
---
'@eth-optimism/contracts-bedrock': patch
---
Port RLPWriter tests
---
'@eth-optimism/ci-builder': patch
---
Use ethereumoptimism/foundry:latest
---
'@eth-optimism/contracts-periphery': patch
---
Add typechain with ethers v5 support
---
'@eth-optimism/contracts-bedrock': patch
---
Use external version of ExcessivelySafeCall
---
'@eth-optimism/contracts-bedrock': patch
---
Fix solc warnings in ProxyAdmin
---
'@eth-optimism/contracts-bedrock': patch
---
Remove unnecessary DefaultValues library
---
'@eth-optimism/contracts-bedrock': patch
---
Fixes a bug that caused L2 timestamps to be computed incorrectly
---
'@eth-optimism/contracts-bedrock': patch
---
Standardizes comments, errors, and events for contracts in the /universal package
---
'@eth-optimism/contracts-bedrock': patch
---
Bump typechain to 8.1.0
---
'@eth-optimism/contracts-periphery': patch
---
Add TeleportrDeposit and TeleportrDisburser to contracts-periphery
---
'@eth-optimism/data-transport-layer': patch
---
Upgrade import path for new typechain
---
'@eth-optimism/contracts-bedrock': patch
---
Clean up comments and errors for legacy contracts
---
'@eth-optimism/contracts-bedrock': patch
---
Cleaned up enums, should be CapitalCase enums and UPPER_CASE values
---
'@eth-optimism/contracts-bedrock': patch
---
Add comments to RLP libraries
---
'@eth-optimism/contracts-bedrock': patch
---
Update to new L2 tx hash style for deposits
---
'@eth-optimism/contracts-bedrock': patch
---
Standardizes initialization logic for L1 contracts
---
'@eth-optimism/contracts-bedrock': patch
---
Move contracts written by external parties into a vendor folder
---
'@eth-optimism/contracts-bedrock': patch
---
Reduce the number of compiler warnings
---
'@eth-optimism/contracts-bedrock': patch
---
Remove storage slot buffer in xdomain messengers
---
'@eth-optimism/contracts-bedrock': patch
---
Cleans up initialization logic everywhere
---
'@eth-optimism/contracts-bedrock': patch
---
Rename OptimismMintableTokenFactory to OptimismMintableERC20Factory
---
'@eth-optimism/contracts-periphery': patch
---
Cleaned up natspec for Drippie and its dependencies
---
'@eth-optimism/foundry': patch
---
Use alpine:3.14
---
'@eth-optimism/contracts-bedrock': patch
---
Fix initialization logic
---
'@eth-optimism/contracts-bedrock': patch
---
Clean up the PredeployAddresses library
---
'@eth-optimism/hardhat-deploy-config': patch
---
Use lazyObject
---
'@eth-optimism/contracts-bedrock': patch
---
Tests for RLPReader
---
'@eth-optimism/contracts-periphery': patch
---
Moves TeleportrWithdrawer to L1 contracts folder
---
'@eth-optimism/indexer': patch
---
Fix contract bindings
---
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-periphery': patch
---
Bump forge-std to 62caef29b0f87a2c6aaaf634b2ca4c09b6867c92
---
'@eth-optimism/contracts-bedrock': patch
---
Add semver to L2 contracts
---
'@eth-optimism/contracts-bedrock': patch
---
Resolve compiler warnings in Proxy.sol
---
'@eth-optimism/contracts-periphery': minor
---
Fixes a bug in the OptimismMintableERC721. Requires an interface change, so this is a minor and not patch.
---
'@eth-optimism/l2geth': patch
---
fix NPE in debug_standardTraceBlockToFile
---
'@eth-optimism/contracts': patch
---
Properly export typechain
---
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/core-utils': patch
---
Move the `DepositTx` type to `core-utils`. This way it can be more easily used across projects
---
'@eth-optimism/ci-builder': minor
---
Update foundry in ci builder
---
'@eth-optimism/contracts-bedrock': minor
---
Remove Lib* and OVM* prefixes from all contracts
---
'@eth-optimism/contracts-bedrock': patch
---
Remove "not implemented" errors in virtual functions
---
'@eth-optimism/contracts-bedrock': patch
---
Update typechain pipeline
---
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-periphery': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/hardhat-deploy-config': patch
---
Update dev deps
# @eth-optimism/indexer
## 0.1.3
### Patch Changes
- f30a5d39: Fix contract bindings
## 0.1.2
### Patch Changes
......
{
"name": "@eth-optimism/indexer",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"license": "MIT"
}
......@@ -29,10 +29,10 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.29",
"@eth-optimism/contracts-periphery": "^0.1.3",
"@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.2.0",
"@eth-optimism/contracts": "^0.5.30",
"@eth-optimism/contracts-periphery": "^0.2.0",
"@eth-optimism/core-utils": "0.9.1",
"@eth-optimism/sdk": "1.2.1",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
......
# Changelog
## 0.5.23
### Patch Changes
- c3363225: fix NPE in debug_standardTraceBlockToFile
## 0.5.22
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.5.22",
"version": "0.5.23",
"private": true,
"devDependencies": {}
}
# @eth-optimism/ci-builder
## 0.1.0
### Minor Changes
- 8c121ece: Update foundry in ci builder
### Patch Changes
- 445efe9d: Use ethereumoptimism/foundry:latest
{
"name": "@eth-optimism/ci-builder",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/foundry
## 0.1.0
### Minor Changes
- 5ae9c133: Initial release, pin to b7b1ec471bdd38221773e1a569dc4f20297bd7db
### Patch Changes
- d4de18ea: Use alpine:3.14
{
"name": "@eth-optimism/foundry",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {},
"license": "MIT",
"dependencies": {}
}
# @eth-optimism/common-ts
## 0.6.1
### Patch Changes
- Updated dependencies [f9fee446]
- @eth-optimism/core-utils@0.9.1
## 0.6.0
### Minor Changes
......
{
"name": "@eth-optimism/common-ts",
"version": "0.6.0",
"version": "0.6.1",
"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.0",
"@eth-optimism/core-utils": "0.9.1",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"body-parser": "^1.20.0",
......
# @eth-optimism/contracts-bedrock
## 0.5.0
### Minor Changes
- 42a4cc30: Remove Lib* and OVM* prefixes from all contracts
### Patch Changes
- 0cb3929e: Move encoding and hashing into Encoding and Hashing libraries
- 28bd76ae: Cleans up hashing and encoding library natspec and function names
- 4279647f: Port RLPWriter tests
- ce6cb121: Use external version of ExcessivelySafeCall
- 8986f165: Fix solc warnings in ProxyAdmin
- 69ee689f: Remove unnecessary DefaultValues library
- 2e89f634: Fixes a bug that caused L2 timestamps to be computed incorrectly
- 49d33b08: Standardizes comments, errors, and events for contracts in the /universal package
- 821907e2: Bump typechain to 8.1.0
- 91b31168: Clean up comments and errors for legacy contracts
- 3c5726d4: Cleaned up enums, should be CapitalCase enums and UPPER_CASE values
- eb11a5bb: Add comments to RLP libraries
- 092b0901: Update to new L2 tx hash style for deposits
- 4ea33e13: Standardizes initialization logic for L1 contracts
- 297af083: Move contracts written by external parties into a vendor folder
- 71800503: Reduce the number of compiler warnings
- 611d93a1: Remove storage slot buffer in xdomain messengers
- 75089d0a: Cleans up initialization logic everywhere
- b9a90f32: Rename OptimismMintableTokenFactory to OptimismMintableERC20Factory
- 50e20ea1: Fix initialization logic
- 6f74ca9f: Clean up the PredeployAddresses library
- c031ec95: Tests for RLPReader
- 9c8b1f00: Bump forge-std to 62caef29b0f87a2c6aaaf634b2ca4c09b6867c92
- 89d01f2e: Add semver to L2 contracts
- 7d9820b6: Resolve compiler warnings in Proxy.sol
- f9fee446: Move the `DepositTx` type to `core-utils`. This way it can be more easily used across projects
- 5050e0fb: Remove "not implemented" errors in virtual functions
- 78d7c2ec: Update typechain pipeline
- 89d01f2e: Update dev deps
- Updated dependencies [f9fee446]
- @eth-optimism/core-utils@0.9.1
## 0.4.1
### Patch Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.4.1",
"version": "0.5.0",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......@@ -34,7 +34,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.0",
"@eth-optimism/core-utils": "^0.9.1",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@rari-capital/solmate": "https://github.com/rari-capital/solmate.git#8f9b23f8838670afda0fd8983f2c41e8037ae6bc",
......@@ -49,7 +49,7 @@
"rlp": "^2.2.7"
},
"devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@defi-wonderland/smock": "^2.0.2",
"@foundry-rs/hardhat-forge": "^0.1.12",
"@nomiclabs/hardhat-ethers": "^2.0.0",
......
# @eth-optimism/contracts-governance
## 0.1.4
### Patch Changes
- dc9cf2b6: Clean up the hardhat config
- Updated dependencies [f9fee446]
- @eth-optimism/core-utils@0.9.1
- @eth-optimism/sdk@1.2.1
## 0.1.3
### Patch Changes
......
{
"name": "@eth-optimism/contracts-governance",
"version": "0.1.3",
"version": "0.1.4",
"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.9.0",
"@eth-optimism/sdk": "^1.2.0",
"@eth-optimism/core-utils": "^0.9.1",
"@eth-optimism/sdk": "^1.2.1",
"@ethersproject/hardware-wallets": "^5.6.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1",
......
# @eth-optimism/contracts-periphery
## 0.2.0
### Minor Changes
- 8a335b7b: Fixes a bug in the OptimismMintableERC721. Requires an interface change, so this is a minor and not patch.
### Patch Changes
- 95fc3fbf: Add typechain with ethers v5 support
- 019657db: Add TeleportrDeposit and TeleportrDisburser to contracts-periphery
- 6ff5c0a3: Cleaned up natspec for Drippie and its dependencies
- 119f0e97: Moves TeleportrWithdrawer to L1 contracts folder
- 9c8b1f00: Bump forge-std to 62caef29b0f87a2c6aaaf634b2ca4c09b6867c92
- 89d01f2e: Update dev deps
## 0.1.5
### Patch Changes
......
{
"name": "@eth-optimism/contracts-periphery",
"version": "0.1.5",
"version": "0.2.0",
"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.29",
"@eth-optimism/contracts-bedrock": "^0.4.1",
"@eth-optimism/core-utils": "^0.9.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.0",
"@eth-optimism/contracts": "^0.5.30",
"@eth-optimism/contracts-bedrock": "^0.5.0",
"@eth-optimism/core-utils": "^0.9.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@ethersproject/hardware-wallets": "^5.6.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
......
# Changelog
## 0.5.30
### Patch Changes
- 6e3449ba: Properly export typechain
- Updated dependencies [f9fee446]
- @eth-optimism/core-utils@0.9.1
## 0.5.29
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.29",
"version": "0.5.30",
"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.0",
"@eth-optimism/core-utils": "0.9.1",
"@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.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@ethersproject/abi": "^5.6.3",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/hardware-wallets": "^5.6.1",
......
# @eth-optimism/core-utils
## 0.9.1
### Patch Changes
- f9fee446: Move the `DepositTx` type to `core-utils`. This way it can be more easily used across projects
## 0.9.0
### Minor Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.9.0",
"version": "0.9.1",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.39
### Patch Changes
- 6e3449ba: Upgrade import path for new typechain
- Updated dependencies [6e3449ba]
- Updated dependencies [f9fee446]
- @eth-optimism/contracts@0.5.30
- @eth-optimism/core-utils@0.9.1
- @eth-optimism/common-ts@0.6.1
## 0.5.38
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.38",
"version": "0.5.39",
"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.0",
"@eth-optimism/contracts": "0.5.29",
"@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/common-ts": "0.6.1",
"@eth-optimism/contracts": "0.5.30",
"@eth-optimism/core-utils": "0.9.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
"@sentry/node": "^6.3.1",
......
# @eth-optimism/drippie-mon
## 0.3.6
### Patch Changes
- Updated dependencies [95fc3fbf]
- Updated dependencies [019657db]
- Updated dependencies [6ff5c0a3]
- Updated dependencies [119f0e97]
- Updated dependencies [9c8b1f00]
- Updated dependencies [8a335b7b]
- Updated dependencies [f9fee446]
- Updated dependencies [89d01f2e]
- @eth-optimism/contracts-periphery@0.2.0
- @eth-optimism/core-utils@0.9.1
- @eth-optimism/sdk@1.2.1
- @eth-optimism/common-ts@0.6.1
## 0.3.5
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.5",
"version": "0.3.6",
"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.0",
"@eth-optimism/contracts-periphery": "0.1.5",
"@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.2.0",
"@eth-optimism/common-ts": "0.6.1",
"@eth-optimism/contracts-periphery": "0.2.0",
"@eth-optimism/core-utils": "0.9.1",
"@eth-optimism/sdk": "1.2.1",
"ethers": "^5.6.8"
},
"devDependencies": {
......
# @eth-optimism/fault-detector
## 0.2.4
### Patch Changes
- 89d01f2e: Update dev deps
- Updated dependencies [6e3449ba]
- Updated dependencies [f9fee446]
- @eth-optimism/contracts@0.5.30
- @eth-optimism/core-utils@0.9.1
- @eth-optimism/sdk@1.2.1
- @eth-optimism/common-ts@0.6.1
## 0.2.3
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.2.3",
"version": "0.2.4",
"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.0",
"@eth-optimism/contracts": "^0.5.29",
"@eth-optimism/core-utils": "^0.9.0",
"@eth-optimism/sdk": "^1.2.0",
"@eth-optimism/common-ts": "^0.6.1",
"@eth-optimism/contracts": "^0.5.30",
"@eth-optimism/core-utils": "^0.9.1",
"@eth-optimism/sdk": "^1.2.1",
"@ethersproject/abstract-provider": "^5.6.1"
}
}
# @eth-optimism/hardhat-deploy-config
## 0.2.1
### Patch Changes
- 2fd0a2fe: Use lazyObject
- 89d01f2e: Update dev deps
## 0.2.0
### Minor Changes
- 27234f68: Initial release of hardhat-deploy-config
......
{
"name": "@eth-optimism/hardhat-deploy-config",
"version": "0.2.0",
"version": "0.2.1",
"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.29",
"@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.2.0",
"@eth-optimism/contracts": "0.5.30",
"@eth-optimism/core-utils": "0.9.1",
"@eth-optimism/sdk": "1.2.1",
"@ethersproject/abstract-provider": "^5.6.1",
"chai-as-promised": "^7.1.1",
"chai": "^4.3.4",
......
# @eth-optimism/message-relayer
## 0.5.5
### Patch Changes
- Updated dependencies [f9fee446]
- @eth-optimism/core-utils@0.9.1
- @eth-optimism/sdk@1.2.1
- @eth-optimism/common-ts@0.6.1
## 0.5.4
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.4",
"version": "0.5.5",
"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.0",
"@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.2.0",
"@eth-optimism/common-ts": "0.6.1",
"@eth-optimism/core-utils": "0.9.1",
"@eth-optimism/sdk": "1.2.1",
"ethers": "^5.6.8"
},
"devDependencies": {
......
# @eth-optimism/replica-healthcheck
## 1.1.5
### Patch Changes
- Updated dependencies [f9fee446]
- @eth-optimism/core-utils@0.9.1
- @eth-optimism/common-ts@0.6.1
## 1.1.4
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.1.4",
"version": "1.1.5",
"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.0",
"@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/common-ts": "0.6.1",
"@eth-optimism/core-utils": "0.9.1",
"@ethersproject/abstract-provider": "^5.6.1"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.2.1
### Patch Changes
- Updated dependencies [6e3449ba]
- Updated dependencies [f9fee446]
- @eth-optimism/contracts@0.5.30
- @eth-optimism/core-utils@0.9.1
## 1.2.0
### Minor Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.2.0",
"version": "1.2.1",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -46,8 +46,8 @@
"mocha": "^10.0.0"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.29",
"@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/contracts": "0.5.30",
"@eth-optimism/core-utils": "0.9.1",
"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