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

Version Packages

parent fde7a1f7
---
'@eth-optimism/contracts-bedrock': patch
---
Add echidna test commands
---
'@eth-optimism/contracts-bedrock': patch
---
Add tests to the SystemConfig contract
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/actor-tests': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
'@eth-optimism/contracts-periphery': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/drippie-mon': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/hardhat-deploy-config': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/migration-data': patch
'@eth-optimism/replica-healthcheck': patch
---
Bumps the version of ts-node used
---
'@eth-optimism/sdk': patch
---
Removes an unused variable from the SDK
---
'@eth-optimism/core-utils': minor
'@eth-optimism/sdk': minor
---
Add suppory for finalizing legacy withdrawals after the Bedrock migration
---
'@eth-optimism/ci-builder': patch
---
Require rebuild on null ref
---
'@eth-optimism/l2geth': patch
---
Close down the syncservice more cleanly
---
'@eth-optimism/ci-builder': patch
'@eth-optimism/contracts-bedrock': patch
---
Add echidna test for AliasHelper
---
'@eth-optimism/data-transport-layer': patch
---
Patch for fast Goerli sync
---
'@eth-optimism/data-transport-layer': patch
---
Add L1 sync shutoff block
---
'@eth-optimism/data-transport-layer': patch
---
Give users a nicer revert when connected to wrong RPC
---
'@eth-optimism/ci-builder': patch
---
Pin echidna version
---
'@eth-optimism/data-transport-layer': patch
---
Updates the DTL in preparation for shutoff during the Bedrock migration. So long, DTL!
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/actor-tests': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
---
Updates the version of TypeScript
---
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/sdk': patch
---
Refactors the L2OutputOracle to key the l2Outputs mapping by index instead of by L2 block number.
---
'@eth-optimism/fault-detector': minor
---
Includes a new event caching mechanism for running the fault detector against Geth.
---
'@eth-optimism/contracts-bedrock': minor
---
Refactors the MerkleTrie get function to throw explicitly instead of returning an existence boolean
---
'@eth-optimism/data-transport-layer': patch
---
Fixes a bug with the DTL shutoff block logic
---
'@eth-optimism/indexer': minor
---
Adds support for the OptimismPortal's new `WithdrawalProven` event to the indexer
---
'@eth-optimism/contracts-bedrock': patch
---
Document test function naming convention and create a script for checking.
# @eth-optimism/indexer
## 0.5.0
### Minor Changes
- f030d8660: Adds support for the OptimismPortal's new `WithdrawalProven` event to the indexer
## 0.4.0
### Minor Changes
......
{
"name": "@eth-optimism/indexer",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"license": "MIT"
}
# @eth-optimism/integration-tests
## 0.5.22
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 1d3c749a2: Updates the version of TypeScript
## 0.5.21
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.21",
"version": "0.5.22",
"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.38",
"@eth-optimism/contracts-periphery": "^1.0.3",
"@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.7.0",
"@eth-optimism/contracts": "^0.5.39",
"@eth-optimism/contracts-periphery": "^1.0.4",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.8.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
......
# Changelog
## 0.5.30
### Patch Changes
- 0e8652c29: Close down the syncservice more cleanly
## 0.5.29
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.5.29",
"version": "0.5.30",
"private": true,
"devDependencies": {}
}
# @eth-optimism/ci-builder
## 0.3.7
### Patch Changes
- 18d1ce3f4: Require rebuild on null ref
- 1594678e0: Add echidna test for AliasHelper
- 74fd040ce: Pin echidna version
## 0.3.6
### Patch Changes
......
{
"name": "@eth-optimism/ci-builder",
"version": "0.3.6",
"version": "0.3.7",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/actor-tests
## 0.0.15
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 1d3c749a2: Updates the version of TypeScript
- Updated dependencies [43f33f39f]
- Updated dependencies [237a351f1]
- Updated dependencies [1d3c749a2]
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [1594678e0]
- Updated dependencies [1d3c749a2]
- Updated dependencies [136ea1785]
- Updated dependencies [4d13f0afe]
- Updated dependencies [7300a7ca7]
- @eth-optimism/contracts-bedrock@0.11.0
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
## 0.0.14
### Patch Changes
......
{
"name": "@eth-optimism/actor-tests",
"version": "0.0.14",
"version": "0.0.15",
"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.10.0",
"@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/sdk": "^1.7.0",
"@eth-optimism/contracts-bedrock": "0.11.0",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.8.0",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
......
# @eth-optimism/common-ts
## 0.6.8
### Patch Changes
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/core-utils@0.12.0
## 0.6.7
### Patch Changes
......
{
"name": "@eth-optimism/common-ts",
"version": "0.6.7",
"version": "0.6.8",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
......@@ -33,7 +33,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/core-utils": "0.12.0",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"body-parser": "^1.20.0",
......
# @eth-optimism/contracts-bedrock
## 0.11.0
### Minor Changes
- 4d13f0afe: Refactors the MerkleTrie get function to throw explicitly instead of returning an existence boolean
### Patch Changes
- 43f33f39f: Add echidna test commands
- 237a351f1: Add tests to the SystemConfig contract
- 1d3c749a2: Bumps the version of ts-node used
- 1594678e0: Add echidna test for AliasHelper
- 1d3c749a2: Updates the version of TypeScript
- 136ea1785: Refactors the L2OutputOracle to key the l2Outputs mapping by index instead of by L2 block number.
- 7300a7ca7: Document test function naming convention and create a script for checking.
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/core-utils@0.12.0
## 0.10.0
### Minor Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.10.0",
"version": "0.11.0",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......@@ -46,14 +46,14 @@
"echidna:metering": "echidna-test --contract EchidnaFuzzResourceMetering --config ./echidna.yaml ."
},
"dependencies": {
"@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/core-utils": "^0.12.0",
"@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"ethers": "^5.7.0",
"hardhat": "^2.9.6"
},
"devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethereumjs/trie": "^5.0.0-beta.1",
"@ethereumjs/util": "^8.0.0-beta.1",
"@ethersproject/abstract-provider": "^5.7.0",
......
# @eth-optimism/contracts-governance
## 0.1.8
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 1d3c749a2: Updates the version of TypeScript
- Updated dependencies [1d3c749a2]
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/hardhat-deploy-config@0.2.5
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
## 0.1.7
### Patch Changes
......
{
"name": "@eth-optimism/contracts-governance",
"version": "0.1.7",
"version": "0.1.8",
"author": "Optimism PBC",
"license": "MIT",
"main": "dist/index",
......@@ -28,9 +28,9 @@
"deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/sdk": "^1.6.10",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.8.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1",
......
# @eth-optimism/contracts-periphery
## 1.0.4
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
## 1.0.3
### Patch Changes
......
{
"name": "@eth-optimism/contracts-periphery",
"version": "1.0.3",
"version": "1.0.4",
"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.38",
"@eth-optimism/contracts-bedrock": "^0.10.0",
"@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@eth-optimism/contracts": "^0.5.39",
"@eth-optimism/contracts-bedrock": "^0.11.0",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
......
# Changelog
## 0.5.39
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 1d3c749a2: Updates the version of TypeScript
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/core-utils@0.12.0
## 0.5.38
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.38",
"version": "0.5.39",
"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.11.0",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0"
},
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
......
# @eth-optimism/core-utils
## 0.12.0
### Minor Changes
- c975c9620: Add suppory for finalizing legacy withdrawals after the Bedrock migration
### Patch Changes
- 136ea1785: Refactors the L2OutputOracle to key the l2Outputs mapping by index instead of by L2 block number.
## 0.11.0
### Minor Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.11.0",
"version": "0.12.0",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.49
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- 7c90d5a48: Patch for fast Goerli sync
- 902985f2c: Add L1 sync shutoff block
- 21ee72b3a: Give users a nicer revert when connected to wrong RPC
- 36bd8fbff: Updates the DTL in preparation for shutoff during the Bedrock migration. So long, DTL!
- e941ee73f: Fixes a bug with the DTL shutoff block logic
- Updated dependencies [1d3c749a2]
- Updated dependencies [c975c9620]
- Updated dependencies [1d3c749a2]
- Updated dependencies [136ea1785]
- @eth-optimism/contracts@0.5.39
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 0.5.48
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.48",
"version": "0.5.49",
"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.7",
"@eth-optimism/contracts": "0.5.38",
"@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/common-ts": "0.6.8",
"@eth-optimism/contracts": "0.5.39",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@sentry/node": "^6.3.1",
......
# @eth-optimism/drippie-mon
## 0.3.24
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- Updated dependencies [1d3c749a2]
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/contracts-periphery@1.0.4
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 0.3.23
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.23",
"version": "0.3.24",
"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.7",
"@eth-optimism/contracts-periphery": "1.0.3",
"@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.7.0",
"@eth-optimism/common-ts": "0.6.8",
"@eth-optimism/contracts-periphery": "1.0.4",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.8.0",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/fault-detector
## 0.4.0
### Minor Changes
- ab5c1b897: Includes a new event caching mechanism for running the fault detector against Geth.
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- Updated dependencies [1d3c749a2]
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [1d3c749a2]
- Updated dependencies [136ea1785]
- @eth-optimism/contracts@0.5.39
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 0.3.2
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.3.2",
"version": "0.4.0",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
......@@ -47,10 +47,10 @@
"ts-node": "^10.9.1"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.6.7",
"@eth-optimism/contracts": "^0.5.38",
"@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/sdk": "^1.6.11",
"@eth-optimism/common-ts": "^0.6.8",
"@eth-optimism/contracts": "^0.5.39",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.8.0",
"@ethersproject/abstract-provider": "^5.7.0"
}
}
# @eth-optimism/hardhat-deploy-config
## 0.2.5
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
## 0.2.4
### Patch Changes
......
{
"name": "@eth-optimism/hardhat-deploy-config",
"version": "0.2.4",
"version": "0.2.5",
"description": "[Optimism] Hardhat deploy configuration plugin",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
......
# @eth-optimism/message-relayer
## 0.5.23
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- Updated dependencies [767585b07]
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/sdk@1.8.0
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 0.5.22
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.22",
"version": "0.5.23",
"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.7",
"@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.7.0",
"@eth-optimism/common-ts": "0.6.8",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.8.0",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/migration-data
## 0.0.2
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
{
"private": true,
"name": "@eth-optimism/migration-data",
"version": "0.0.1",
"version": "0.0.2",
"description": "[Optimism] Data collection scripts for Bedrock migration",
"main": "dist/index",
"types": "dist/index",
......@@ -33,7 +33,7 @@
},
"devDependencies": {
"commander": "^9.0.0",
"@eth-optimism/contracts": "0.5.38",
"@eth-optimism/contracts": "0.5.39",
"@eth-optimism/old-contracts": "npm:@eth-optimism/contracts@0.4.10",
"ethers": "^5.7.0",
"ts-node": "^10.9.1"
......
# @eth-optimism/replica-healthcheck
## 1.1.13
### Patch Changes
- 1d3c749a2: Bumps the version of ts-node used
- Updated dependencies [c975c9620]
- Updated dependencies [136ea1785]
- @eth-optimism/core-utils@0.12.0
- @eth-optimism/common-ts@0.6.8
## 1.1.12
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.1.12",
"version": "1.1.13",
"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.7",
"@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/common-ts": "0.6.8",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/abstract-provider": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.8.0
### Minor Changes
- c975c9620: Add suppory for finalizing legacy withdrawals after the Bedrock migration
### Patch Changes
- 767585b07: Removes an unused variable from the SDK
- 136ea1785: Refactors the L2OutputOracle to key the l2Outputs mapping by index instead of by L2 block number.
- Updated dependencies [43f33f39f]
- Updated dependencies [237a351f1]
- Updated dependencies [1d3c749a2]
- Updated dependencies [c975c9620]
- Updated dependencies [1594678e0]
- Updated dependencies [1d3c749a2]
- Updated dependencies [136ea1785]
- Updated dependencies [4d13f0afe]
- Updated dependencies [7300a7ca7]
- @eth-optimism/contracts-bedrock@0.11.0
- @eth-optimism/contracts@0.5.39
- @eth-optimism/core-utils@0.12.0
## 1.7.0
### Minor Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.7.0",
"version": "1.8.0",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -48,9 +48,9 @@
"mocha": "^10.0.0"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.38",
"@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/contracts-bedrock": "0.10.0",
"@eth-optimism/contracts": "0.5.39",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/contracts-bedrock": "0.11.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