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

Version Packages

parent 8af6d151
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/contracts-periphery': patch
---
Removes NFT refund logic if withdrawals fail.
---
'@eth-optimism/common-ts': patch
---
Minor update to BaseServiceV2 to keep the raw body around when requests are made.
---
'@eth-optimism/contracts-bedrock': patch
---
Fixes a small bug in the constructor of the L2OutputOracle contract
---
'@eth-optimism/proxyd': patch
---
Add customizable whitelist error
---
'@eth-optimism/contracts': patch
---
Add prefunded accounts to L2 genesis when doing local network
---
'@eth-optimism/contracts-bedrock': minor
---
No refunds!
---
'@eth-optimism/contracts-bedrock': patch
---
Updates README to include versioning rules.
---
'@eth-optimism/contracts': patch
---
Expose the deployments in the deployer image
---
'@eth-optimism/contracts-periphery': patch
---
Adds input validation to the ERC721Bridge constructor, fixes a typo in the L1ERC721Bridge, and removes the ERC721Refunded event declaration.
---
'@eth-optimism/data-transport-layer': patch
---
Adds consistency checks for transaction entries in L1 syncing nodes
---
'@eth-optimism/proxyd': patch
---
Batch metrics and max batch size
---
'@eth-optimism/contracts-bedrock': patch
---
Fuzz L2ToL1MessagePasser
---
'@eth-optimism/contracts-periphery': patch
---
Remove ownable upgradable from erc721 factory
---
'@eth-optimism/contracts-bedrock': patch
---
Modifies the StandardBridge to move a value check deeper down the call stack to be more defensive.
---
'@eth-optimism/contracts-periphery': patch
---
Increased solc version on drip checks to 0.8.16.
---
'@eth-optimism/hardhat-deploy-config': patch
---
Allow `paths` to be unset in hardhat config
# @eth-optimism/integration-tests
## 0.5.20
### Patch Changes
- 02c457a5: Removes NFT refund logic if withdrawals fail.
## 0.5.19
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.19",
"version": "0.5.20",
"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.36",
"@eth-optimism/contracts-periphery": "^1.0.0",
"@eth-optimism/contracts": "^0.5.37",
"@eth-optimism/contracts-periphery": "^1.0.1",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.5",
"@eth-optimism/sdk": "1.6.6",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
......
# @eth-optimism/actor-tests
## 0.0.8
### Patch Changes
- Updated dependencies [6ed68fa3]
- Updated dependencies [3d4e8529]
- Updated dependencies [caf5dd3e]
- Updated dependencies [a6cbfee2]
- Updated dependencies [394a26ec]
- @eth-optimism/contracts-bedrock@0.8.0
- @eth-optimism/sdk@1.6.6
## 0.0.7
### Patch Changes
......
{
"name": "@eth-optimism/actor-tests",
"version": "0.0.7",
"version": "0.0.8",
"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.7.0",
"@eth-optimism/contracts-bedrock": "0.8.0",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/sdk": "^1.6.5",
"@eth-optimism/sdk": "^1.6.6",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
......
# @eth-optimism/common-ts
## 0.6.6
### Patch Changes
- ce7da914: Minor update to BaseServiceV2 to keep the raw body around when requests are made.
## 0.6.5
### Patch Changes
......
{
"name": "@eth-optimism/common-ts",
"version": "0.6.5",
"version": "0.6.6",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
......
# @eth-optimism/contracts-bedrock
## 0.8.0
### Minor Changes
- 3d4e8529: No refunds!
### Patch Changes
- 6ed68fa3: Fixes a small bug in the constructor of the L2OutputOracle contract
- caf5dd3e: Updates README to include versioning rules.
- a6cbfee2: Fuzz L2ToL1MessagePasser
- 394a26ec: Modifies the StandardBridge to move a value check deeper down the call stack to be more defensive.
## 0.7.0
### Minor Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.7.0",
"version": "0.8.0",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......@@ -46,7 +46,7 @@
"hardhat": "^2.9.6"
},
"devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@ethereumjs/trie": "^5.0.0-beta.1",
"@ethereumjs/util": "^8.0.0-beta.1",
"ethereumjs-wallet": "^1.0.2",
......
# @eth-optimism/contracts-periphery
## 1.0.1
### Patch Changes
- 02c457a5: Removes NFT refund logic if withdrawals fail.
- d3fe9b6d: Adds input validation to the ERC721Bridge constructor, fixes a typo in the L1ERC721Bridge, and removes the ERC721Refunded event declaration.
- 220ad4ef: Remove ownable upgradable from erc721 factory
- 5d86ff0e: Increased solc version on drip checks to 0.8.16.
## 1.0.0
### Major Changes
......
{
"name": "@eth-optimism/contracts-periphery",
"version": "1.0.0",
"version": "1.0.1",
"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.36",
"@eth-optimism/contracts-bedrock": "^0.7.0",
"@eth-optimism/contracts": "^0.5.37",
"@eth-optimism/contracts-bedrock": "^0.8.0",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
......
# Changelog
## 0.5.37
### Patch Changes
- 628affc7: Add prefunded accounts to L2 genesis when doing local network
- 740e1bcc: Expose the deployments in the deployer image
## 0.5.36
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.36",
"version": "0.5.37",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -64,7 +64,7 @@
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
......
# data transport layer
## 0.5.47
### Patch Changes
- 81c1cd99: Adds consistency checks for transaction entries in L1 syncing nodes
- Updated dependencies [ce7da914]
- Updated dependencies [628affc7]
- Updated dependencies [740e1bcc]
- @eth-optimism/common-ts@0.6.6
- @eth-optimism/contracts@0.5.37
## 0.5.46
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.46",
"version": "0.5.47",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......@@ -36,8 +36,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/contracts": "0.5.36",
"@eth-optimism/common-ts": "0.6.6",
"@eth-optimism/contracts": "0.5.37",
"@eth-optimism/core-utils": "0.10.1",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
......
# @eth-optimism/drippie-mon
## 0.3.17
### Patch Changes
- Updated dependencies [02c457a5]
- Updated dependencies [ce7da914]
- Updated dependencies [d3fe9b6d]
- Updated dependencies [220ad4ef]
- Updated dependencies [5d86ff0e]
- @eth-optimism/contracts-periphery@1.0.1
- @eth-optimism/common-ts@0.6.6
- @eth-optimism/sdk@1.6.6
## 0.3.16
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.16",
"version": "0.3.17",
"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.5",
"@eth-optimism/contracts-periphery": "1.0.0",
"@eth-optimism/common-ts": "0.6.6",
"@eth-optimism/contracts-periphery": "1.0.1",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.5",
"@eth-optimism/sdk": "1.6.6",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/hardhat-deploy-config
## 0.2.4
### Patch Changes
- dd5ab8c0: Allow `paths` to be unset in hardhat config
## 0.2.3
### Patch Changes
......
{
"name": "@eth-optimism/hardhat-deploy-config",
"version": "0.2.3",
"version": "0.2.4",
"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.36",
"@eth-optimism/contracts": "0.5.37",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.5",
"@eth-optimism/sdk": "1.6.6",
"@ethersproject/abstract-provider": "^5.7.0",
"chai-as-promised": "^7.1.1",
"chai": "^4.3.4",
......
# @eth-optimism/message-relayer
## 0.5.16
### Patch Changes
- Updated dependencies [ce7da914]
- @eth-optimism/common-ts@0.6.6
- @eth-optimism/sdk@1.6.6
## 0.5.15
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.15",
"version": "0.5.16",
"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.5",
"@eth-optimism/common-ts": "0.6.6",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.5",
"@eth-optimism/sdk": "1.6.6",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/replica-healthcheck
## 1.1.10
### Patch Changes
- Updated dependencies [ce7da914]
- @eth-optimism/common-ts@0.6.6
## 1.1.9
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.1.9",
"version": "1.1.10",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
......@@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/common-ts": "0.6.6",
"@eth-optimism/core-utils": "0.10.1",
"@ethersproject/abstract-provider": "^5.7.0"
},
......
# @eth-optimism/sdk
## 1.6.6
### Patch Changes
- Updated dependencies [6ed68fa3]
- Updated dependencies [628affc7]
- Updated dependencies [3d4e8529]
- Updated dependencies [caf5dd3e]
- Updated dependencies [740e1bcc]
- Updated dependencies [a6cbfee2]
- Updated dependencies [394a26ec]
- @eth-optimism/contracts-bedrock@0.8.0
- @eth-optimism/contracts@0.5.37
## 1.6.5
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.6.5",
"version": "1.6.6",
"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.36",
"@eth-optimism/contracts": "0.5.37",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/contracts-bedrock": "0.7.0",
"@eth-optimism/contracts-bedrock": "0.8.0",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
......
# @eth-optimism/proxyd
## 3.10.2
### Patch Changes
- 6bb35fd8: Add customizable whitelist error
- 7121648c: Batch metrics and max batch size
## 3.10.1
### Patch Changes
......
{
"name": "@eth-optimism/proxyd",
"version": "3.10.1",
"version": "3.10.2",
"private": true,
"dependencies": {}
}
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