Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 8, 2021
1 parent cb4a928 commit 25dd035
Show file tree
Hide file tree
Showing 39 changed files with 121 additions and 141 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-apricots-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-books-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-cows-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-baboons-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-fishes-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fair-maps-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-dogs-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-shrimps-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-houses-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-countries-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-dots-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-melons-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-bobcats-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-pandas-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-carpets-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-files-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-masks-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-rivers-promise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-ears-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-spiders-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-waves-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-shoes-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-falcons-talk.md

This file was deleted.

8 changes: 8 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/integration-tests",
"version": "0.0.6",
"version": "0.0.7",
"description": "[Optimism] Integration Tests",
"private": true,
"author": "Optimism PBC",
Expand All @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions l2geth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion l2geth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/l2geth",
"version": "0.3.6",
"version": "0.3.7",
"private": true,
"devDependencies": {}
}
14 changes: 14 additions & 0 deletions packages/batch-submitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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
Expand Down
8 changes: 4 additions & 4 deletions packages/batch-submitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts",
"version": "0.3.4",
"version": "0.3.5",
"main": "dist/index",
"files": [
"dist/**/*.js",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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
Expand Down
2 changes: 1 addition & 1 deletion packages/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/core-utils",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist/index",
"files": [
"dist/*"
Expand Down
19 changes: 19 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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
Expand Down
6 changes: 3 additions & 3 deletions packages/data-transport-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/data-transport-layer",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"main": "dist/index",
"files": [
Expand All @@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/message-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @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
Expand Down
Loading

0 comments on commit 25dd035

Please sign in to comment.