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

Version Packages (#978)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent cb4a928b
---
'@eth-optimism/l2geth': patch
---
Make block hashes deterministic by using the same clique signer key
---
'@eth-optimism/l2geth': patch
---
Fixes incorrect type parsing in the RollupClient. The gasLimit became greater than the largest safe JS number so it needs to be represented as a string
---
'@eth-optimism/integration-tests': patch
---
Reduce test timeout from 100 to 20 seconds
---
'@eth-optimism/smock': patch
---
Fixes a bug that would break call assertions for overloaded smocked functions
---
'@eth-optimism/data-transport-layer': patch
---
Represent gaslimit as a string to avoid an overflow
---
'@eth-optimism/batch-submitter': patch
'@eth-optimism/data-transport-layer': patch
---
Remove dead imports from core-utils
---
'@eth-optimism/l2geth': patch
'@eth-optimism/core-utils': patch
---
Implement the next fee spec in both geth and in core-utils
---
'@eth-optimism/message-relayer': patch
---
Adds a README and cleans up the interface for generating messages and proofs
---
'@eth-optimism/l2geth': patch
---
fix potential underflow when launching the chain when the last verified index is 0
---
'@eth-optimism/contracts': patch
---
Update contracts README to add deploy instructions.
---
'@eth-optimism/l2geth': patch
'@eth-optimism/data-transport-layer': patch
---
Fix gasLimit overflow
---
'@eth-optimism/smock': patch
---
Fix a bug where overloaded functions would not be handled correctly
---
"@eth-optimism/l2geth": patch
---
Refactor the SyncService to more closely implement the specification. This includes using query params to select the backend from the DTL, trailing syncing of batches for the sequencer, syncing by batches as the verifier as well as unified code paths for transaction ingestion to prevent double ingestion or missed ingestion
---
'@eth-optimism/data-transport-layer': patch
---
Fixes a bug that prevented verifiers from syncing properly with the DTL
---
'@eth-optimism/contracts': patch
---
Introduces the congestion price oracle contract
---
'@eth-optimism/message-relayer': patch
---
Adds a new set of tools for generating messages to be relayed and their proofs
---
'@eth-optimism/core-utils': patch
---
Delete dead transaction coders. These are no longer used now that RLP encoded transactions are used
---
'@eth-optimism/data-transport-layer': patch
---
Logs the error stacktrace for a failed HTTP request
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/l2geth': patch
'@eth-optimism/core-utils': patch
---
Implement the latest fee spec such that the L2 gas limit is scaled and the tx.gasPrice/tx.gasLimit show correctly in metamask
---
'@eth-optimism/message-relayer': patch
---
Removes spreadsheet mode from the message relayer
---
'@eth-optimism/contracts': patch
---
Minor change to how deploy.ts is invoked
---
'@eth-optimism/integration-tests': patch
---
Add verifier sync test and extra docker-compose functions
---
'@eth-optimism/data-transport-layer': patch
---
improve slow blocking JSON parsing that occurs during l2 sync
# @eth-optimism/integration-tests
## 0.0.7
### Patch Changes
- d1680052: Reduce test timeout from 100 to 20 seconds
- c2b6e14b: Implement the latest fee spec such that the L2 gas limit is scaled and the tx.gasPrice/tx.gasLimit show correctly in metamask
- 77108d37: Add verifier sync test and extra docker-compose functions
## 0.0.6
### Patch Changes
......
{
"name": "@eth-optimism/integration-tests",
"version": "0.0.6",
"version": "0.0.7",
"description": "[Optimism] Integration Tests",
"private": true,
"author": "Optimism PBC",
......@@ -17,8 +17,8 @@
"clean": "rimraf cache artifacts artifacts-ovm cache-ovm"
},
"devDependencies": {
"@eth-optimism/contracts": "^0.3.4",
"@eth-optimism/core-utils": "^0.4.4",
"@eth-optimism/contracts": "^0.3.5",
"@eth-optimism/core-utils": "^0.4.5",
"@eth-optimism/hardhat-ovm": "^0.2.2",
"@ethersproject/providers": "^5.0.24",
"@nomiclabs/hardhat-ethers": "^2.0.2",
......
# Changelog
## 0.3.7
### Patch Changes
- cb4a928b: Make block hashes deterministic by using the same clique signer key
- f1b27318: Fixes incorrect type parsing in the RollupClient. The gasLimit became greater than the largest safe JS number so it needs to be represented as a string
- a64f8161: Implement the next fee spec in both geth and in core-utils
- 5e4eaea1: fix potential underflow when launching the chain when the last verified index is 0
- 1293825c: Fix gasLimit overflow
- a25acbbd: Refactor the SyncService to more closely implement the specification. This includes using query params to select the backend from the DTL, trailing syncing of batches for the sequencer, syncing by batches as the verifier as well as unified code paths for transaction ingestion to prevent double ingestion or missed ingestion
- c2b6e14b: Implement the latest fee spec such that the L2 gas limit is scaled and the tx.gasPrice/tx.gasLimit show correctly in metamask
## 0.3.6
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.3.6",
"version": "0.3.7",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.3.3
### Patch Changes
- 750a5021: Remove dead imports from core-utils
- Updated dependencies [a64f8161]
- Updated dependencies [4e03f8a9]
- Updated dependencies [8e2bfd07]
- Updated dependencies [750a5021]
- Updated dependencies [c2b6e14b]
- Updated dependencies [245136f1]
- @eth-optimism/core-utils@0.4.5
- @eth-optimism/contracts@0.3.5
## 0.3.2
### Patch Changes
......
{
"name": "@eth-optimism/batch-submitter",
"version": "0.3.2",
"version": "0.3.3",
"private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index",
......@@ -32,8 +32,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/contracts": "^0.3.1",
"@eth-optimism/core-utils": "^0.4.3",
"@eth-optimism/contracts": "^0.3.5",
"@eth-optimism/core-utils": "^0.4.5",
"@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.0.5",
"@ethersproject/providers": "^5.0.14",
......@@ -45,7 +45,7 @@
"prom-client": "^13.1.0"
},
"devDependencies": {
"@eth-optimism/smock": "^1.1.4",
"@eth-optimism/smock": "^1.1.5",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/bluebird": "^3.5.34",
......
# Changelog
## 0.3.5
### Patch Changes
- 4e03f8a9: Update contracts README to add deploy instructions.
- 8e2bfd07: Introduces the congestion price oracle contract
- 245136f1: Minor change to how deploy.ts is invoked
- Updated dependencies [a64f8161]
- Updated dependencies [750a5021]
- Updated dependencies [c2b6e14b]
- @eth-optimism/core-utils@0.4.5
## 0.3.4
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.3.4",
"version": "0.3.5",
"main": "dist/index",
"files": [
"dist/**/*.js",
......@@ -50,7 +50,7 @@
"generate-markdown": "node \"./scripts/generate-markdown.js\""
},
"dependencies": {
"@eth-optimism/core-utils": "^0.4.4",
"@eth-optimism/core-utils": "^0.4.5",
"@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/abstract-signer": "^5.1.0",
"@ethersproject/contracts": "^5.0.5",
......@@ -59,7 +59,7 @@
"devDependencies": {
"@codechecks/client": "0.1.10-beta",
"@eth-optimism/hardhat-ovm": "^0.2.2",
"@eth-optimism/smock": "^1.1.3",
"@eth-optimism/smock": "^1.1.5",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^3.3.0",
......
# @eth-optimism/core-utils
## 0.4.5
### Patch Changes
- a64f8161: Implement the next fee spec in both geth and in core-utils
- 750a5021: Delete dead transaction coders. These are no longer used now that RLP encoded transactions are used
- c2b6e14b: Implement the latest fee spec such that the L2 gas limit is scaled and the tx.gasPrice/tx.gasLimit show correctly in metamask
## 0.4.4
### Patch Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist/index",
"files": [
"dist/*"
......
# data transport layer
## 0.3.4
### Patch Changes
- f1b27318: Represent gaslimit as a string to avoid an overflow
- 750a5021: Remove dead imports from core-utils
- 1293825c: Fix gasLimit overflow
- a75f05b7: Fixes a bug that prevented verifiers from syncing properly with the DTL
- e52ccd98: Logs the error stacktrace for a failed HTTP request
- 8ac4c74c: improve slow blocking JSON parsing that occurs during l2 sync
- Updated dependencies [a64f8161]
- Updated dependencies [4e03f8a9]
- Updated dependencies [8e2bfd07]
- Updated dependencies [750a5021]
- Updated dependencies [c2b6e14b]
- Updated dependencies [245136f1]
- @eth-optimism/core-utils@0.4.5
- @eth-optimism/contracts@0.3.5
## 0.3.3
### Patch Changes
......
{
"name": "@eth-optimism/data-transport-layer",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"main": "dist/index",
"files": [
......@@ -22,8 +22,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/contracts": "^0.3.3",
"@eth-optimism/core-utils": "^0.4.3",
"@eth-optimism/contracts": "^0.3.5",
"@eth-optimism/core-utils": "^0.4.5",
"@ethersproject/providers": "^5.0.21",
"@ethersproject/transactions": "^5.0.21",
"@sentry/node": "^6.3.1",
......
# @eth-optimism/message-relayer
## 0.1.4
### Patch Changes
- 9d39121b: Adds a README and cleans up the interface for generating messages and proofs
- 86708bb5: Adds a new set of tools for generating messages to be relayed and their proofs
- 064c03af: Removes spreadsheet mode from the message relayer
- Updated dependencies [a64f8161]
- Updated dependencies [4e03f8a9]
- Updated dependencies [8e2bfd07]
- Updated dependencies [750a5021]
- Updated dependencies [c2b6e14b]
- Updated dependencies [245136f1]
- @eth-optimism/core-utils@0.4.5
- @eth-optimism/contracts@0.3.5
## 0.1.3
### Patch Changes
......
{
"name": "@eth-optimism/message-relayer",
"version": "0.1.3",
"version": "0.1.4",
"description": "[Optimism] Cross Domain Message Relayer service",
"main": "dist/index",
"types": "dist/index",
......@@ -30,8 +30,8 @@
},
"dependencies": {
"@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/contracts": "^0.3.3",
"@eth-optimism/core-utils": "^0.4.3",
"@eth-optimism/contracts": "^0.3.5",
"@eth-optimism/core-utils": "^0.4.5",
"bcfg": "^0.1.6",
"dotenv": "^8.2.0",
"ethers": "^5.1.0",
......@@ -39,7 +39,7 @@
"rlp": "^2.2.6"
},
"devDependencies": {
"@eth-optimism/smock": "^1.1.4",
"@eth-optimism/smock": "^1.1.5",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.2.18",
......
# @eth-optimism/smock
## 1.1.5
### Patch Changes
- 5e3c5d1c: Fixes a bug that would break call assertions for overloaded smocked functions
- e6e87ae1: Fix a bug where overloaded functions would not be handled correctly
- Updated dependencies [a64f8161]
- Updated dependencies [750a5021]
- Updated dependencies [c2b6e14b]
- @eth-optimism/core-utils@0.4.5
## 1.1.4
### Patch Changes
......
......@@ -3,7 +3,7 @@
"files": [
"dist/src/*"
],
"version": "1.1.4",
"version": "1.1.5",
"main": "dist/src/index",
"types": "dist/src/index",
"author": "Optimism PBC",
......@@ -26,7 +26,7 @@
"hardhat": "^2.2.1"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.4.1",
"@eth-optimism/core-utils": "^0.4.5",
"bn.js": "^5.2.0"
},
"devDependencies": {
......
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