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/angry-cameras-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-items-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-spies-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-bears-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-keys-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-ravens-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-kings-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-mangos-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-gifts-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-shrimps-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-squids-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-wasps-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-candles-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-boxes-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-books-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-suits-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-spoons-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-pumpkins-jam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-cameras-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-doors-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-suns-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-impalas-wonder.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wise-ads-try.md

This file was deleted.

6 changes: 6 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/integration-tests

## 0.5.17

### Patch Changes

- d97df13a: Modularize the itests away from depending on api of messenger

## 0.5.16

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.16",
"version": "0.5.17",
"description": "[Optimism] Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.31",
"@eth-optimism/contracts": "^0.5.32",
"@eth-optimism/contracts-periphery": "^0.2.1",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/sdk": "1.3.1",
"@eth-optimism/core-utils": "0.9.3",
"@eth-optimism/sdk": "1.4.0",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
Expand Down
6 changes: 6 additions & 0 deletions ops/docker/foundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/foundry

## 0.1.2

### Patch Changes

- e736a4d0: Update to 64fe4acc97e6d76551cea7598c201f05ecd65639

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ops/docker/foundry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/foundry",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {},
"license": "MIT",
"dependencies": {}
Expand Down
9 changes: 9 additions & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/common-ts

## 0.6.3

### Patch Changes

- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3

## 0.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.6.2",
"version": "0.6.3",
"description": "[Optimism] Advanced typescript tooling used by various services",
"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/core-utils": "0.9.2",
"@eth-optimism/core-utils": "0.9.3",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"body-parser": "^1.20.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/contracts-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @eth-optimism/contracts-bedrock

## 0.5.3

### Patch Changes

- 056cb982: Fix slither script
- a32e68ac: Update genesis-l2 task to set immutables in the bytecode
- c648d55c: Fix build for smaller package
- d544f804: Use the same initializable across codebase
- ccbfe545: Update @foundry-rs/hardhat-forge@0.1.16
- c97ad241: Fix build on latest foundry
- 45541553: Emit an extra event when withdrawals are initiated to make chainops easier
- 3dd296e8: Fix portal deployment to have L2OutputOracle proxy address
- fe94b864: Add watch task
- 28649d64: Add harhdat forge contract verification support
- 898c7ac5: Update hardhat-forge dep, remove dead deps
- 51a1595b: bedrock-goerli-96f44f79 deployment
- 8ae39154: Update deposit transaction type
- af96563a: Fix typechain exports
- dac4a9f0: Updates the SDK to be compatible with Bedrock (via the "bedrock: true" constructor param). Updates the build pipeline for contracts-bedrock to export a properly formatted dist folder that matches our other packages.
- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3

## 0.5.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.5.2",
"version": "0.5.3",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typechain": "typechain --target ethers-v5 --out-dir dist/types --glob 'artifacts/!(build-info)/**/+([a-zA-Z0-9_]).json'"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.9.2",
"@eth-optimism/core-utils": "^0.9.3",
"@openzeppelin/contracts": "4.6.0",
"@openzeppelin/contracts-upgradeable": "4.7.1",
"@rari-capital/solmate": "https://github.com/rari-capital/solmate.git#8f9b23f8838670afda0fd8983f2c41e8037ae6bc",
Expand All @@ -47,7 +47,7 @@
"hardhat": "^2.9.6"
},
"devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.2",
"@ethereumjs/trie": "^5.0.0-beta.1",
"@ethereumjs/util": "^8.0.0-beta.1",
"ethereumjs-wallet": "^1.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.5.32

### Patch Changes

- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3

## 0.5.31

### 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.5.31",
"version": "0.5.32",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -57,14 +57,14 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/core-utils": "0.9.3",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2"
},
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.2",
"@ethersproject/abi": "^5.6.3",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/hardware-wallets": "^5.6.1",
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.9.3

### Patch Changes

- 0df744f6: Implement basic OpNodeProvider
- 8ae39154: Update deposit transaction type
- dac4a9f0: Updates the SDK to be compatible with Bedrock (via the "bedrock: true" constructor param). Updates the build pipeline for contracts-bedrock to export a properly formatted dist folder that matches our other packages.

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
Expand Down
11 changes: 11 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# data transport layer

## 0.5.41

### Patch Changes

- Updated dependencies [0df744f6]
- Updated dependencies [8ae39154]
- Updated dependencies [dac4a9f0]
- @eth-optimism/core-utils@0.9.3
- @eth-optimism/common-ts@0.6.3
- @eth-optimism/contracts@0.5.32

## 0.5.40

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.40",
"version": "0.5.41",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -36,9 +36,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.2",
"@eth-optimism/contracts": "0.5.31",
"@eth-optimism/core-utils": "0.9.2",
"@eth-optimism/common-ts": "0.6.3",
"@eth-optimism/contracts": "0.5.32",
"@eth-optimism/core-utils": "0.9.3",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
"@sentry/node": "^6.3.1",
Expand Down
Loading