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
1a75ef70
Commit
1a75ef70
authored
Dec 10, 2021
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
f6d8e410
Changes
19
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
62 additions
and
33 deletions
+62
-33
angry-ducks-arrive.md
.changeset/angry-ducks-arrive.md
+0
-5
clever-bananas-look.md
.changeset/clever-bananas-look.md
+0
-5
popular-dogs-push.md
.changeset/popular-dogs-push.md
+0
-5
spicy-mayflies-complain.md
.changeset/spicy-mayflies-complain.md
+0
-5
CHANGELOG.md
go/op-exporter/CHANGELOG.md
+7
-0
package.json
go/op-exporter/package.json
+1
-1
package.json
integration-tests/package.json
+2
-2
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
+2
-2
CHANGELOG.md
packages/contracts/CHANGELOG.md
+6
-0
package.json
packages/contracts/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/sdk/CHANGELOG.md
+8
-0
package.json
packages/sdk/package.json
+2
-2
No files found.
.changeset/angry-ducks-arrive.md
deleted
100644 → 0
View file @
f6d8e410
---
'
@eth-optimism/l2geth'
:
patch
---
surface sequencer low-level sequencer execution errors
.changeset/clever-bananas-look.md
deleted
100644 → 0
View file @
f6d8e410
---
'
@eth-optimism/contracts'
:
patch
---
Adds a new TestLib_CrossDomainUtils so we can properly test cross chain encoding functions
.changeset/popular-dogs-push.md
deleted
100644 → 0
View file @
f6d8e410
---
'
@eth-optimism/op-exporter'
:
patch
---
force rebuild
.changeset/spicy-mayflies-complain.md
deleted
100644 → 0
View file @
f6d8e410
---
'
@eth-optimism/batch-submitter'
:
patch
---
adds batchTxBuildTime gauge
go/op-exporter/CHANGELOG.md
View file @
1a75ef70
# @eth-optimism/op-exporter
## 0.5.2
### Patch Changes
-
5877f230: force rebuild
## 0.5.1
### Patch Changes
-
3f563420: Cleanup op-exporter CI, renamed package
go/op-exporter/package.json
View file @
1a75ef70
{
"name"
:
"@eth-optimism/op-exporter"
,
"version"
:
"0.5.
1
"
,
"version"
:
"0.5.
2
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
integration-tests/package.json
View file @
1a75ef70
...
...
@@ -28,9 +28,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.
6
"
,
"@eth-optimism/contracts"
:
"0.5.
7
"
,
"@eth-optimism/core-utils"
:
"0.7.3"
,
"@eth-optimism/message-relayer"
:
"0.2.
9
"
,
"@eth-optimism/message-relayer"
:
"0.2.
10
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
...
...
l2geth/CHANGELOG.md
View file @
1a75ef70
# Changelog
## 0.5.4
### Patch Changes
-
d205c1d6: surface sequencer low-level sequencer execution errors
## 0.5.3
### Patch Changes
...
...
l2geth/package.json
View file @
1a75ef70
{
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.
3
"
,
"version"
:
"0.5.
4
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
packages/batch-submitter/CHANGELOG.md
View file @
1a75ef70
# Changelog
## 0.4.11
### Patch Changes
-
3eb5590b: adds batchTxBuildTime gauge
-
Updated dependencies
[
b6f89fad
]
-
@eth-optimism/contracts@0.5.7
## 0.4.10
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
1a75ef70
{
"private"
:
true
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.4.1
0
"
,
"version"
:
"0.4.1
1
"
,
"description"
:
"[Optimism] Service for submitting transactions and transaction results"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -34,7 +34,7 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
6
"
,
"@eth-optimism/contracts"
:
"0.5.
7
"
,
"@eth-optimism/core-utils"
:
"0.7.3"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
...
...
packages/contracts/CHANGELOG.md
View file @
1a75ef70
# Changelog
## 0.5.7
### Patch Changes
-
b6f89fad: Adds a new TestLib_CrossDomainUtils so we can properly test cross chain encoding functions
## 0.5.6
### Patch Changes
...
...
packages/contracts/package.json
View file @
1a75ef70
{
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.
6
"
,
"version"
:
"0.5.
7
"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimistic Ethereum"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
1a75ef70
# data transport layer
## 0.5.10
### Patch Changes
-
Updated dependencies
[
b6f89fad
]
-
@eth-optimism/contracts@0.5.7
## 0.5.9
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
1a75ef70
{
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.
9
"
,
"version"
:
"0.5.
10
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -37,7 +37,7 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
6
"
,
"@eth-optimism/contracts"
:
"0.5.
7
"
,
"@eth-optimism/core-utils"
:
"0.7.3"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
1a75ef70
# @eth-optimism/message-relayer
## 0.2.10
### Patch Changes
-
Updated dependencies
[
b6f89fad
]
-
@eth-optimism/contracts@0.5.7
## 0.2.9
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
1a75ef70
{
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.2.
9
"
,
"version"
:
"0.2.
10
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -35,7 +35,7 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
6
"
,
"@eth-optimism/contracts"
:
"0.5.
7
"
,
"@eth-optimism/core-utils"
:
"0.7.3"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.6"
,
...
...
packages/sdk/CHANGELOG.md
View file @
1a75ef70
# @eth-optimism/sdk
## 0.0.3
### Patch Changes
-
Updated dependencies
[
b6f89fad
]
-
@eth-optimism/contracts@0.5.7
## 0.0.2
### Patch Changes
-
Updated dependencies
[
bbd42e03
]
...
...
packages/sdk/package.json
View file @
1a75ef70
{
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"0.0.
2
"
,
"version"
:
"0.0.
3
"
,
"description"
:
"[Optimism] Tools for working with Optimistic Ethereum"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -60,7 +60,7 @@
"typescript"
:
"^4.3.5"
},
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.
6
"
,
"@eth-optimism/contracts"
:
"0.5.
7
"
,
"@eth-optimism/core-utils"
:
"0.7.3"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-signer"
:
"^5.5.0"
,
...
...
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