Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/five-fireants-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-boxes-melt.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rude-eggs-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-insects-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-knives-jog.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/common-ts

## 0.3.0

### Minor Changes

- d9e39931: Minor upgrade to BaseServiceV2 to expose a full customizable server, instead of just metrics.
- 84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric

## 0.2.10

### 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.2.10",
"version": "0.3.0",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
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.34

### Patch Changes

- Updated dependencies [d9e39931]
- Updated dependencies [84a8934c]
- @eth-optimism/common-ts@0.3.0

## 0.5.33

### 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.33",
"version": "0.5.34",
"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.2.10",
"@eth-optimism/common-ts": "0.3.0",
"@eth-optimism/contracts": "0.5.27",
"@eth-optimism/core-utils": "0.8.6",
"@ethersproject/providers": "^5.6.8",
Expand Down
13 changes: 13 additions & 0 deletions packages/drippie-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# @eth-optimism/drippie-mon

## 0.3.0

### Minor Changes

- 84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric

### Patch Changes

- Updated dependencies [d9e39931]
- Updated dependencies [84a8934c]
- @eth-optimism/common-ts@0.3.0

## 0.2.0

### Minor Changes

- 982cb980: Release drippie-mon
Expand Down
4 changes: 2 additions & 2 deletions packages/drippie-mon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.2.0",
"version": "0.3.0",
"description": "[Optimism] Service for monitoring Drippie instances",
"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.2.10",
"@eth-optimism/common-ts": "0.3.0",
"@eth-optimism/contracts-periphery": "0.1.2",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.8",
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.2.0

### Minor Changes

- 84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric

### Patch Changes

- 37dfe4f6: Smarter starting height for fault-detector
- 6fe58eb2: Fix order in which a metric was bumped then emitted to fix off by one issue
- Updated dependencies [d9e39931]
- Updated dependencies [84a8934c]
- @eth-optimism/common-ts@0.3.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "0.2.0",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -47,7 +47,7 @@
"ts-node": "^10.7.0"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.2.8",
"@eth-optimism/common-ts": "^0.3.0",
"@eth-optimism/contracts": "^0.5.24",
"@eth-optimism/core-utils": "^0.8.5",
"@eth-optimism/sdk": "^1.1.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/message-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @eth-optimism/message-relayer

## 0.5.0

### Minor Changes

- 84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric

### Patch Changes

- Updated dependencies [d9e39931]
- Updated dependencies [84a8934c]
- @eth-optimism/common-ts@0.3.0

## 0.4.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4.13",
"version": "0.5.0",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.10",
"@eth-optimism/common-ts": "0.3.0",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.8",
"ethers": "^5.6.8"
Expand Down
12 changes: 12 additions & 0 deletions packages/replica-healthcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @eth-optimism/replica-healthcheck

## 1.1.0

### Minor Changes

- 84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric

### Patch Changes

- Updated dependencies [d9e39931]
- Updated dependencies [84a8934c]
- @eth-optimism/common-ts@0.3.0

## 1.0.9

### 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.0.9",
"version": "1.1.0",
"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.2.10",
"@eth-optimism/common-ts": "0.3.0",
"@eth-optimism/core-utils": "0.8.6",
"@ethersproject/abstract-provider": "^5.6.1"
},
Expand Down
6 changes: 6 additions & 0 deletions teleportr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/teleportr

## 0.0.9

### Patch Changes

- 23dcba53: Better availability endpoint + retries

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion teleportr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/teleportr",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"devDependencies": {}
}