Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
3cbf56d3
Unverified
Commit
3cbf56d3
authored
Jun 17, 2022
by
Matthew Slipper
Committed by
GitHub
Jun 17, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2818 from ethereum-optimism/develop
Develop -> Master
parents
570941d7
6b76465e
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
105 additions
and
79 deletions
+105
-79
clever-bees-visit.md
.changeset/clever-bees-visit.md
+0
-5
cool-islands-dream.md
.changeset/cool-islands-dream.md
+0
-5
dry-drinks-sneeze.md
.changeset/dry-drinks-sneeze.md
+0
-5
gorgeous-berries-behave.md
.changeset/gorgeous-berries-behave.md
+0
-9
heavy-buttons-impress.md
.changeset/heavy-buttons-impress.md
+0
-5
lemon-glasses-trade.md
.changeset/lemon-glasses-trade.md
+0
-5
poor-seahorses-ring.md
.changeset/poor-seahorses-ring.md
+0
-5
selfish-queens-laugh.md
.changeset/selfish-queens-laugh.md
+0
-5
sixty-chefs-end.md
.changeset/sixty-chefs-end.md
+0
-5
three-pants-punch.md
.changeset/three-pants-punch.md
+0
-9
tidy-cats-wait.md
.changeset/tidy-cats-wait.md
+0
-5
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+10
-0
package.json
packages/common-ts/package.json
+1
-1
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+24
-0
package.json
packages/contracts-bedrock/package.json
+1
-1
CHANGELOG.md
packages/contracts-periphery/CHANGELOG.md
+6
-0
package.json
packages/contracts-periphery/package.json
+2
-2
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+8
-0
package.json
packages/data-transport-layer/package.json
+2
-2
CHANGELOG.md
packages/drippie-mon/CHANGELOG.md
+11
-0
package.json
packages/drippie-mon/package.json
+3
-3
CHANGELOG.md
packages/fault-detector/CHANGELOG.md
+8
-0
package.json
packages/fault-detector/package.json
+2
-2
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+8
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+8
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
CHANGELOG.md
proxyd/CHANGELOG.md
+6
-0
package.json
proxyd/package.json
+1
-1
No files found.
.changeset/clever-bees-visit.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/common-ts'
:
minor
---
Make typescript type more permissive for MetricsV2
.changeset/cool-islands-dream.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
bedrock: ProxyAdmin rename OpenZeppelin proxy to ERC1967
.changeset/dry-drinks-sneeze.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/drippie-mon'
:
patch
---
Fix release
.changeset/gorgeous-berries-behave.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
OZ Audit fixes with a Low or informational severity:
-
Hardcode constant values
-
Require that msg.value ==
\_
amount on ETH withdrawals
-
use
\_
from in place of msg.sender when applicable in internal functions
.changeset/heavy-buttons-impress.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/common-ts'
:
patch
---
Fix potential metrics DoS vector in recent commit to BSV2
.changeset/lemon-glasses-trade.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
bedrock: Simplify ProxyAdmin static calls
.changeset/poor-seahorses-ring.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/proxyd'
:
patch
---
Use canned response for eth_accounts
.changeset/selfish-queens-laugh.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/contracts-bedrock'
:
minor
---
Replaces L2 timestamps with block numbers as the key in mapping(uint => OutputProposal).
.changeset/sixty-chefs-end.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/contracts-periphery'
:
patch
---
Deploy NFT bridge contracts
.changeset/three-pants-punch.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Fixes to medium severity OZ findings
-
Disallow reentrant withdrawals
-
remove donateEth
-
Correct ordering of
\_
from and
\_
to arguments on refunds of failed deposits
.changeset/tidy-cats-wait.md
deleted
100644 → 0
View file @
570941d7
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Have contracts-bedrock properly include contract sources in npm package
packages/common-ts/CHANGELOG.md
View file @
3cbf56d3
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.5.0
### Minor Changes
-
cb71fcde: Make typescript type more permissive for MetricsV2
### Patch Changes
-
10e41522: Fix potential metrics DoS vector in recent commit to BSV2
## 0.4.0
## 0.4.0
### Minor Changes
### Minor Changes
...
...
packages/common-ts/package.json
View file @
3cbf56d3
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.
4
.0"
,
"version"
:
"0.
5
.0"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/contracts-bedrock/CHANGELOG.md
View file @
3cbf56d3
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.3.0
### Minor Changes
-
35757456: Replaces L2 timestamps with block numbers as the key in mapping(uint => OutputProposal).
### Patch Changes
-
f23bae0b: bedrock: ProxyAdmin rename OpenZeppelin proxy to ERC1967
-
fadb1a93: OZ Audit fixes with a Low or informational severity:
-
Hardcode constant values
-
Require that msg.value ==
\_
amount on ETH withdrawals
-
use
\_
from in place of msg.sender when applicable in internal functions
-
f23bae0b: bedrock: Simplify ProxyAdmin static calls
-
650ca6d4: Fixes to medium severity OZ findings
-
Disallow reentrant withdrawals
-
remove donateEth
-
Correct ordering of
\_
from and
\_
to arguments on refunds of failed deposits
-
9aa8049c: Have contracts-bedrock properly include contract sources in npm package
## 0.2.0
## 0.2.0
### Minor Changes
### Minor Changes
...
...
packages/contracts-bedrock/package.json
View file @
3cbf56d3
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"description"
:
"Contracts for Optimism Specs"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/contracts-periphery/CHANGELOG.md
View file @
3cbf56d3
# @eth-optimism/contracts-periphery
# @eth-optimism/contracts-periphery
## 0.1.4
### Patch Changes
-
9aa8049c: Deploy NFT bridge contracts
## 0.1.3
## 0.1.3
### Patch Changes
### Patch Changes
...
...
packages/contracts-periphery/package.json
View file @
3cbf56d3
{
{
"name"
:
"@eth-optimism/contracts-periphery"
,
"name"
:
"@eth-optimism/contracts-periphery"
,
"version"
:
"0.1.
3
"
,
"version"
:
"0.1.
4
"
,
"description"
:
"[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism"
,
"description"
:
"[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
"devDependencies"
:
{
"devDependencies"
:
{
"@defi-wonderland/smock"
:
"^2.0.7"
,
"@defi-wonderland/smock"
:
"^2.0.7"
,
"@eth-optimism/contracts"
:
"^0.5.28"
,
"@eth-optimism/contracts"
:
"^0.5.28"
,
"@eth-optimism/contracts-bedrock"
:
"^0.
2
.0"
,
"@eth-optimism/contracts-bedrock"
:
"^0.
3
.0"
,
"@eth-optimism/core-utils"
:
"^0.8.7"
,
"@eth-optimism/core-utils"
:
"^0.8.7"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.0"
,
"@ethersproject/hardware-wallets"
:
"^5.6.1"
,
"@ethersproject/hardware-wallets"
:
"^5.6.1"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
3cbf56d3
# data transport layer
# data transport layer
## 0.5.37
### Patch Changes
-
Updated dependencies
[
cb71fcde
]
-
Updated dependencies
[
10e41522
]
-
@eth-optimism/common-ts@0.5.0
## 0.5.36
## 0.5.36
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
3cbf56d3
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.3
6
"
,
"version"
:
"0.5.3
7
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.
4
.0"
,
"@eth-optimism/common-ts"
:
"0.
5
.0"
,
"@eth-optimism/contracts"
:
"0.5.28"
,
"@eth-optimism/contracts"
:
"0.5.28"
,
"@eth-optimism/core-utils"
:
"0.8.7"
,
"@eth-optimism/core-utils"
:
"0.8.7"
,
"@ethersproject/providers"
:
"^5.6.8"
,
"@ethersproject/providers"
:
"^5.6.8"
,
...
...
packages/drippie-mon/CHANGELOG.md
View file @
3cbf56d3
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.3.3
### Patch Changes
-
7142175a: Fix release
-
Updated dependencies
[
cb71fcde
]
-
Updated dependencies
[
10e41522
]
-
Updated dependencies
[
9aa8049c
]
-
@eth-optimism/common-ts@0.5.0
-
@eth-optimism/contracts-periphery@0.1.4
## 0.3.2
## 0.3.2
### Patch Changes
### Patch Changes
...
...
packages/drippie-mon/package.json
View file @
3cbf56d3
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/drippie-mon"
,
"name"
:
"@eth-optimism/drippie-mon"
,
"version"
:
"0.3.
2
"
,
"version"
:
"0.3.
3
"
,
"description"
:
"[Optimism] Service for monitoring Drippie instances"
,
"description"
:
"[Optimism] Service for monitoring Drippie instances"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.
4
.0"
,
"@eth-optimism/common-ts"
:
"0.
5
.0"
,
"@eth-optimism/contracts-periphery"
:
"0.1.
3
"
,
"@eth-optimism/contracts-periphery"
:
"0.1.
4
"
,
"@eth-optimism/core-utils"
:
"0.8.7"
,
"@eth-optimism/core-utils"
:
"0.8.7"
,
"@eth-optimism/sdk"
:
"1.1.9"
,
"@eth-optimism/sdk"
:
"1.1.9"
,
"ethers"
:
"^5.6.8"
"ethers"
:
"^5.6.8"
...
...
packages/fault-detector/CHANGELOG.md
View file @
3cbf56d3
# @eth-optimism/fault-detector
# @eth-optimism/fault-detector
## 0.2.2
### Patch Changes
-
Updated dependencies
[
cb71fcde
]
-
Updated dependencies
[
10e41522
]
-
@eth-optimism/common-ts@0.5.0
## 0.2.1
## 0.2.1
### Patch Changes
### Patch Changes
...
...
packages/fault-detector/package.json
View file @
3cbf56d3
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/fault-detector"
,
"name"
:
"@eth-optimism/fault-detector"
,
"version"
:
"0.2.
1
"
,
"version"
:
"0.2.
2
"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
"ts-node"
:
"^10.7.0"
"ts-node"
:
"^10.7.0"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.
4
.0"
,
"@eth-optimism/common-ts"
:
"^0.
5
.0"
,
"@eth-optimism/contracts"
:
"^0.5.28"
,
"@eth-optimism/contracts"
:
"^0.5.28"
,
"@eth-optimism/core-utils"
:
"^0.8.7"
,
"@eth-optimism/core-utils"
:
"^0.8.7"
,
"@eth-optimism/sdk"
:
"^1.1.9"
,
"@eth-optimism/sdk"
:
"^1.1.9"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
3cbf56d3
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.5.3
### Patch Changes
-
Updated dependencies
[
cb71fcde
]
-
Updated dependencies
[
10e41522
]
-
@eth-optimism/common-ts@0.5.0
## 0.5.2
## 0.5.2
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
3cbf56d3
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.5.
2
"
,
"version"
:
"0.5.
3
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.
4
.0"
,
"@eth-optimism/common-ts"
:
"0.
5
.0"
,
"@eth-optimism/core-utils"
:
"0.8.7"
,
"@eth-optimism/core-utils"
:
"0.8.7"
,
"@eth-optimism/sdk"
:
"1.1.9"
,
"@eth-optimism/sdk"
:
"1.1.9"
,
"ethers"
:
"^5.6.8"
"ethers"
:
"^5.6.8"
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
3cbf56d3
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 1.1.3
### Patch Changes
-
Updated dependencies
[
cb71fcde
]
-
Updated dependencies
[
10e41522
]
-
@eth-optimism/common-ts@0.5.0
## 1.1.2
## 1.1.2
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
3cbf56d3
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.1.
2
"
,
"version"
:
"1.1.
3
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.
4
.0"
,
"@eth-optimism/common-ts"
:
"0.
5
.0"
,
"@eth-optimism/core-utils"
:
"0.8.7"
,
"@eth-optimism/core-utils"
:
"0.8.7"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
"@ethersproject/abstract-provider"
:
"^5.6.1"
},
},
...
...
proxyd/CHANGELOG.md
View file @
3cbf56d3
# @eth-optimism/proxyd
# @eth-optimism/proxyd
## 3.8.9
### Patch Changes
-
063c55cf: Use canned response for eth_accounts
## 3.8.8
## 3.8.8
### Patch Changes
### Patch Changes
...
...
proxyd/package.json
View file @
3cbf56d3
{
{
"name"
:
"@eth-optimism/proxyd"
,
"name"
:
"@eth-optimism/proxyd"
,
"version"
:
"3.8.
8
"
,
"version"
:
"3.8.
9
"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{}
"dependencies"
:
{}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment