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
6 changes: 0 additions & 6 deletions .changeset/calm-ladybugs-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-trees-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-rice-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-walls-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-pigs-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-bottles-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-cherries-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-panthers-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-wombats-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-lizards-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-islands-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-forks-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-countries-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-steaks-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-points-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-items-sparkle.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.20

### Patch Changes

- 02c457a5: Removes NFT refund logic if withdrawals fail.

## 0.5.19

### 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.19",
"version": "0.5.20",
"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.36",
"@eth-optimism/contracts-periphery": "^1.0.0",
"@eth-optimism/contracts": "^0.5.37",
"@eth-optimism/contracts-periphery": "^1.0.1",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.5",
"@eth-optimism/sdk": "1.6.6",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/actor-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @eth-optimism/actor-tests

## 0.0.8

### Patch Changes

- Updated dependencies [6ed68fa3]
- Updated dependencies [3d4e8529]
- Updated dependencies [caf5dd3e]
- Updated dependencies [a6cbfee2]
- Updated dependencies [394a26ec]
- @eth-optimism/contracts-bedrock@0.8.0
- @eth-optimism/sdk@1.6.6

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.7.0",
"@eth-optimism/contracts-bedrock": "0.8.0",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/sdk": "^1.6.5",
"@eth-optimism/sdk": "^1.6.6",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
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.6.6

### Patch Changes

- ce7da914: Minor update to BaseServiceV2 to keep the raw body around when requests are made.

## 0.6.5

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

## 0.8.0

### Minor Changes

- 3d4e8529: No refunds!

### Patch Changes

- 6ed68fa3: Fixes a small bug in the constructor of the L2OutputOracle contract
- caf5dd3e: Updates README to include versioning rules.
- a6cbfee2: Fuzz L2ToL1MessagePasser
- 394a26ec: Modifies the StandardBridge to move a value check deeper down the call stack to be more defensive.

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.7.0",
"version": "0.8.0",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -46,7 +46,7 @@
"hardhat": "^2.9.6"
},
"devDependencies": {
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@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-periphery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/contracts-periphery

## 1.0.1

### Patch Changes

- 02c457a5: Removes NFT refund logic if withdrawals fail.
- d3fe9b6d: Adds input validation to the ERC721Bridge constructor, fixes a typo in the L1ERC721Bridge, and removes the ERC721Refunded event declaration.
- 220ad4ef: Remove ownable upgradable from erc721 factory
- 5d86ff0e: Increased solc version on drip checks to 0.8.16.

## 1.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/contracts-periphery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/contracts-periphery",
"version": "1.0.0",
"version": "1.0.1",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -54,10 +54,10 @@
},
"devDependencies": {
"@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts": "^0.5.36",
"@eth-optimism/contracts-bedrock": "^0.7.0",
"@eth-optimism/contracts": "^0.5.37",
"@eth-optimism/contracts-bedrock": "^0.8.0",
"@eth-optimism/core-utils": "^0.10.1",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@ethersproject/hardware-wallets": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.37

### Patch Changes

- 628affc7: Add prefunded accounts to L2 genesis when doing local network
- 740e1bcc: Expose the deployments in the deployer image

## 0.5.36

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.36",
"version": "0.5.37",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.2.3",
"@eth-optimism/hardhat-deploy-config": "^0.2.4",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
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.47

### Patch Changes

- 81c1cd99: Adds consistency checks for transaction entries in L1 syncing nodes
- Updated dependencies [ce7da914]
- Updated dependencies [628affc7]
- Updated dependencies [740e1bcc]
- @eth-optimism/common-ts@0.6.6
- @eth-optimism/contracts@0.5.37

## 0.5.46

### 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,7 +1,7 @@
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.46",
"version": "0.5.47",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -36,8 +36,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.6.5",
"@eth-optimism/contracts": "0.5.36",
"@eth-optimism/common-ts": "0.6.6",
"@eth-optimism/contracts": "0.5.37",
"@eth-optimism/core-utils": "0.10.1",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/drippie-mon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @eth-optimism/drippie-mon

## 0.3.17

### Patch Changes

- Updated dependencies [02c457a5]
- Updated dependencies [ce7da914]
- Updated dependencies [d3fe9b6d]
- Updated dependencies [220ad4ef]
- Updated dependencies [5d86ff0e]
- @eth-optimism/contracts-periphery@1.0.1
- @eth-optimism/common-ts@0.6.6
- @eth-optimism/sdk@1.6.6

## 0.3.16

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3.16",
"version": "0.3.17",
"description": "[Optimism] Service for monitoring Drippie instances",
"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.6.5",
"@eth-optimism/contracts-periphery": "1.0.0",
"@eth-optimism/common-ts": "0.6.6",
"@eth-optimism/contracts-periphery": "1.0.1",
"@eth-optimism/core-utils": "0.10.1",
"@eth-optimism/sdk": "1.6.5",
"@eth-optimism/sdk": "1.6.6",
"ethers": "^5.7.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hardhat-deploy-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eth-optimism/hardhat-deploy-config

## 0.2.4

### Patch Changes

- dd5ab8c0: Allow `paths` to be unset in hardhat config

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-deploy-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/hardhat-deploy-config",
"version": "0.2.3",
"version": "0.2.4",
"description": "[Optimism] Hardhat deploy configuration plugin",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
Loading