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
485925e4
Commit
485925e4
authored
Apr 16, 2021
by
github-actions[bot]
Committed by
Liam Horne
Apr 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
889a01d4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
9 deletions
+17
-9
angry-queens-reflect.md
.changeset/angry-queens-reflect.md
+0
-6
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
+8
-0
package.json
packages/data-transport-layer/package.json
+2
-2
No files found.
.changeset/angry-queens-reflect.md
deleted
100644 → 0
View file @
889a01d4
---
"
@eth-optimism/core-utils"
:
patch
"
@eth-optimism/data-transport-layer"
:
patch
---
added extra logs to base-service / dtl to improve observability
packages/core-utils/CHANGELOG.md
View file @
485925e4
# @eth-optimism/core-utils
## 0.2.2
### Patch Changes
-
01eaf2c: added extra logs to base-service / dtl to improve observability
## 0.2.1
### Patch Changes
...
...
packages/core-utils/package.json
View file @
485925e4
{
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.2.
1
"
,
"version"
:
"0.2.
2
"
,
"main"
:
"dist/index"
,
"files"
:
[
"dist/*"
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
485925e4
# data transport layer
## 0.1.5
### Patch Changes
-
01eaf2c: added extra logs to base-service / dtl to improve observability
-
Updated dependencies
[
01eaf2c
]
-
@eth-optimism/core-utils@0.2.2
## 0.1.4
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
485925e4
{
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.1.
4
"
,
"version"
:
"0.1.
5
"
,
"private"
:
true
,
"main"
:
"dist/index"
,
"files"
:
[
...
...
@@ -20,7 +20,7 @@
},
"dependencies"
:
{
"@eth-optimism/contracts"
:
"^0.2.2"
,
"@eth-optimism/core-utils"
:
"^0.2.
0
"
,
"@eth-optimism/core-utils"
:
"^0.2.
2
"
,
"@ethersproject/providers"
:
"^5.0.21"
,
"@types/express"
:
"^4.17.11"
,
"bcfg"
:
"^0.1.6"
,
...
...
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