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
0e92385a
Commit
0e92385a
authored
Mar 08, 2022
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
3ad9f739
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
32 additions
and
16 deletions
+32
-16
chilled-bats-warn.md
.changeset/chilled-bats-warn.md
+0
-5
odd-grapes-wonder.md
.changeset/odd-grapes-wonder.md
+0
-5
package.json
integration-tests/package.json
+1
-1
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+8
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+8
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+10
-0
package.json
packages/sdk/package.json
+1
-1
No files found.
.changeset/chilled-bats-warn.md
deleted
100644 → 0
View file @
3ad9f739
---
'
@eth-optimism/sdk'
:
patch
---
Fix typo in constructor docstring
.changeset/odd-grapes-wonder.md
deleted
100644 → 0
View file @
3ad9f739
---
'
@eth-optimism/sdk'
:
major
---
Update README and bump SDK to 1.0.0
integration-tests/package.json
View file @
0e92385a
...
...
@@ -30,7 +30,7 @@
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.16"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@eth-optimism/sdk"
:
"
0.2.5
"
,
"@eth-optimism/sdk"
:
"
1.0.0
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
0e92385a
# @eth-optimism/message-relayer
## 0.3.2
### Patch Changes
-
Updated dependencies
[
42227d69
]
-
Updated dependencies
[
84f63c49
]
-
@eth-optimism/sdk@1.0.0
## 0.3.1
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
0e92385a
{
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.3.
1
"
,
"version"
:
"0.3.
2
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -31,7 +31,7 @@
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@eth-optimism/sdk"
:
"^
0.2.5
"
,
"@eth-optimism/sdk"
:
"^
1.0.0
"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.6"
,
"dotenv"
:
"^10.0.0"
,
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
0e92385a
# @eth-optimism/replica-healthcheck
## 0.3.11
### Patch Changes
-
Updated dependencies
[
42227d69
]
-
Updated dependencies
[
84f63c49
]
-
@eth-optimism/sdk@1.0.0
## 0.3.10
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
0e92385a
{
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"0.3.1
0
"
,
"version"
:
"0.3.1
1
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -34,7 +34,7 @@
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/core-utils"
:
"0.8.1"
,
"@eth-optimism/sdk"
:
"^
0.2.5
"
,
"@eth-optimism/sdk"
:
"^
1.0.0
"
,
"dotenv"
:
"^10.0.0"
,
"ethers"
:
"^5.5.4"
,
"express"
:
"^4.17.1"
,
...
...
packages/sdk/CHANGELOG.md
View file @
0e92385a
# @eth-optimism/sdk
## 1.0.0
### Major Changes
-
84f63c49: Update README and bump SDK to 1.0.0
### Patch Changes
-
42227d69: Fix typo in constructor docstring
## 0.2.5
### Patch Changes
...
...
packages/sdk/package.json
View file @
0e92385a
{
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"
0.2.5
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
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