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 Feb 15, 2023
1 parent eb89fac commit 4673bba
Show file tree
Hide file tree
Showing 34 changed files with 126 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-dodos-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-radios-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-dingos-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-years-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-panthers-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-crabs-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-lions-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-adults-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-toes-remember.md

This file was deleted.

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

This file was deleted.

4 changes: 2 additions & 2 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/contracts-periphery": "^1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.1",
"@eth-optimism/sdk": "1.10.2",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
Expand Down
6 changes: 6 additions & 0 deletions l2geth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.33

### Patch Changes

- 33acb7c6a: Has l2geth return a NonceToHigh response if the txn nonce is greater than the expected nonce.

## 0.5.32

### 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.5.32",
"version": "0.5.33",
"private": true,
"devDependencies": {}
}
9 changes: 9 additions & 0 deletions packages/actor-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/actor-tests

## 0.0.19

### Patch Changes

- Updated dependencies [3c22333b8]
- Updated dependencies [5372c9f5b]
- @eth-optimism/contracts-bedrock@0.11.4
- @eth-optimism/sdk@1.10.2

## 0.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/actor-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/actor-tests",
"version": "0.0.18",
"version": "0.0.19",
"description": "A library and suite of tests to stress test Optimism Bedrock.",
"license": "MIT",
"author": "",
Expand All @@ -18,9 +18,9 @@
"test:coverage": "yarn test"
},
"dependencies": {
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.10.1",
"@eth-optimism/sdk": "^1.10.2",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/chain-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @eth-optimism/drippie-mon

## 0.1.1

### Patch Changes

- 0515a7841: Added withdrawal monitoring to identify proven withdrawals not included in the L2ToL1MessagePasser's sentMessages mapping
- Updated dependencies [0e179781b]
- Updated dependencies [5372c9f5b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0
- @eth-optimism/sdk@1.10.2

## 0.4.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/chain-mon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/chain-mon",
"version": "0.1.0",
"version": "0.1.1",
"description": "[Optimism] Chain monitoring services",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -32,10 +32,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/contracts-periphery": "1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.1",
"@eth-optimism/sdk": "1.10.2",
"ethers": "^5.7.0",
"@types/dateformat": "^5.0.0",
"chai-as-promised": "^7.1.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/common-ts

## 0.8.0

### Minor Changes

- 4ae94b412: Add option to configure body parser

### Patch Changes

- 0e179781b: Fixes a minor bug where the provider name was incorrectly logged when using waitForProvider

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/common-ts",
"version": "0.7.1",
"version": "0.8.0",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/contracts-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/contracts-bedrock

## 0.11.4

### Patch Changes

- 3c22333b8: Loosens the requirements for re-proving a withdrawal transaction in the `OptimismPortal`

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.11.3",
"version": "0.11.4",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-periphery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# data transport layer

## 0.5.53

### Patch Changes

- Updated dependencies [0e179781b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0

## 0.5.52

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/data-transport-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.52",
"version": "0.5.53",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/contracts": "0.5.40",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/providers": "^5.7.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/fault-detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @eth-optimism/fault-detector

## 0.6.0

### Minor Changes

- b004d1ad4: Updates the fault detector to support Bedrock networks.

### Patch Changes

- Updated dependencies [0e179781b]
- Updated dependencies [5372c9f5b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0
- @eth-optimism/sdk@1.10.2

## 0.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fault-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.5.0",
"version": "0.6.0",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -47,10 +47,10 @@
"ts-node": "^10.9.1"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.7.0",
"@eth-optimism/common-ts": "^0.8.0",
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.9.0",
"@eth-optimism/sdk": "^1.10.2",
"@ethersproject/abstract-provider": "^5.7.0"
}
}
10 changes: 10 additions & 0 deletions packages/message-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/message-relayer

## 0.5.28

### Patch Changes

- Updated dependencies [0e179781b]
- Updated dependencies [5372c9f5b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0
- @eth-optimism/sdk@1.10.2

## 0.5.27

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/message-relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.27",
"version": "0.5.28",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.1",
"@eth-optimism/sdk": "1.10.2",
"ethers": "^5.7.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/replica-healthcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @eth-optimism/replica-healthcheck

## 1.2.2

### Patch Changes

- Updated dependencies [0e179781b]
- Updated dependencies [4ae94b412]
- @eth-optimism/common-ts@0.8.0

## 1.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/replica-healthcheck/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.2.1",
"version": "1.2.2",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.7.1",
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/abstract-provider": "^5.7.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @eth-optimism/sdk

## 1.10.2

### Patch Changes

- 5372c9f5b: Remove assert node builtin from sdk
- Updated dependencies [3c22333b8]
- @eth-optimism/contracts-bedrock@0.11.4

## 1.10.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/sdk",
"version": "1.10.1",
"version": "1.10.2",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@eth-optimism/contracts": "0.5.40",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/contracts-bedrock": "0.11.3",
"@eth-optimism/contracts-bedrock": "0.11.4",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
Expand Down
Loading

0 comments on commit 4673bba

Please sign in to comment.