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/chilled-melons-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-adults-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-geese-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-frogs-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-apes-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-feet-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-buses-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-crews-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-days-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-mangos-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-apes-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-ads-pump.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.13.0",
"@eth-optimism/contracts-bedrock": "0.13.1",
"@eth-optimism/contracts-periphery": "^1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "2.0.0",
"@eth-optimism/sdk": "2.0.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/actor-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/actor-tests

## 0.0.23

### Patch Changes

- Updated dependencies [22c3885f5]
- Updated dependencies [66cafc00a]
- Updated dependencies [f52c07529]
- @eth-optimism/contracts-bedrock@0.13.1
- @eth-optimism/sdk@2.0.1

## 0.0.22

### 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.22",
"version": "0.0.23",
"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.13.0",
"@eth-optimism/contracts-bedrock": "0.13.1",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^2.0.0",
"@eth-optimism/sdk": "^2.0.1",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/atst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @eth-optimism/atst

## 0.2.0

### Minor Changes

- dcd13eec1: Update readAttestations and prepareWriteAttestation to handle keys longer than 32 bytes
- 9fd5be8e2: Remove broken allowFailures as option
- 3f4a43542: Move react api to @eth-optimism/atst/react so react isn't required to run the core sdk
- 71727eae9: Fix main and module in atst package.json
- 3d5f26c49: Deprecate parseAttestationBytes and createRawKey in favor for createKey, createValue

### Patch Changes

- 68bbe48b6: Update docs
- 6fea2f2db: Fixed bug with atst not defaulting to currently connected chain

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/atst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/atst",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "dist/index.cjs",
"types": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/chain-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/drippie-mon

## 0.2.1

### Patch Changes

- Updated dependencies [fecd42d67]
- Updated dependencies [66cafc00a]
- @eth-optimism/common-ts@0.8.1
- @eth-optimism/sdk@2.0.1

## 0.2.0

### Minor 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.2.0",
"version": "0.2.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.8.0",
"@eth-optimism/common-ts": "0.8.1",
"@eth-optimism/contracts-periphery": "1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "2.0.0",
"@eth-optimism/sdk": "2.0.1",
"ethers": "^5.7.0",
"@types/dateformat": "^5.0.0",
"chai-as-promised": "^7.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/common-ts

## 0.8.1

### Patch Changes

- fecd42d67: Fix BaseServiceV2 configuration for caseCase options

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index",
"types": "dist/index",
Expand Down
7 changes: 7 additions & 0 deletions packages/contracts-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/contracts-bedrock

## 0.13.1

### Patch Changes

- 22c3885f5: Optionally print cast commands during migration
- f52c07529: Print tenderly simulation links during deployment

## 0.13.0

### Minor 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.13.0",
"version": "0.13.1",
"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.13.0",
"@eth-optimism/contracts-bedrock": "0.13.1",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# data transport layer

## 0.5.54

### Patch Changes

- Updated dependencies [fecd42d67]
- @eth-optimism/common-ts@0.8.1

## 0.5.53

### 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.53",
"version": "0.5.54",
"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.8.0",
"@eth-optimism/common-ts": "0.8.1",
"@eth-optimism/contracts": "0.5.40",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/providers": "^5.7.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/fault-detector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/fault-detector

## 0.6.2

### Patch Changes

- f9b579d55: Fixes a bug that would cause the fault detector to error out if no outputs had been proposed yet.
- Updated dependencies [fecd42d67]
- Updated dependencies [66cafc00a]
- @eth-optimism/common-ts@0.8.1
- @eth-optimism/sdk@2.0.1

## 0.6.1

### Patch 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.6.1",
"version": "0.6.2",
"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.8.0",
"@eth-optimism/common-ts": "^0.8.1",
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^2.0.0",
"@eth-optimism/sdk": "^2.0.1",
"@ethersproject/abstract-provider": "^5.7.0"
}
}
9 changes: 9 additions & 0 deletions packages/message-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/message-relayer

## 0.5.32

### Patch Changes

- Updated dependencies [fecd42d67]
- Updated dependencies [66cafc00a]
- @eth-optimism/common-ts@0.8.1
- @eth-optimism/sdk@2.0.1

## 0.5.31

### 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.31",
"version": "0.5.32",
"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.8.0",
"@eth-optimism/common-ts": "0.8.1",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "2.0.0",
"@eth-optimism/sdk": "2.0.1",
"ethers": "^5.7.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/replica-healthcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/replica-healthcheck

## 1.2.3

### Patch Changes

- Updated dependencies [fecd42d67]
- @eth-optimism/common-ts@0.8.1

## 1.2.2

### 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.2",
"version": "1.2.3",
"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.8.0",
"@eth-optimism/common-ts": "0.8.1",
"@eth-optimism/core-utils": "0.12.0",
"@ethersproject/abstract-provider": "^5.7.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/sdk

## 2.0.1

### Patch Changes

- 66cafc00a: Update migrated withdrawal gaslimit calculation
- Updated dependencies [22c3885f5]
- Updated dependencies [f52c07529]
- @eth-optimism/contracts-bedrock@0.13.1

## 2.0.0

### Major Changes
Expand Down
Loading