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
889cc680
Commit
889cc680
authored
Nov 17, 2021
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
df7d5987
Changes
20
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
98 additions
and
43 deletions
+98
-43
long-mayflies-sit.md
.changeset/long-mayflies-sit.md
+0
-5
metal-monkeys-repeat.md
.changeset/metal-monkeys-repeat.md
+0
-13
CHANGELOG.md
integration-tests/CHANGELOG.md
+6
-0
package.json
integration-tests/package.json
+4
-4
CHANGELOG.md
packages/batch-submitter/CHANGELOG.md
+11
-0
package.json
packages/batch-submitter/package.json
+4
-4
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+6
-0
package.json
packages/common-ts/package.json
+1
-1
CHANGELOG.md
packages/contracts/CHANGELOG.md
+8
-0
package.json
packages/contracts/package.json
+2
-2
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
+10
-0
package.json
packages/data-transport-layer/package.json
+4
-4
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+10
-0
package.json
packages/message-relayer/package.json
+4
-4
CHANGELOG.md
packages/regenesis-surgery/CHANGELOG.md
+7
-0
package.json
packages/regenesis-surgery/package.json
+2
-2
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+9
-0
package.json
packages/replica-healthcheck/package.json
+3
-3
No files found.
.changeset/long-mayflies-sit.md
deleted
100644 → 0
View file @
df7d5987
---
'
@eth-optimism/batch-submitter'
:
patch
---
Throw an error when sequencer and proposer have the same address.
.changeset/metal-monkeys-repeat.md
deleted
100644 → 0
View file @
df7d5987
---
'
@eth-optimism/integration-tests'
:
patch
'
@eth-optimism/batch-submitter'
:
patch
'
@eth-optimism/common-ts'
:
patch
'
@eth-optimism/contracts'
:
patch
'
@eth-optimism/core-utils'
:
patch
'
@eth-optimism/data-transport-layer'
:
patch
'
@eth-optimism/message-relayer'
:
patch
'
@eth-optimism/regenesis-surgery'
:
patch
'
@eth-optimism/replica-healthcheck'
:
patch
---
Standardize package json file format
integration-tests/CHANGELOG.md
View file @
889cc680
# @eth-optimism/integration-tests
# @eth-optimism/integration-tests
## 0.3.1
### Patch Changes
-
243f33e5: Standardize package json file format
## 0.3.0
## 0.3.0
### Minor Changes
### Minor Changes
...
...
integration-tests/package.json
View file @
889cc680
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/integration-tests"
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"description"
:
"[Optimism] Integration tests"
,
"description"
:
"[Optimism] Integration tests"
,
"scripts"
:
{
"scripts"
:
{
"lint"
:
"yarn lint:fix && yarn lint:check"
,
"lint"
:
"yarn lint:fix && yarn lint:check"
,
...
@@ -28,9 +28,9 @@
...
@@ -28,9 +28,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.
1
"
,
"@eth-optimism/contracts"
:
"0.5.
2
"
,
"@eth-optimism/core-utils"
:
"0.7.
0
"
,
"@eth-optimism/core-utils"
:
"0.7.
1
"
,
"@eth-optimism/message-relayer"
:
"0.2.
1
"
,
"@eth-optimism/message-relayer"
:
"0.2.
2
"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
...
...
packages/batch-submitter/CHANGELOG.md
View file @
889cc680
# Changelog
# Changelog
## 0.4.2
### Patch Changes
-
526d7e51: Throw an error when sequencer and proposer have the same address.
-
243f33e5: Standardize package json file format
-
Updated dependencies
[
243f33e5
]
-
@eth-optimism/common-ts@0.2.1
-
@eth-optimism/contracts@0.5.2
-
@eth-optimism/core-utils@0.7.1
## 0.4.1
## 0.4.1
### Patch Changes
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
889cc680
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/batch-submitter"
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.4.
1
"
,
"version"
:
"0.4.
2
"
,
"description"
:
"[Optimism] Service for submitting transactions and transaction results"
,
"description"
:
"[Optimism] Service for submitting transactions and transaction results"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -33,9 +33,9 @@
...
@@ -33,9 +33,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
0
"
,
"@eth-optimism/common-ts"
:
"0.2.
1
"
,
"@eth-optimism/contracts"
:
"0.5.
1
"
,
"@eth-optimism/contracts"
:
"0.5.
2
"
,
"@eth-optimism/core-utils"
:
"0.7.
0
"
,
"@eth-optimism/core-utils"
:
"0.7.
1
"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/providers"
:
"^5.4.5"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
889cc680
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.2.1
### Patch Changes
-
243f33e5: Standardize package json file format
## 0.2.0
## 0.2.0
### Minor Changes
### Minor Changes
...
...
packages/common-ts/package.json
View file @
889cc680
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.2.
0
"
,
"version"
:
"0.2.
1
"
,
"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/contracts/CHANGELOG.md
View file @
889cc680
# Changelog
# Changelog
## 0.5.2
### Patch Changes
-
243f33e5: Standardize package json file format
-
Updated dependencies
[
243f33e5
]
-
@eth-optimism/core-utils@0.7.1
## 0.5.1
## 0.5.1
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
889cc680
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.
1
"
,
"version"
:
"0.5.
2
"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimistic Ethereum"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimistic Ethereum"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.7.
0
"
,
"@eth-optimism/core-utils"
:
"0.7.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
"@ethersproject/abstract-signer"
:
"^5.4.1"
,
"@ethersproject/abstract-signer"
:
"^5.4.1"
,
"@ethersproject/hardware-wallets"
:
"^5.4.0"
"@ethersproject/hardware-wallets"
:
"^5.4.0"
...
...
packages/core-utils/CHANGELOG.md
View file @
889cc680
# @eth-optimism/core-utils
# @eth-optimism/core-utils
## 0.7.1
### Patch Changes
-
243f33e5: Standardize package json file format
## 0.7.0
## 0.7.0
### Minor Changes
### Minor Changes
...
...
packages/core-utils/package.json
View file @
889cc680
{
{
"name"
:
"@eth-optimism/core-utils"
,
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.7.
0
"
,
"version"
:
"0.7.
1
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
889cc680
# data transport layer
# data transport layer
## 0.5.2
### Patch Changes
-
243f33e5: Standardize package json file format
-
Updated dependencies
[
243f33e5
]
-
@eth-optimism/common-ts@0.2.1
-
@eth-optimism/contracts@0.5.2
-
@eth-optimism/core-utils@0.7.1
## 0.5.1
## 0.5.1
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
889cc680
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.
1
"
,
"version"
:
"0.5.
2
"
,
"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,9 +36,9 @@
...
@@ -36,9 +36,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
0
"
,
"@eth-optimism/common-ts"
:
"0.2.
1
"
,
"@eth-optimism/contracts"
:
"0.5.
1
"
,
"@eth-optimism/contracts"
:
"0.5.
2
"
,
"@eth-optimism/core-utils"
:
"0.7.
0
"
,
"@eth-optimism/core-utils"
:
"0.7.
1
"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
889cc680
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.2.2
### Patch Changes
-
243f33e5: Standardize package json file format
-
Updated dependencies
[
243f33e5
]
-
@eth-optimism/common-ts@0.2.1
-
@eth-optimism/contracts@0.5.2
-
@eth-optimism/core-utils@0.7.1
## 0.2.1
## 0.2.1
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
889cc680
{
{
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.2.
1
"
,
"version"
:
"0.2.
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"
,
...
@@ -34,9 +34,9 @@
...
@@ -34,9 +34,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
0
"
,
"@eth-optimism/common-ts"
:
"0.2.
1
"
,
"@eth-optimism/contracts"
:
"0.5.
1
"
,
"@eth-optimism/contracts"
:
"0.5.
2
"
,
"@eth-optimism/core-utils"
:
"0.7.
0
"
,
"@eth-optimism/core-utils"
:
"0.7.
1
"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.6"
,
"bcfg"
:
"^0.1.6"
,
"dotenv"
:
"^10.0.0"
,
"dotenv"
:
"^10.0.0"
,
...
...
packages/regenesis-surgery/CHANGELOG.md
View file @
889cc680
# @eth-optimism/regenesis-surgery
# @eth-optimism/regenesis-surgery
## 0.2.1
### Patch Changes
-
243f33e5: Standardize package json file format
## 0.2.0
## 0.2.0
### Minor Changes
### Minor Changes
-
8148d2fb: Add regenesis-surgery package and event-indexer script
-
8148d2fb: Add regenesis-surgery package and event-indexer script
...
...
packages/regenesis-surgery/package.json
View file @
889cc680
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/regenesis-surgery"
,
"name"
:
"@eth-optimism/regenesis-surgery"
,
"version"
:
"0.2.
0
"
,
"version"
:
"0.2.
1
"
,
"description"
:
"[Optimism] Tooling for managing the OVM 1.0 to OVM 2.0 upgrade"
,
"description"
:
"[Optimism] Tooling for managing the OVM 1.0 to OVM 2.0 upgrade"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@discoveryjs/json-ext"
:
"^0.5.3"
,
"@discoveryjs/json-ext"
:
"^0.5.3"
,
"@eth-optimism/core-utils"
:
"0.7.
0
"
,
"@eth-optimism/core-utils"
:
"0.7.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/bignumber"
:
"^5.5.0"
,
"@ethersproject/bignumber"
:
"^5.5.0"
,
"@ethersproject/properties"
:
"^5.5.0"
,
"@ethersproject/properties"
:
"^5.5.0"
,
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
889cc680
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 0.3.1
### Patch Changes
-
243f33e5: Standardize package json file format
-
Updated dependencies
[
243f33e5
]
-
@eth-optimism/common-ts@0.2.1
-
@eth-optimism/core-utils@0.7.1
## 0.3.0
## 0.3.0
### Minor Changes
### Minor Changes
...
...
packages/replica-healthcheck/package.json
View file @
889cc680
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"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,8 +32,8 @@
...
@@ -32,8 +32,8 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
0
"
,
"@eth-optimism/common-ts"
:
"0.2.
1
"
,
"@eth-optimism/core-utils"
:
"0.7.
0
"
,
"@eth-optimism/core-utils"
:
"0.7.
1
"
,
"dotenv"
:
"^10.0.0"
,
"dotenv"
:
"^10.0.0"
,
"ethers"
:
"^5.4.5"
,
"ethers"
:
"^5.4.5"
,
"express"
:
"^4.17.1"
,
"express"
:
"^4.17.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