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
0ac233e7
Unverified
Commit
0ac233e7
authored
Mar 24, 2022
by
smartcontracts
Committed by
GitHub
Mar 24, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2362 from ethereum-optimism/develop
Develop -> Master
parents
75055b51
d60776cc
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
66 additions
and
46 deletions
+66
-46
chilly-stingrays-decide.md
.changeset/chilly-stingrays-decide.md
+0
-5
eighty-squids-impress.md
.changeset/eighty-squids-impress.md
+0
-5
gorgeous-eggs-brake.md
.changeset/gorgeous-eggs-brake.md
+0
-5
orange-oranges-bow.md
.changeset/orange-oranges-bow.md
+0
-5
plenty-dancers-eat.md
.changeset/plenty-dancers-eat.md
+0
-5
thirty-hairs-remain.md
.changeset/thirty-hairs-remain.md
+0
-5
thirty-stingrays-reply.md
.changeset/thirty-stingrays-reply.md
+0
-5
CHANGELOG.md
go/gas-oracle/CHANGELOG.md
+6
-0
package.json
go/gas-oracle/package.json
+1
-1
CHANGELOG.md
go/l2geth-exporter/CHANGELOG.md
+7
-0
package.json
go/l2geth-exporter/package.json
+1
-1
CHANGELOG.md
go/teleportr/CHANGELOG.md
+7
-0
package.json
go/teleportr/package.json
+1
-1
CHANGELOG.md
integration-tests/CHANGELOG.md
+6
-0
package.json
integration-tests/package.json
+1
-1
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+6
-0
package.json
packages/common-ts/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+7
-0
package.json
packages/data-transport-layer/package.json
+2
-2
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+7
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+9
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
No files found.
.changeset/chilly-stingrays-decide.md
deleted
100644 → 0
View file @
75055b51
---
'
@eth-optimism/replica-healthcheck'
:
patch
---
Fixes a bug in the replica-healthcheck docker file
.changeset/eighty-squids-impress.md
deleted
100644 → 0
View file @
75055b51
---
'
@eth-optimism/teleportr'
:
patch
---
Add metrics for balances
.changeset/gorgeous-eggs-brake.md
deleted
100644 → 0
View file @
75055b51
---
'
@eth-optimism/l2geth-exporter'
:
patch
---
Bump to go-ethereum v1.10.16
.changeset/orange-oranges-bow.md
deleted
100644 → 0
View file @
75055b51
---
'
@eth-optimism/common-ts'
:
patch
---
Properly exposes metrics as part of a metrics server at port 7300
.changeset/plenty-dancers-eat.md
deleted
100644 → 0
View file @
75055b51
---
'
@eth-optimism/integration-tests'
:
patch
---
Add integration test for healthcheck server
.changeset/thirty-hairs-remain.md
deleted
100644 → 0
View file @
75055b51
---
'
@eth-optimism/replica-healthcheck'
:
patch
---
Add checks and metrics for dead networks
.changeset/thirty-stingrays-reply.md
deleted
100644 → 0
View file @
75055b51
---
'
@eth-optimism/gas-oracle'
:
patch
---
Allow configurable base fee update poll time with
`GAS_PRICE_ORACLE_L1_BASE_FEE_EPOCH_LENGTH_SECONDS`
go/gas-oracle/CHANGELOG.md
View file @
0ac233e7
# @eth-optimism/gas-oracle
# @eth-optimism/gas-oracle
## 0.1.9
### Patch Changes
-
c535b3a5: Allow configurable base fee update poll time with
`GAS_PRICE_ORACLE_L1_BASE_FEE_EPOCH_LENGTH_SECONDS`
## 0.1.8
## 0.1.8
### Patch Changes
### Patch Changes
...
...
go/gas-oracle/package.json
View file @
0ac233e7
{
{
"name"
:
"@eth-optimism/gas-oracle"
,
"name"
:
"@eth-optimism/gas-oracle"
,
"version"
:
"0.1.
8
"
,
"version"
:
"0.1.
9
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
go/l2geth-exporter/CHANGELOG.md
View file @
0ac233e7
# @eth-optimism/l2geth-exporter
# @eth-optimism/l2geth-exporter
## 0.0.3
### Patch Changes
-
2f2eaa44: Bump to go-ethereum v1.10.16
## 0.0.2
## 0.0.2
### Patch Changes
### Patch Changes
-
71bfa3fe: Initial build
-
71bfa3fe: Initial build
go/l2geth-exporter/package.json
View file @
0ac233e7
{
{
"name"
:
"@eth-optimism/l2geth-exporter"
,
"name"
:
"@eth-optimism/l2geth-exporter"
,
"version"
:
"0.0.
2
"
,
"version"
:
"0.0.
3
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
go/teleportr/CHANGELOG.md
View file @
0ac233e7
# @eth-optimism/teleportr
# @eth-optimism/teleportr
## 0.0.2
### Patch Changes
-
f101d38b: Add metrics for balances
## 0.0.1
## 0.0.1
### Patch Changes
### Patch Changes
-
172c3d74: Add SuggestGasTipCap fallback
-
172c3d74: Add SuggestGasTipCap fallback
...
...
go/teleportr/package.json
View file @
0ac233e7
{
{
"name"
:
"@eth-optimism/teleportr"
,
"name"
:
"@eth-optimism/teleportr"
,
"version"
:
"0.0.
1
"
,
"version"
:
"0.0.
2
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
integration-tests/CHANGELOG.md
View file @
0ac233e7
# @eth-optimism/integration-tests
# @eth-optimism/integration-tests
## 0.5.8
### Patch Changes
-
88807f03: Add integration test for healthcheck server
## 0.5.7
## 0.5.7
### Patch Changes
### Patch Changes
...
...
integration-tests/package.json
View file @
0ac233e7
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/integration-tests"
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.5.
7
"
,
"version"
:
"0.5.
8
"
,
"description"
:
"[Optimism] Integration tests"
,
"description"
:
"[Optimism] Integration tests"
,
"scripts"
:
{
"scripts"
:
{
"lint"
:
"yarn lint:fix && yarn lint:check"
,
"lint"
:
"yarn lint:fix && yarn lint:check"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
0ac233e7
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.2.4
### Patch Changes
-
f981b8da: Properly exposes metrics as part of a metrics server at port 7300
## 0.2.3
## 0.2.3
### Patch Changes
### Patch Changes
...
...
packages/common-ts/package.json
View file @
0ac233e7
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.2.
3
"
,
"version"
:
"0.2.
4
"
,
"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/data-transport-layer/CHANGELOG.md
View file @
0ac233e7
# data transport layer
# data transport layer
## 0.5.23
### Patch Changes
-
Updated dependencies
[
f981b8da
]
-
@eth-optimism/common-ts@0.2.4
## 0.5.22
## 0.5.22
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
0ac233e7
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.2
2
"
,
"version"
:
"0.5.2
3
"
,
"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.2.
3
"
,
"@eth-optimism/common-ts"
:
"0.2.
4
"
,
"@eth-optimism/contracts"
:
"0.5.18"
,
"@eth-optimism/contracts"
:
"0.5.18"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/providers"
:
"^5.5.3"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
0ac233e7
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.4.2
### Patch Changes
-
Updated dependencies
[
f981b8da
]
-
@eth-optimism/common-ts@0.2.4
## 0.4.1
## 0.4.1
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
0ac233e7
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.4.
1
"
,
"version"
:
"0.4.
2
"
,
"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.2.
3
"
,
"@eth-optimism/common-ts"
:
"0.2.
4
"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@eth-optimism/sdk"
:
"1.0.2"
,
"@eth-optimism/sdk"
:
"1.0.2"
,
"ethers"
:
"^5.5.4"
"ethers"
:
"^5.5.4"
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
0ac233e7
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 1.0.2
### Patch Changes
-
f981b8da: Fixes a bug in the replica-healthcheck docker file
-
032731b5: Add checks and metrics for dead networks
-
Updated dependencies
[
f981b8da
]
-
@eth-optimism/common-ts@0.2.4
## 1.0.1
## 1.0.1
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
0ac233e7
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.0.
1
"
,
"version"
:
"1.0.
2
"
,
"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.2.
3
"
,
"@eth-optimism/common-ts"
:
"0.2.
4
"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
"@ethersproject/abstract-provider"
:
"^5.5.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