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
4b773fb2
Commit
4b773fb2
authored
Mar 07, 2022
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
95868965
Changes
31
Show whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
110 additions
and
88 deletions
+110
-88
chatty-oranges-call.md
.changeset/chatty-oranges-call.md
+0
-7
early-pans-provide.md
.changeset/early-pans-provide.md
+0
-5
few-pears-think.md
.changeset/few-pears-think.md
+0
-5
few-steaks-push.md
.changeset/few-steaks-push.md
+0
-5
flat-penguins-wave.md
.changeset/flat-penguins-wave.md
+0
-5
healthy-otters-yawn.md
.changeset/healthy-otters-yawn.md
+0
-5
khaki-chefs-call.md
.changeset/khaki-chefs-call.md
+0
-5
moody-lobsters-lay.md
.changeset/moody-lobsters-lay.md
+0
-5
poor-walls-do.md
.changeset/poor-walls-do.md
+0
-5
rare-onions-bathe.md
.changeset/rare-onions-bathe.md
+0
-5
soft-dogs-hide.md
.changeset/soft-dogs-hide.md
+0
-5
ten-rats-build.md
.changeset/ten-rats-build.md
+0
-5
thin-trees-matter.md
.changeset/thin-trees-matter.md
+0
-5
CHANGELOG.md
go/batch-submitter/CHANGELOG.md
+7
-0
package.json
go/batch-submitter/package.json
+1
-1
CHANGELOG.md
integration-tests/CHANGELOG.md
+8
-0
package.json
integration-tests/package.json
+4
-4
CHANGELOG.md
l2geth/CHANGELOG.md
+6
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/contracts/CHANGELOG.md
+12
-0
package.json
packages/contracts/package.json
+2
-2
CHANGELOG.md
packages/core-utils/CHANGELOG.md
+7
-0
package.json
packages/core-utils/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+14
-0
package.json
packages/data-transport-layer/package.json
+3
-3
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+10
-0
package.json
packages/message-relayer/package.json
+3
-3
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+11
-0
package.json
packages/replica-healthcheck/package.json
+3
-3
CHANGELOG.md
packages/sdk/CHANGELOG.md
+14
-0
package.json
packages/sdk/package.json
+3
-3
No files found.
.changeset/chatty-oranges-call.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/integration-tests'
:
patch
'
@eth-optimism/l2geth'
:
patch
'
@eth-optimism/contracts'
:
patch
---
Add support for system addresses
.changeset/early-pans-provide.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/replica-healthcheck'
:
patch
---
Fix bug in replica healthcheck dockerfile
.changeset/few-pears-think.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/contracts'
:
patch
---
Add a fetch batches hardhat task
.changeset/few-steaks-push.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/integration-tests'
:
patch
---
Add test coverage for zlib compressed batches
.changeset/flat-penguins-wave.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/data-transport-layer'
:
patch
---
Enable typed batch support
.changeset/healthy-otters-yawn.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/contracts'
:
patch
---
Removes outdated functions and constants from the contracts package
.changeset/khaki-chefs-call.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/contracts'
:
patch
---
Remove yargs as a contracts dependency (unused)
.changeset/moody-lobsters-lay.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/sdk'
:
patch
---
Add a function for waiting for a particular message status
.changeset/poor-walls-do.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/batch-submitter-service'
:
patch
---
Move L2 dial logic out of bss-core to avoid l2geth dependency
.changeset/rare-onions-bathe.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/integration-tests'
:
patch
---
Replaces contract references in integration tests with SDK CrossChainMessenger objects.
.changeset/soft-dogs-hide.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/core-utils'
:
patch
---
Add toJSON methods to the batch primitives
.changeset/ten-rats-build.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/batch-submitter-service'
:
patch
---
Enable the usage of typed batches and type 0 zlib compressed batches
.changeset/thin-trees-matter.md
deleted
100644 → 0
View file @
95868965
---
'
@eth-optimism/core-utils'
:
patch
---
Update batch serialization with typed batches and zlib compression
go/batch-submitter/CHANGELOG.md
View file @
4b773fb2
# @eth-optimism/batch-submitter-service
# @eth-optimism/batch-submitter-service
## 0.1.6
### Patch Changes
-
6af67df5: Move L2 dial logic out of bss-core to avoid l2geth dependency
-
fe680568: Enable the usage of typed batches and type 0 zlib compressed batches
## 0.1.5
## 0.1.5
### Patch Changes
### Patch Changes
...
...
go/batch-submitter/package.json
View file @
4b773fb2
{
{
"name"
:
"@eth-optimism/batch-submitter-service"
,
"name"
:
"@eth-optimism/batch-submitter-service"
,
"version"
:
"0.1.
5
"
,
"version"
:
"0.1.
6
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
integration-tests/CHANGELOG.md
View file @
4b773fb2
# @eth-optimism/integration-tests
# @eth-optimism/integration-tests
## 0.5.6
### Patch Changes
-
962f36e4: Add support for system addresses
-
d6e309be: Add test coverage for zlib compressed batches
-
386df4dc: Replaces contract references in integration tests with SDK CrossChainMessenger objects.
## 0.5.5
## 0.5.5
### Patch Changes
### Patch Changes
...
...
integration-tests/package.json
View file @
4b773fb2
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/integration-tests"
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.5.
5
"
,
"version"
:
"0.5.
6
"
,
"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
5
"
,
"@eth-optimism/contracts"
:
"0.5.1
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
0
"
,
"@eth-optimism/core-utils"
:
"0.8.
1
"
,
"@eth-optimism/sdk"
:
"0.2.
4
"
,
"@eth-optimism/sdk"
:
"0.2.
5
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
...
...
l2geth/CHANGELOG.md
View file @
4b773fb2
# Changelog
# Changelog
## 0.5.14
### Patch Changes
-
962f36e4: Add support for system addresses
## 0.5.13
## 0.5.13
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
4b773fb2
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.1
3
"
,
"version"
:
"0.5.1
4
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/contracts/CHANGELOG.md
View file @
4b773fb2
# Changelog
# Changelog
## 0.5.16
### Patch Changes
-
962f36e4: Add support for system addresses
-
f2179e37: Add a fetch batches hardhat task
-
b6a4fa4b: Removes outdated functions and constants from the contracts package
-
b7c0a5ca: Remove yargs as a contracts dependency (unused)
-
Updated dependencies
[
5a6f539c
]
-
Updated dependencies
[
27d8942e
]
-
@eth-optimism/core-utils@0.8.1
## 0.5.15
## 0.5.15
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
4b773fb2
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.1
5
"
,
"version"
:
"0.5.1
6
"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimism"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimism"
,
"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.8.
0
"
,
"@eth-optimism/core-utils"
:
"0.8.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-signer"
:
"^5.5.0"
,
"@ethersproject/abstract-signer"
:
"^5.5.0"
,
"@ethersproject/hardware-wallets"
:
"^5.5.0"
"@ethersproject/hardware-wallets"
:
"^5.5.0"
...
...
packages/core-utils/CHANGELOG.md
View file @
4b773fb2
# @eth-optimism/core-utils
# @eth-optimism/core-utils
## 0.8.1
### Patch Changes
-
5a6f539c: Add toJSON methods to the batch primitives
-
27d8942e: Update batch serialization with typed batches and zlib compression
## 0.8.0
## 0.8.0
### Minor Changes
### Minor Changes
...
...
packages/core-utils/package.json
View file @
4b773fb2
{
{
"name"
:
"@eth-optimism/core-utils"
,
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.8.
0
"
,
"version"
:
"0.8.
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 @
4b773fb2
# data transport layer
# data transport layer
## 0.5.20
### Patch Changes
-
3873b696: Enable typed batch support
-
Updated dependencies
[
962f36e4
]
-
Updated dependencies
[
f2179e37
]
-
Updated dependencies
[
b6a4fa4b
]
-
Updated dependencies
[
b7c0a5ca
]
-
Updated dependencies
[
5a6f539c
]
-
Updated dependencies
[
27d8942e
]
-
@eth-optimism/contracts@0.5.16
-
@eth-optimism/core-utils@0.8.1
## 0.5.19
## 0.5.19
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
4b773fb2
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.
19
"
,
"version"
:
"0.5.
20
"
,
"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"
,
...
@@ -37,8 +37,8 @@
...
@@ -37,8 +37,8 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.1
5
"
,
"@eth-optimism/contracts"
:
"0.5.1
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
0
"
,
"@eth-optimism/core-utils"
:
"0.8.
1
"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
4b773fb2
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.3.1
### Patch Changes
-
Updated dependencies
[
b66e3131
]
-
Updated dependencies
[
5a6f539c
]
-
Updated dependencies
[
27d8942e
]
-
@eth-optimism/sdk@0.2.5
-
@eth-optimism/core-utils@0.8.1
## 0.3.0
## 0.3.0
### Minor Changes
### Minor Changes
...
...
packages/message-relayer/package.json
View file @
4b773fb2
{
{
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"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"
,
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/core-utils"
:
"0.8.
0
"
,
"@eth-optimism/core-utils"
:
"0.8.
1
"
,
"@eth-optimism/sdk"
:
"^0.2.
3
"
,
"@eth-optimism/sdk"
:
"^0.2.
5
"
,
"@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/replica-healthcheck/CHANGELOG.md
View file @
4b773fb2
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 0.3.10
### Patch Changes
-
dad644b4: Fix bug in replica healthcheck dockerfile
-
Updated dependencies
[
b66e3131
]
-
Updated dependencies
[
5a6f539c
]
-
Updated dependencies
[
27d8942e
]
-
@eth-optimism/sdk@0.2.5
-
@eth-optimism/core-utils@0.8.1
## 0.3.9
## 0.3.9
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
4b773fb2
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"0.3.
9
"
,
"version"
:
"0.3.
10
"
,
"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"
,
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/core-utils"
:
"0.8.
0
"
,
"@eth-optimism/core-utils"
:
"0.8.
1
"
,
"@eth-optimism/sdk"
:
"^0.2.
4
"
,
"@eth-optimism/sdk"
:
"^0.2.
5
"
,
"dotenv"
:
"^10.0.0"
,
"dotenv"
:
"^10.0.0"
,
"ethers"
:
"^5.5.4"
,
"ethers"
:
"^5.5.4"
,
"express"
:
"^4.17.1"
,
"express"
:
"^4.17.1"
,
...
...
packages/sdk/CHANGELOG.md
View file @
4b773fb2
# @eth-optimism/sdk
# @eth-optimism/sdk
## 0.2.5
### Patch Changes
-
b66e3131: Add a function for waiting for a particular message status
-
Updated dependencies
[
962f36e4
]
-
Updated dependencies
[
f2179e37
]
-
Updated dependencies
[
b6a4fa4b
]
-
Updated dependencies
[
b7c0a5ca
]
-
Updated dependencies
[
5a6f539c
]
-
Updated dependencies
[
27d8942e
]
-
@eth-optimism/contracts@0.5.16
-
@eth-optimism/core-utils@0.8.1
## 0.2.4
## 0.2.4
### Patch Changes
### Patch Changes
...
...
packages/sdk/package.json
View file @
4b773fb2
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"0.2.
4
"
,
"version"
:
"0.2.
5
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -63,8 +63,8 @@
...
@@ -63,8 +63,8 @@
"typescript"
:
"^4.3.5"
"typescript"
:
"^4.3.5"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.1
5
"
,
"@eth-optimism/contracts"
:
"0.5.1
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
0
"
,
"@eth-optimism/core-utils"
:
"0.8.
1
"
,
"lodash"
:
"^4.17.21"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.2.27"
,
"merkletreejs"
:
"^0.2.27"
,
"rlp"
:
"^2.2.7"
"rlp"
:
"^2.2.7"
...
...
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