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
1ffc88d6
Commit
1ffc88d6
authored
Jan 23, 2023
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
851dbb0a
Changes
28
Show whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
102 additions
and
50 deletions
+102
-50
good-paws-deliver.md
.changeset/good-paws-deliver.md
+0
-5
quiet-chairs-count.md
.changeset/quiet-chairs-count.md
+0
-5
rich-trains-exist.md
.changeset/rich-trains-exist.md
+0
-5
strong-crabs-accept.md
.changeset/strong-crabs-accept.md
+0
-5
tough-avocados-dance.md
.changeset/tough-avocados-dance.md
+0
-5
package.json
integration-tests/package.json
+3
-3
CHANGELOG.md
l2geth/CHANGELOG.md
+6
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/actor-tests/CHANGELOG.md
+8
-0
package.json
packages/actor-tests/package.json
+3
-3
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+6
-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
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
+7
-0
package.json
packages/data-transport-layer/package.json
+2
-2
CHANGELOG.md
packages/drippie-mon/CHANGELOG.md
+10
-0
package.json
packages/drippie-mon/package.json
+4
-4
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+8
-0
package.json
packages/message-relayer/package.json
+3
-3
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+7
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+7
-0
package.json
packages/sdk/package.json
+2
-2
CHANGELOG.md
proxyd/CHANGELOG.md
+6
-0
package.json
proxyd/package.json
+1
-1
No files found.
.changeset/good-paws-deliver.md
deleted
100644 → 0
View file @
851dbb0a
---
'
@eth-optimism/l2geth'
:
patch
---
Use default cas gap of 25 million
.changeset/quiet-chairs-count.md
deleted
100644 → 0
View file @
851dbb0a
---
'
@eth-optimism/proxyd'
:
minor
---
Add sender-based rate limiter
.changeset/rich-trains-exist.md
deleted
100644 → 0
View file @
851dbb0a
---
'
@eth-optimism/common-ts'
:
patch
---
Fix unknown option error in base service v2
.changeset/strong-crabs-accept.md
deleted
100644 → 0
View file @
851dbb0a
---
'
@eth-optimism/contracts-periphery'
:
patch
---
Update the attestation station impl to 1.1.0
.changeset/tough-avocados-dance.md
deleted
100644 → 0
View file @
851dbb0a
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Added a test for large deposit gaps
integration-tests/package.json
View file @
1ffc88d6
...
@@ -30,10 +30,10 @@
...
@@ -30,10 +30,10 @@
"devDependencies"
:
{
"devDependencies"
:
{
"@babel/eslint-parser"
:
"^7.5.4"
,
"@babel/eslint-parser"
:
"^7.5.4"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/contracts"
:
"^0.5.40"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
2
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
3
"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.
6
"
,
"@eth-optimism/contracts-periphery"
:
"^1.0.
7
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
0
"
,
"@eth-optimism/sdk"
:
"1.10.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/transactions"
:
"^5.7.0"
,
"@ethersproject/transactions"
:
"^5.7.0"
,
...
...
l2geth/CHANGELOG.md
View file @
1ffc88d6
# Changelog
# Changelog
## 0.5.32
### Patch Changes
-
ea817097b: Use default cas gap of 25 million
## 0.5.31
## 0.5.31
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
1ffc88d6
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.3
1
"
,
"version"
:
"0.5.3
2
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/actor-tests/CHANGELOG.md
View file @
1ffc88d6
# @eth-optimism/actor-tests
# @eth-optimism/actor-tests
## 0.0.18
### Patch Changes
-
Updated dependencies
[
4964be480
]
-
@eth-optimism/contracts-bedrock@0.11.3
-
@eth-optimism/sdk@1.10.1
## 0.0.17
## 0.0.17
### Patch Changes
### Patch Changes
...
...
packages/actor-tests/package.json
View file @
1ffc88d6
{
{
"name"
:
"@eth-optimism/actor-tests"
,
"name"
:
"@eth-optimism/actor-tests"
,
"version"
:
"0.0.1
7
"
,
"version"
:
"0.0.1
8
"
,
"description"
:
"A library and suite of tests to stress test Optimism Bedrock."
,
"description"
:
"A library and suite of tests to stress test Optimism Bedrock."
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"author"
:
""
,
"author"
:
""
,
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
"test:coverage"
:
"yarn test"
"test:coverage"
:
"yarn test"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts-bedrock"
:
"0.11.
2
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
3
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/sdk"
:
"^1.
9
.1"
,
"@eth-optimism/sdk"
:
"^1.
10
.1"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"async-mutex"
:
"^0.3.2"
,
"async-mutex"
:
"^0.3.2"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
1ffc88d6
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.7.1
### Patch Changes
-
f04e5db2d: Fix unknown option error in base service v2
## 0.7.0
## 0.7.0
### Minor Changes
### Minor Changes
...
...
packages/common-ts/package.json
View file @
1ffc88d6
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.7.
0
"
,
"version"
:
"0.7.
1
"
,
"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 @
1ffc88d6
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.11.3
### Patch Changes
-
4964be480: Added a test for large deposit gaps
## 0.11.2
## 0.11.2
### Patch Changes
### Patch Changes
...
...
packages/contracts-bedrock/package.json
View file @
1ffc88d6
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.11.
2
"
,
"version"
:
"0.11.
3
"
,
"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 @
1ffc88d6
# @eth-optimism/contracts-periphery
# @eth-optimism/contracts-periphery
## 1.0.7
### Patch Changes
-
4c64a5811: Update the attestation station impl to 1.1.0
## 1.0.6
## 1.0.6
### Patch Changes
### Patch Changes
...
...
packages/contracts-periphery/package.json
View file @
1ffc88d6
{
{
"name"
:
"@eth-optimism/contracts-periphery"
,
"name"
:
"@eth-optimism/contracts-periphery"
,
"version"
:
"1.0.
6
"
,
"version"
:
"1.0.
7
"
,
"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-bedrock"
:
"0.11.
2
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
3
"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/core-utils"
:
"^0.12.0"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.5"
,
"@eth-optimism/hardhat-deploy-config"
:
"^0.2.5"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
"@ethersproject/hardware-wallets"
:
"^5.7.0"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
1ffc88d6
# data transport layer
# data transport layer
## 0.5.52
### Patch Changes
-
Updated dependencies
[
f04e5db2d
]
-
@eth-optimism/common-ts@0.7.1
## 0.5.51
## 0.5.51
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
1ffc88d6
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.5
1
"
,
"version"
:
"0.5.5
2
"
,
"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.7.
0
"
,
"@eth-optimism/common-ts"
:
"0.7.
1
"
,
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
"@ethersproject/providers"
:
"^5.7.0"
,
...
...
packages/drippie-mon/CHANGELOG.md
View file @
1ffc88d6
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.4.3
### Patch Changes
-
Updated dependencies
[
f04e5db2d
]
-
Updated dependencies
[
4c64a5811
]
-
@eth-optimism/common-ts@0.7.1
-
@eth-optimism/contracts-periphery@1.0.7
-
@eth-optimism/sdk@1.10.1
## 0.4.2
## 0.4.2
### Patch Changes
### Patch Changes
...
...
packages/drippie-mon/package.json
View file @
1ffc88d6
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/drippie-mon"
,
"name"
:
"@eth-optimism/drippie-mon"
,
"version"
:
"0.4.
2
"
,
"version"
:
"0.4.
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,10 +32,10 @@
...
@@ -32,10 +32,10 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.7.
0
"
,
"@eth-optimism/common-ts"
:
"0.7.
1
"
,
"@eth-optimism/contracts-periphery"
:
"1.0.
6
"
,
"@eth-optimism/contracts-periphery"
:
"1.0.
7
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
0
"
,
"@eth-optimism/sdk"
:
"1.10.
1
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/message-relayer/CHANGELOG.md
View file @
1ffc88d6
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.5.27
### Patch Changes
-
Updated dependencies
[
f04e5db2d
]
-
@eth-optimism/common-ts@0.7.1
-
@eth-optimism/sdk@1.10.1
## 0.5.26
## 0.5.26
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
1ffc88d6
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.5.2
6
"
,
"version"
:
"0.5.2
7
"
,
"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,9 +31,9 @@
...
@@ -31,9 +31,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.7.
0
"
,
"@eth-optimism/common-ts"
:
"0.7.
1
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/sdk"
:
"1.10.
0
"
,
"@eth-optimism/sdk"
:
"1.10.
1
"
,
"ethers"
:
"^5.7.0"
"ethers"
:
"^5.7.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
1ffc88d6
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 1.2.1
### Patch Changes
-
Updated dependencies
[
f04e5db2d
]
-
@eth-optimism/common-ts@0.7.1
## 1.2.0
## 1.2.0
### Minor Changes
### Minor Changes
...
...
packages/replica-healthcheck/package.json
View file @
1ffc88d6
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.2.
0
"
,
"version"
:
"1.2.
1
"
,
"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.7.
0
"
,
"@eth-optimism/common-ts"
:
"0.7.
1
"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@ethersproject/abstract-provider"
:
"^5.7.0"
"@ethersproject/abstract-provider"
:
"^5.7.0"
},
},
...
...
packages/sdk/CHANGELOG.md
View file @
1ffc88d6
# @eth-optimism/sdk
# @eth-optimism/sdk
## 1.10.1
### Patch Changes
-
Updated dependencies
[
4964be480
]
-
@eth-optimism/contracts-bedrock@0.11.3
## 1.10.0
## 1.10.0
### Minor Changes
### Minor Changes
...
...
packages/sdk/package.json
View file @
1ffc88d6
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.10.
0
"
,
"version"
:
"1.10.
1
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/contracts"
:
"0.5.40"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/core-utils"
:
"0.12.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
2
"
,
"@eth-optimism/contracts-bedrock"
:
"0.11.
3
"
,
"lodash"
:
"^4.17.21"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.2.27"
,
"merkletreejs"
:
"^0.2.27"
,
"rlp"
:
"^2.2.7"
"rlp"
:
"^2.2.7"
...
...
proxyd/CHANGELOG.md
View file @
1ffc88d6
# @eth-optimism/proxyd
# @eth-optimism/proxyd
## 3.13.0
### Minor Changes
-
6de891d3b: Add sender-based rate limiter
## 3.12.0
## 3.12.0
### Minor Changes
### Minor Changes
...
...
proxyd/package.json
View file @
1ffc88d6
{
{
"name"
:
"@eth-optimism/proxyd"
,
"name"
:
"@eth-optimism/proxyd"
,
"version"
:
"3.1
2
.0"
,
"version"
:
"3.1
3
.0"
,
"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