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
38ad5c29
Commit
38ad5c29
authored
Jun 09, 2022
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
957455d4
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
84 additions
and
41 deletions
+84
-41
five-fireants-notice.md
.changeset/five-fireants-notice.md
+0
-5
ninety-boxes-melt.md
.changeset/ninety-boxes-melt.md
+0
-5
rude-eggs-pull.md
.changeset/rude-eggs-pull.md
+0
-9
twelve-insects-marry.md
.changeset/twelve-insects-marry.md
+0
-5
wicked-knives-jog.md
.changeset/wicked-knives-jog.md
+0
-5
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+7
-0
package.json
packages/common-ts/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/drippie-mon/CHANGELOG.md
+13
-0
package.json
packages/drippie-mon/package.json
+2
-2
CHANGELOG.md
packages/fault-detector/CHANGELOG.md
+14
-0
package.json
packages/fault-detector/package.json
+2
-2
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+12
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+12
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
CHANGELOG.md
teleportr/CHANGELOG.md
+6
-0
package.json
teleportr/package.json
+1
-1
No files found.
.changeset/five-fireants-notice.md
deleted
100644 → 0
View file @
957455d4
---
'
@eth-optimism/common-ts'
:
minor
---
Minor upgrade to BaseServiceV2 to expose a full customizable server, instead of just metrics.
.changeset/ninety-boxes-melt.md
deleted
100644 → 0
View file @
957455d4
---
'
@eth-optimism/fault-detector'
:
patch
---
Smarter starting height for fault-detector
.changeset/rude-eggs-pull.md
deleted
100644 → 0
View file @
957455d4
---
'
@eth-optimism/common-ts'
:
minor
'
@eth-optimism/drippie-mon'
:
minor
'
@eth-optimism/fault-detector'
:
minor
'
@eth-optimism/message-relayer'
:
minor
'
@eth-optimism/replica-healthcheck'
:
minor
---
BaseServiceV2 exposes service name and version as standard synthetic metric
.changeset/twelve-insects-marry.md
deleted
100644 → 0
View file @
957455d4
---
'
@eth-optimism/teleportr'
:
patch
---
Better availability endpoint + retries
.changeset/wicked-knives-jog.md
deleted
100644 → 0
View file @
957455d4
---
'
@eth-optimism/fault-detector'
:
patch
---
Fix order in which a metric was bumped then emitted to fix off by one issue
packages/common-ts/CHANGELOG.md
View file @
38ad5c29
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.3.0
### Minor Changes
-
d9e39931: Minor upgrade to BaseServiceV2 to expose a full customizable server, instead of just metrics.
-
84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric
## 0.2.10
## 0.2.10
### Patch Changes
### Patch Changes
...
...
packages/common-ts/package.json
View file @
38ad5c29
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.
2.1
0"
,
"version"
:
"0.
3.
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/data-transport-layer/CHANGELOG.md
View file @
38ad5c29
# data transport layer
# data transport layer
## 0.5.34
### Patch Changes
-
Updated dependencies
[
d9e39931
]
-
Updated dependencies
[
84a8934c
]
-
@eth-optimism/common-ts@0.3.0
## 0.5.33
## 0.5.33
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
38ad5c29
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.3
3
"
,
"version"
:
"0.5.3
4
"
,
"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.1
0"
,
"@eth-optimism/common-ts"
:
"0.
3.
0"
,
"@eth-optimism/contracts"
:
"0.5.27"
,
"@eth-optimism/contracts"
:
"0.5.27"
,
"@eth-optimism/core-utils"
:
"0.8.6"
,
"@eth-optimism/core-utils"
:
"0.8.6"
,
"@ethersproject/providers"
:
"^5.6.8"
,
"@ethersproject/providers"
:
"^5.6.8"
,
...
...
packages/drippie-mon/CHANGELOG.md
View file @
38ad5c29
# @eth-optimism/drippie-mon
# @eth-optimism/drippie-mon
## 0.3.0
### Minor Changes
-
84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric
### Patch Changes
-
Updated dependencies
[
d9e39931
]
-
Updated dependencies
[
84a8934c
]
-
@eth-optimism/common-ts@0.3.0
## 0.2.0
## 0.2.0
### Minor Changes
### Minor Changes
-
982cb980: Release drippie-mon
-
982cb980: Release drippie-mon
...
...
packages/drippie-mon/package.json
View file @
38ad5c29
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/drippie-mon"
,
"name"
:
"@eth-optimism/drippie-mon"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"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,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.1
0"
,
"@eth-optimism/common-ts"
:
"0.
3.
0"
,
"@eth-optimism/contracts-periphery"
:
"0.1.2"
,
"@eth-optimism/contracts-periphery"
:
"0.1.2"
,
"@eth-optimism/core-utils"
:
"0.8.6"
,
"@eth-optimism/core-utils"
:
"0.8.6"
,
"@eth-optimism/sdk"
:
"1.1.8"
,
"@eth-optimism/sdk"
:
"1.1.8"
,
...
...
packages/fault-detector/CHANGELOG.md
View file @
38ad5c29
# @eth-optimism/fault-detector
# @eth-optimism/fault-detector
## 0.2.0
### Minor Changes
-
84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric
### Patch Changes
-
37dfe4f6: Smarter starting height for fault-detector
-
6fe58eb2: Fix order in which a metric was bumped then emitted to fix off by one issue
-
Updated dependencies
[
d9e39931
]
-
Updated dependencies
[
84a8934c
]
-
@eth-optimism/common-ts@0.3.0
## 0.1.1
## 0.1.1
### Patch Changes
### Patch Changes
...
...
packages/fault-detector/package.json
View file @
38ad5c29
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/fault-detector"
,
"name"
:
"@eth-optimism/fault-detector"
,
"version"
:
"0.
1.1
"
,
"version"
:
"0.
2.0
"
,
"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.
2.8
"
,
"@eth-optimism/common-ts"
:
"^0.
3.0
"
,
"@eth-optimism/contracts"
:
"^0.5.24"
,
"@eth-optimism/contracts"
:
"^0.5.24"
,
"@eth-optimism/core-utils"
:
"^0.8.5"
,
"@eth-optimism/core-utils"
:
"^0.8.5"
,
"@eth-optimism/sdk"
:
"^1.1.6"
,
"@eth-optimism/sdk"
:
"^1.1.6"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
38ad5c29
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.5.0
### Minor Changes
-
84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric
### Patch Changes
-
Updated dependencies
[
d9e39931
]
-
Updated dependencies
[
84a8934c
]
-
@eth-optimism/common-ts@0.3.0
## 0.4.13
## 0.4.13
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
38ad5c29
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.
4.13
"
,
"version"
:
"0.
5.0
"
,
"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.1
0"
,
"@eth-optimism/common-ts"
:
"0.
3.
0"
,
"@eth-optimism/core-utils"
:
"0.8.6"
,
"@eth-optimism/core-utils"
:
"0.8.6"
,
"@eth-optimism/sdk"
:
"1.1.8"
,
"@eth-optimism/sdk"
:
"1.1.8"
,
"ethers"
:
"^5.6.8"
"ethers"
:
"^5.6.8"
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
38ad5c29
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 1.1.0
### Minor Changes
-
84a8934c: BaseServiceV2 exposes service name and version as standard synthetic metric
### Patch Changes
-
Updated dependencies
[
d9e39931
]
-
Updated dependencies
[
84a8934c
]
-
@eth-optimism/common-ts@0.3.0
## 1.0.9
## 1.0.9
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
38ad5c29
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.
0.9
"
,
"version"
:
"1.
1.0
"
,
"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.1
0"
,
"@eth-optimism/common-ts"
:
"0.
3.
0"
,
"@eth-optimism/core-utils"
:
"0.8.6"
,
"@eth-optimism/core-utils"
:
"0.8.6"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
"@ethersproject/abstract-provider"
:
"^5.6.1"
},
},
...
...
teleportr/CHANGELOG.md
View file @
38ad5c29
# @eth-optimism/teleportr
# @eth-optimism/teleportr
## 0.0.9
### Patch Changes
-
23dcba53: Better availability endpoint + retries
## 0.0.8
## 0.0.8
### Patch Changes
### Patch Changes
...
...
teleportr/package.json
View file @
38ad5c29
{
{
"name"
:
"@eth-optimism/teleportr"
,
"name"
:
"@eth-optimism/teleportr"
,
"version"
:
"0.0.
8
"
,
"version"
:
"0.0.
9
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
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