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
4673bbad
Commit
4673bbad
authored
Feb 15, 2023
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
eb89faca
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
126 additions
and
75 deletions
+126
-75
kind-dodos-rest.md
.changeset/kind-dodos-rest.md
+0
-5
late-radios-suffer.md
.changeset/late-radios-suffer.md
+0
-5
mean-dingos-shake.md
.changeset/mean-dingos-shake.md
+0
-5
nervous-years-explain.md
.changeset/nervous-years-explain.md
+0
-5
orange-panthers-impress.md
.changeset/orange-panthers-impress.md
+0
-5
quick-crabs-argue.md
.changeset/quick-crabs-argue.md
+0
-5
tame-lions-build.md
.changeset/tame-lions-build.md
+0
-5
tasty-adults-design.md
.changeset/tasty-adults-design.md
+0
-5
thin-toes-remember.md
.changeset/thin-toes-remember.md
+0
-5
wet-files-knock.md
.changeset/wet-files-knock.md
+0
-5
package.json
integration-tests/package.json
+2
-2
CHANGELOG.md
l2geth/CHANGELOG.md
+6
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/actor-tests/CHANGELOG.md
+9
-0
package.json
packages/actor-tests/package.json
+3
-3
CHANGELOG.md
packages/chain-mon/CHANGELOG.md
+11
-0
package.json
packages/chain-mon/package.json
+3
-3
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
+6
-0
package.json
packages/contracts-bedrock/package.json
+1
-1
package.json
packages/contracts-periphery/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+8
-0
package.json
packages/data-transport-layer/package.json
+2
-2
CHANGELOG.md
packages/fault-detector/CHANGELOG.md
+14
-0
package.json
packages/fault-detector/package.json
+3
-3
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+10
-0
package.json
packages/message-relayer/package.json
+3
-3
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+8
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+8
-0
package.json
packages/sdk/package.json
+2
-2
CHANGELOG.md
proxyd/CHANGELOG.md
+11
-0
package.json
proxyd/package.json
+1
-1
No files found.
.changeset/kind-dodos-rest.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/common-ts'
:
patch
---
Fixes a minor bug where the provider name was incorrectly logged when using waitForProvider
.changeset/late-radios-suffer.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/proxyd'
:
patch
---
proxyd: Add req_id to log
.changeset/mean-dingos-shake.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Loosens the requirements for re-proving a withdrawal transaction in the
`OptimismPortal`
.changeset/nervous-years-explain.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/fault-detector'
:
minor
---
Updates the fault detector to support Bedrock networks.
.changeset/orange-panthers-impress.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/proxyd'
:
minor
---
Add support for global method override rate limit
.changeset/quick-crabs-argue.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/sdk'
:
patch
---
Remove assert node builtin from sdk
.changeset/tame-lions-build.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/proxyd'
:
minor
---
Include nonce in sender rate limit
.changeset/tasty-adults-design.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/common-ts'
:
minor
---
Add option to configure body parser
.changeset/thin-toes-remember.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/l2geth'
:
patch
---
Has l2geth return a NonceToHigh response if the txn nonce is greater than the expected nonce.
.changeset/wet-files-knock.md
deleted
100644 → 0
View file @
eb89faca
---
'
@eth-optimism/chain-mon'
:
patch
---
Added withdrawal monitoring to identify proven withdrawals not included in the L2ToL1MessagePasser's sentMessages mapping
integration-tests/package.json
View file @
4673bbad
...
...
@@ -30,10 +30,10 @@
"devDependencies"
:
{
"@babel/eslint-parser"
:
"^7.5.4"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
3
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
4
"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.7"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
1
"
,
"@eth-optimism/sdk"
:
"1.10.
2
"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/transactions"
:
"^5.7.0"
,
...
...
l2geth/CHANGELOG.md
View file @
4673bbad
# Changelog
## 0.5.33
### Patch Changes
-
33acb7c6a: Has l2geth return a NonceToHigh response if the txn nonce is greater than the expected nonce.
## 0.5.32
### Patch Changes
...
...
l2geth/package.json
View file @
4673bbad
{
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.3
2
"
,
"version"
:
"0.5.3
3
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
packages/actor-tests/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/actor-tests
## 0.0.19
### Patch Changes
-
Updated dependencies
[
3c22333b8
]
-
Updated dependencies
[
5372c9f5b
]
-
@eth-optimism/contracts-bedrock@0.11.4
-
@eth-optimism/sdk@1.10.2
## 0.0.18
### Patch Changes
...
...
packages/actor-tests/package.json
View file @
4673bbad
{
"name"
:
"@eth-optimism/actor-tests"
,
"version"
:
"0.0.1
8
"
,
"version"
:
"0.0.1
9
"
,
"description"
:
"A library and suite of tests to stress test Optimism Bedrock."
,
"license"
:
"MIT"
,
"author"
:
""
,
...
...
@@ -18,9 +18,9 @@
"test:coverage"
:
"yarn test"
},
"dependencies"
:
{
"@eth-optimism/contracts-bedrock"
:
"0.11.
3
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
4
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/sdk"
:
"^1.10.
1
"
,
"@eth-optimism/sdk"
:
"^1.10.
2
"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"async-mutex"
:
"^0.3.2"
,
...
...
packages/chain-mon/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/drippie-mon
## 0.1.1
### Patch Changes
-
0515a7841: Added withdrawal monitoring to identify proven withdrawals not included in the L2ToL1MessagePasser's sentMessages mapping
-
Updated dependencies
[
0e179781b
]
-
Updated dependencies
[
5372c9f5b
]
-
Updated dependencies
[
4ae94b412
]
-
@eth-optimism/common-ts@0.8.0
-
@eth-optimism/sdk@1.10.2
## 0.4.3
### Patch Changes
...
...
packages/chain-mon/package.json
View file @
4673bbad
{
"private"
:
true
,
"name"
:
"@eth-optimism/chain-mon"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"description"
:
"[Optimism] Chain monitoring services"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -32,10 +32,10 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.
7.1
"
,
"@eth-optimism/common-ts"
:
"0.
8.0
"
,
"@eth-optimism/contracts-periphery"
:
"1.0.7"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
1
"
,
"@eth-optimism/sdk"
:
"1.10.
2
"
,
"ethers"
:
"^5.7.0"
,
"@types/dateformat"
:
"^5.0.0"
,
"chai-as-promised"
:
"^7.1.1"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/common-ts
## 0.8.0
### Minor Changes
-
4ae94b412: Add option to configure body parser
### Patch Changes
-
0e179781b: Fixes a minor bug where the provider name was incorrectly logged when using waitForProvider
## 0.7.1
### Patch Changes
...
...
packages/common-ts/package.json
View file @
4673bbad
{
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.
7.1
"
,
"version"
:
"0.
8.0
"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/contracts-bedrock/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/contracts-bedrock
## 0.11.4
### Patch Changes
-
3c22333b8: Loosens the requirements for re-proving a withdrawal transaction in the
`OptimismPortal`
## 0.11.3
### Patch Changes
...
...
packages/contracts-bedrock/package.json
View file @
4673bbad
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.11.
3
"
,
"version"
:
"0.11.
4
"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/contracts-periphery/package.json
View file @
4673bbad
...
...
@@ -53,7 +53,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies"
:
{
"@eth-optimism/contracts-bedrock"
:
"0.11.
3
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
4
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.5"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
4673bbad
# data transport layer
## 0.5.53
### Patch Changes
-
Updated dependencies
[
0e179781b
]
-
Updated dependencies
[
4ae94b412
]
-
@eth-optimism/common-ts@0.8.0
## 0.5.52
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
4673bbad
{
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.5
2
"
,
"version"
:
"0.5.5
3
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -36,7 +36,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.
7.1
"
,
"@eth-optimism/common-ts"
:
"0.
8.0
"
,
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
...
...
packages/fault-detector/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/fault-detector
## 0.6.0
### Minor Changes
-
b004d1ad4: Updates the fault detector to support Bedrock networks.
### Patch Changes
-
Updated dependencies
[
0e179781b
]
-
Updated dependencies
[
5372c9f5b
]
-
Updated dependencies
[
4ae94b412
]
-
@eth-optimism/common-ts@0.8.0
-
@eth-optimism/sdk@1.10.2
## 0.5.0
### Minor Changes
...
...
packages/fault-detector/package.json
View file @
4673bbad
{
"private"
:
true
,
"name"
:
"@eth-optimism/fault-detector"
,
"version"
:
"0.
5
.0"
,
"version"
:
"0.
6
.0"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -47,10 +47,10 @@
"ts-node"
:
"^10.9.1"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.
7
.0"
,
"@eth-optimism/common-ts"
:
"^0.
8
.0"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/sdk"
:
"^1.
9.0
"
,
"@eth-optimism/sdk"
:
"^1.
10.2
"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
}
}
packages/message-relayer/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/message-relayer
## 0.5.28
### Patch Changes
-
Updated dependencies
[
0e179781b
]
-
Updated dependencies
[
5372c9f5b
]
-
Updated dependencies
[
4ae94b412
]
-
@eth-optimism/common-ts@0.8.0
-
@eth-optimism/sdk@1.10.2
## 0.5.27
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
4673bbad
{
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.5.2
7
"
,
"version"
:
"0.5.2
8
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -31,9 +31,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.
7.1
"
,
"@eth-optimism/common-ts"
:
"0.
8.0
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
1
"
,
"@eth-optimism/sdk"
:
"1.10.
2
"
,
"ethers"
:
"^5.7.0"
},
"devDependencies"
:
{
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/replica-healthcheck
## 1.2.2
### Patch Changes
-
Updated dependencies
[
0e179781b
]
-
Updated dependencies
[
4ae94b412
]
-
@eth-optimism/common-ts@0.8.0
## 1.2.1
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
4673bbad
{
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.2.
1
"
,
"version"
:
"1.2.
2
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -32,7 +32,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.
7.1
"
,
"@eth-optimism/common-ts"
:
"0.
8.0
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
},
...
...
packages/sdk/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/sdk
## 1.10.2
### Patch Changes
-
5372c9f5b: Remove assert node builtin from sdk
-
Updated dependencies
[
3c22333b8
]
-
@eth-optimism/contracts-bedrock@0.11.4
## 1.10.1
### Patch Changes
...
...
packages/sdk/package.json
View file @
4673bbad
{
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.10.
1
"
,
"version"
:
"1.10.
2
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -50,7 +50,7 @@
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
3
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
4
"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.2.27"
,
"rlp"
:
"^2.2.7"
...
...
proxyd/CHANGELOG.md
View file @
4673bbad
# @eth-optimism/proxyd
## 3.14.0
### Minor Changes
-
9cc39bcfa: Add support for global method override rate limit
-
30db32862: Include nonce in sender rate limit
### Patch Changes
-
b9bb1a98a: proxyd: Add req_id to log
## 3.13.0
### Minor Changes
...
...
proxyd/package.json
View file @
4673bbad
{
"name"
:
"@eth-optimism/proxyd"
,
"version"
:
"3.1
3
.0"
,
"version"
:
"3.1
4
.0"
,
"private"
:
true
,
"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