Commit d0a2857e authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#595)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent fcb9bdf3
---
"@eth-optimism/integration-tests": patch
"@eth-optimism/batch-submitter": patch
"@eth-optimism/contracts": patch
"@eth-optimism/core-utils": patch
"@eth-optimism/data-transport-layer": patch
"@eth-optimism/hardhat-ovm": patch
"@eth-optimism/smock": patch
---
update hardhat versions so that solc is resolved correctly
---
"@eth-optimism/data-transport-layer": patch
---
Clean up config parsing to match CLI argument configuration
---
"@eth-optimism/hardhat-ovm": minor
---
allow overriding the ethers polling interval
---
"@eth-optimism/l2geth": patch
---
Use constant execution price, which is set by the sequencer
---
"@eth-optimism/hardhat-ovm": minor
---
export ovm typechain bindings to types-ovm via hardhat-ovm
---
"@eth-optimism/contracts": patch
---
Removed two old mock contracts
---
"@eth-optimism/contracts": patch
---
Updates deployment files to remove colon filenames
---
"@eth-optimism/batch-submitter": patch
"@eth-optimism/core-utils": patch
---
migrate batch submitter types to core-utils
---
"@eth-optimism/contracts": patch
---
Removes copies of OZ contracts in favor of importing from OZ directly
---
"@eth-optimism/integration-tests": patch
"@eth-optimism/l2geth": patch
---
Correctly set the OVM context based on the L1 values during `eth_call`. This will also set it during `eth_estimateGas`. Add tests for this in the integration tests
---
"@eth-optimism/batch-submitter": patch
"@eth-optimism/core-utils": patch
---
reformat error context for Sentry
---
"@eth-optimism/contracts": patch
---
Adds config parsing to the deploy script for local deployments
---
"@eth-optimism/contracts": patch
---
Minor update to package.json to correctly export typechain artifacts"
---
"@eth-optimism/contracts": patch
---
Remove unused logic in ovmEXTCODECOPY
---
"@eth-optimism/contracts": patch
---
Updates the `yarn build` command to not error
---
"@eth-optimism/contracts": patch
---
Add an extra event to messenger contracts to emit when a message is unsuccessfully relayed
---
"@eth-optimism/contracts": patch
---
Adds OVM_Sequencer and Deployer to the addresses.json output file
......@@ -14,7 +14,7 @@
"clean": "rimraf ./cache-ovm ./cache ./artifacts-ovm ./artifacts ./deployments"
},
"devDependencies": {
"@eth-optimism/hardhat-ovm": "^0.0.3",
"@eth-optimism/hardhat-ovm": "^0.1.0",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "4.3.4",
......
# @eth-optimism/integration-tests
## 0.0.3
### Patch Changes
- 6daa408: update hardhat versions so that solc is resolved correctly
- 5b9be2e: Correctly set the OVM context based on the L1 values during `eth_call`. This will also set it during `eth_estimateGas`. Add tests for this in the integration tests
## 0.0.2
### Patch Changes
- 6bcf22b: Add contracts for OVM context test coverage and add tests
{
"name": "@eth-optimism/integration-tests",
"version": "0.0.2",
"version": "0.0.3",
"description": "[Optimism] Integration Tests",
"private": true,
"author": "Optimism PBC",
......@@ -16,9 +16,9 @@
"clean": "rimraf cache artifacts artifacts-ovm cache-ovm"
},
"devDependencies": {
"@eth-optimism/contracts": "^0.2.6",
"@eth-optimism/core-utils": "^0.3.1",
"@eth-optimism/hardhat-ovm": "^0.0.3",
"@eth-optimism/contracts": "^0.2.8",
"@eth-optimism/core-utils": "^0.3.2",
"@eth-optimism/hardhat-ovm": "^0.1.0",
"@ethersproject/providers": "^5.0.24",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"chai": "^4.3.3",
......
# Changelog
## 0.2.5
### Patch Changes
- 79f66e9: Use constant execution price, which is set by the sequencer
- 5b9be2e: Correctly set the OVM context based on the L1 values during `eth_call`. This will also set it during `eth_estimateGas`. Add tests for this in the integration tests
## 0.2.4
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.2.4",
"version": "0.2.5",
"private": true
}
# Changelog
## 0.2.3
### Patch Changes
- 6daa408: update hardhat versions so that solc is resolved correctly
- dee74ef: migrate batch submitter types to core-utils
- d64b66d: reformat error context for Sentry
- Updated dependencies [6daa408]
- Updated dependencies [ea4041b]
- Updated dependencies [f1f5bf2]
- Updated dependencies [dee74ef]
- Updated dependencies [9ec3ec0]
- Updated dependencies [d64b66d]
- Updated dependencies [5f376ee]
- Updated dependencies [eef1df4]
- Updated dependencies [a76cde5]
- Updated dependencies [e713cd0]
- Updated dependencies [572dcbc]
- Updated dependencies [6014ec0]
- @eth-optimism/contracts@0.2.8
- @eth-optimism/core-utils@0.3.2
## 0.2.2
### Patch Changes
......
{
"name": "@eth-optimism/batch-submitter",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index",
......@@ -31,8 +31,8 @@
"url": "https://github.com/ethereum-optimism/optimism-monorepo.git"
},
"dependencies": {
"@eth-optimism/contracts": "^0.2.6",
"@eth-optimism/core-utils": "^0.3.1",
"@eth-optimism/contracts": "^0.2.8",
"@eth-optimism/core-utils": "^0.3.2",
"@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.0.5",
"@ethersproject/providers": "^5.0.14",
......@@ -42,7 +42,7 @@
"old-contracts": "npm:@eth-optimism/contracts@^0.0.2-alpha.7"
},
"devDependencies": {
"@eth-optimism/smock": "^1.0.2",
"@eth-optimism/smock": "^1.1.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.1.7",
......
# Changelog
## 0.2.8
### Patch Changes
- 6daa408: update hardhat versions so that solc is resolved correctly
- ea4041b: Removed two old mock contracts
- f1f5bf2: Updates deployment files to remove colon filenames
- 9ec3ec0: Removes copies of OZ contracts in favor of importing from OZ directly
- 5f376ee: Adds config parsing to the deploy script for local deployments
- eef1df4: Minor update to package.json to correctly export typechain artifacts"
- a76cde5: Remove unused logic in ovmEXTCODECOPY
- e713cd0: Updates the `yarn build` command to not error
- 572dcbc: Add an extra event to messenger contracts to emit when a message is unsuccessfully relayed
- 6014ec0: Adds OVM_Sequencer and Deployer to the addresses.json output file
- Updated dependencies [6daa408]
- Updated dependencies [dee74ef]
- Updated dependencies [d64b66d]
- @eth-optimism/core-utils@0.3.2
## 0.2.7
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.2.7",
"version": "0.2.8",
"main": "dist/index",
"files": [
"dist/**/*.js",
......@@ -43,7 +43,7 @@
"generate-markdown": "node scripts/generate-markdown.js"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.3.1",
"@eth-optimism/core-utils": "^0.3.2",
"@eth-optimism/solc": "^0.6.12-alpha.1",
"@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/contracts": "^5.0.5",
......@@ -53,8 +53,8 @@
"glob": "^7.1.6"
},
"devDependencies": {
"@eth-optimism/hardhat-ovm": "^0.0.3",
"@eth-optimism/smock": "^1.1.0",
"@eth-optimism/hardhat-ovm": "^0.1.0",
"@eth-optimism/smock": "^1.1.1",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "1.0.0",
......
# @eth-optimism/core-utils
## 0.3.2
### Patch Changes
- 6daa408: update hardhat versions so that solc is resolved correctly
- dee74ef: migrate batch submitter types to core-utils
- d64b66d: reformat error context for Sentry
## 0.3.1
### Patch Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/index",
"files": [
"dist/*"
......
# data transport layer
## 0.2.3
### Patch Changes
- 6daa408: update hardhat versions so that solc is resolved correctly
- 01a2e7d: Clean up config parsing to match CLI argument configuration
- Updated dependencies [6daa408]
- Updated dependencies [ea4041b]
- Updated dependencies [f1f5bf2]
- Updated dependencies [dee74ef]
- Updated dependencies [9ec3ec0]
- Updated dependencies [d64b66d]
- Updated dependencies [5f376ee]
- Updated dependencies [eef1df4]
- Updated dependencies [a76cde5]
- Updated dependencies [e713cd0]
- Updated dependencies [572dcbc]
- Updated dependencies [6014ec0]
- @eth-optimism/contracts@0.2.8
- @eth-optimism/core-utils@0.3.2
## 0.2.2
### Patch Changes
......
{
"name": "@eth-optimism/data-transport-layer",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"main": "dist/index",
"files": [
......@@ -19,8 +19,8 @@
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@eth-optimism/contracts": "^0.2.6",
"@eth-optimism/core-utils": "^0.3.1",
"@eth-optimism/contracts": "^0.2.8",
"@eth-optimism/core-utils": "^0.3.2",
"@ethersproject/providers": "^5.0.21",
"@sentry/node": "^6.3.1",
"@sentry/tracing": "^6.3.1",
......
# @eth-optimism/hardhat-ovm
## 0.1.0
### Minor Changes
- 122df8c: allow overriding the ethers polling interval
- 9a7dd60: export ovm typechain bindings to types-ovm via hardhat-ovm
### Patch Changes
- 6daa408: update hardhat versions so that solc is resolved correctly
## 0.0.3
### Patch Changes
......
{
"name": "@eth-optimism/hardhat-ovm",
"version": "0.0.3",
"version": "0.1.0",
"main": "dist/index",
"types": "dist/index",
"files": [
......
# @eth-optimism/smock
## 1.1.1
### Patch Changes
- 6daa408: update hardhat versions so that solc is resolved correctly
- Updated dependencies [6daa408]
- Updated dependencies [dee74ef]
- Updated dependencies [d64b66d]
- @eth-optimism/core-utils@0.3.2
## 1.1.0
### Minor Changes
......
......@@ -3,7 +3,7 @@
"files": [
"dist/src/*"
],
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/src/index",
"types": "dist/src/index",
"license": "MIT",
......@@ -22,7 +22,7 @@
"hardhat": "^2.2.1"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.3.0",
"@eth-optimism/core-utils": "^0.3.2",
"@ethersproject/abi": "^5.0.13",
"@ethersproject/abstract-provider": "^5.0.10",
"bn.js": "^5.2.0"
......
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