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
08a76582
Commit
08a76582
authored
Nov 30, 2021
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
a3712481
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
95 additions
and
53 deletions
+95
-53
flat-bags-chew.md
.changeset/flat-bags-chew.md
+0
-5
friendly-queens-rule.md
.changeset/friendly-queens-rule.md
+0
-5
nice-steaks-hammer.md
.changeset/nice-steaks-hammer.md
+0
-5
old-moons-invite.md
.changeset/old-moons-invite.md
+0
-6
poor-avocados-arrive.md
.changeset/poor-avocados-arrive.md
+0
-5
swift-ways-glow.md
.changeset/swift-ways-glow.md
+0
-5
CHANGELOG.md
go/gas-oracle/CHANGELOG.md
+6
-0
package.json
go/gas-oracle/package.json
+1
-1
CHANGELOG.md
go/proxyd/CHANGELOG.md
+10
-0
package.json
go/proxyd/package.json
+1
-1
CHANGELOG.md
integration-tests/CHANGELOG.md
+6
-0
package.json
integration-tests/package.json
+4
-4
CHANGELOG.md
l2geth/CHANGELOG.md
+6
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/batch-submitter/CHANGELOG.md
+8
-0
package.json
packages/batch-submitter/package.json
+3
-3
CHANGELOG.md
packages/contracts/CHANGELOG.md
+7
-0
package.json
packages/contracts/package.json
+2
-2
CHANGELOG.md
packages/core-utils/CHANGELOG.md
+6
-0
package.json
packages/core-utils/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+9
-0
package.json
packages/data-transport-layer/package.json
+3
-3
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+8
-0
package.json
packages/message-relayer/package.json
+3
-3
package.json
packages/regenesis-surgery/package.json
+1
-1
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+7
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
No files found.
.changeset/flat-bags-chew.md
deleted
100644 → 0
View file @
a3712481
---
'
@eth-optimism/gas-oracle'
:
patch
---
Fix the gas oracle gas price prometheus metric
.changeset/friendly-queens-rule.md
deleted
100644 → 0
View file @
a3712481
---
'
@eth-optimism/proxyd'
:
patch
---
Add support for additional SSL certificates in Docker container
.changeset/nice-steaks-hammer.md
deleted
100644 → 0
View file @
a3712481
---
'
@eth-optimism/data-transport-layer'
:
patch
---
Handle unprotected transactions
.changeset/old-moons-invite.md
deleted
100644 → 0
View file @
a3712481
---
'
@eth-optimism/integration-tests'
:
patch
'
@eth-optimism/l2geth'
:
patch
---
Allow for unprotected transactions
.changeset/poor-avocados-arrive.md
deleted
100644 → 0
View file @
a3712481
---
'
@eth-optimism/core-utils'
:
patch
---
Clean up the L1 => L2 address aliasing utilities
.changeset/swift-ways-glow.md
deleted
100644 → 0
View file @
a3712481
---
'
@eth-optimism/proxyd'
:
minor
---
Updated metrics, support local rate limiter
go/gas-oracle/CHANGELOG.md
View file @
08a76582
# @eth-optimism/gas-oracle
## 0.1.1
### Patch Changes
-
e4067d4c: Fix the gas oracle gas price prometheus metric
## 0.1.0
### Minor Changes
...
...
go/gas-oracle/package.json
View file @
08a76582
{
"name"
:
"@eth-optimism/gas-oracle"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
go/proxyd/CHANGELOG.md
View file @
08a76582
# @eth-optimism/proxyd
## 3.1.0
### Minor Changes
-
da6138fd: Updated metrics, support local rate limiter
### Patch Changes
-
6c7f483b: Add support for additional SSL certificates in Docker container
## 3.0.0
### Major Changes
...
...
go/proxyd/package.json
View file @
08a76582
{
"name"
:
"@eth-optimism/proxyd"
,
"version"
:
"3.
0
.0"
,
"version"
:
"3.
1
.0"
,
"private"
:
true
,
"dependencies"
:
{}
}
integration-tests/CHANGELOG.md
View file @
08a76582
# @eth-optimism/integration-tests
## 0.3.2
### Patch Changes
-
d141095c: Allow for unprotected transactions
## 0.3.1
### Patch Changes
...
...
integration-tests/package.json
View file @
08a76582
{
"private"
:
true
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.3.
1
"
,
"version"
:
"0.3.
2
"
,
"description"
:
"[Optimism] Integration tests"
,
"scripts"
:
{
"lint"
:
"yarn lint:fix && yarn lint:check"
,
...
...
@@ -28,9 +28,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.
4
"
,
"@eth-optimism/core-utils"
:
"0.7.
2
"
,
"@eth-optimism/message-relayer"
:
"0.2.
4
"
,
"@eth-optimism/contracts"
:
"0.5.
5
"
,
"@eth-optimism/core-utils"
:
"0.7.
3
"
,
"@eth-optimism/message-relayer"
:
"0.2.
5
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
...
...
l2geth/CHANGELOG.md
View file @
08a76582
# Changelog
## 0.5.2
### Patch Changes
-
d141095c: Allow for unprotected transactions
## 0.5.1
### Patch Changes
...
...
l2geth/package.json
View file @
08a76582
{
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.
1
"
,
"version"
:
"0.5.
2
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
packages/batch-submitter/CHANGELOG.md
View file @
08a76582
# Changelog
## 0.4.7
### Patch Changes
-
Updated dependencies
[
584cbc25
]
-
@eth-optimism/core-utils@0.7.3
-
@eth-optimism/contracts@0.5.5
## 0.4.6
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
08a76582
{
"private"
:
true
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.4.
6
"
,
"version"
:
"0.4.
7
"
,
"description"
:
"[Optimism] Service for submitting transactions and transaction results"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -34,8 +34,8 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
4
"
,
"@eth-optimism/core-utils"
:
"0.7.
2
"
,
"@eth-optimism/contracts"
:
"0.5.
5
"
,
"@eth-optimism/core-utils"
:
"0.7.
3
"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
"@ethersproject/providers"
:
"^5.4.5"
,
...
...
packages/contracts/CHANGELOG.md
View file @
08a76582
# Changelog
## 0.5.5
### Patch Changes
-
Updated dependencies
[
584cbc25
]
-
@eth-optimism/core-utils@0.7.3
## 0.5.4
### Patch Changes
...
...
packages/contracts/package.json
View file @
08a76582
{
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.
4
"
,
"version"
:
"0.5.
5
"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimistic Ethereum"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -58,7 +58,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.7.
2
"
,
"@eth-optimism/core-utils"
:
"0.7.
3
"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
"@ethersproject/abstract-signer"
:
"^5.4.1"
,
"@ethersproject/hardware-wallets"
:
"^5.4.0"
...
...
packages/core-utils/CHANGELOG.md
View file @
08a76582
# @eth-optimism/core-utils
## 0.7.3
### Patch Changes
-
584cbc25: Clean up the L1 => L2 address aliasing utilities
## 0.7.2
### Patch Changes
...
...
packages/core-utils/package.json
View file @
08a76582
{
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.7.
2
"
,
"version"
:
"0.7.
3
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
08a76582
# data transport layer
## 0.5.5
### Patch Changes
-
128e0f84: Handle unprotected transactions
-
Updated dependencies
[
584cbc25
]
-
@eth-optimism/core-utils@0.7.3
-
@eth-optimism/contracts@0.5.5
## 0.5.4
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
08a76582
{
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.
4
"
,
"version"
:
"0.5.
5
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -37,8 +37,8 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
4
"
,
"@eth-optimism/core-utils"
:
"0.7.
2
"
,
"@eth-optimism/contracts"
:
"0.5.
5
"
,
"@eth-optimism/core-utils"
:
"0.7.
3
"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
"@sentry/node"
:
"^6.3.1"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
08a76582
# @eth-optimism/message-relayer
## 0.2.5
### Patch Changes
-
Updated dependencies
[
584cbc25
]
-
@eth-optimism/core-utils@0.7.3
-
@eth-optimism/contracts@0.5.5
## 0.2.4
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
08a76582
{
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.2.
4
"
,
"version"
:
"0.2.
5
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -35,8 +35,8 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
4
"
,
"@eth-optimism/core-utils"
:
"0.7.
2
"
,
"@eth-optimism/contracts"
:
"0.5.
5
"
,
"@eth-optimism/core-utils"
:
"0.7.
3
"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.6"
,
"dotenv"
:
"^10.0.0"
,
...
...
packages/regenesis-surgery/package.json
View file @
08a76582
...
...
@@ -32,7 +32,7 @@
},
"devDependencies"
:
{
"@discoveryjs/json-ext"
:
"^0.5.3"
,
"@eth-optimism/core-utils"
:
"0.7.
2
"
,
"@eth-optimism/core-utils"
:
"0.7.
3
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abi"
:
"^5.5.0"
,
"@ethersproject/bignumber"
:
"^5.5.0"
,
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
08a76582
# @eth-optimism/replica-healthcheck
## 0.3.3
### Patch Changes
-
Updated dependencies
[
584cbc25
]
-
@eth-optimism/core-utils@0.7.3
## 0.3.2
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
08a76582
{
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"0.3.
2
"
,
"version"
:
"0.3.
3
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -33,7 +33,7 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/core-utils"
:
"0.7.
2
"
,
"@eth-optimism/core-utils"
:
"0.7.
3
"
,
"dotenv"
:
"^10.0.0"
,
"ethers"
:
"^5.4.5"
,
"express"
:
"^4.17.1"
,
...
...
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