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
2c7d7e39
Unverified
Commit
2c7d7e39
authored
Jan 28, 2022
by
Matthew Slipper
Committed by
GitHub
Jan 28, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into fix/eip2930-rebase
parents
098ab316
1b2897d3
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
82 additions
and
42 deletions
+82
-42
gentle-beds-give.md
.changeset/gentle-beds-give.md
+0
-5
shaggy-stingrays-compare.md
.changeset/shaggy-stingrays-compare.md
+0
-5
slimy-sheep-smell.md
.changeset/slimy-sheep-smell.md
+0
-5
spicy-squids-serve.md
.changeset/spicy-squids-serve.md
+0
-5
CHANGELOG.md
go/proxyd/CHANGELOG.md
+6
-0
package.json
go/proxyd/package.json
+1
-1
package.json
integration-tests/package.json
+3
-3
CHANGELOG.md
packages/batch-submitter/CHANGELOG.md
+10
-0
package.json
packages/batch-submitter/package.json
+3
-3
CHANGELOG.md
packages/contracts/CHANGELOG.md
+7
-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
+8
-0
package.json
packages/data-transport-layer/package.json
+3
-3
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+8
-0
package.json
packages/message-relayer/package.json
+3
-3
package.json
packages/regenesis-surgery/package.json
+1
-1
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+7
-0
package.json
packages/replica-healthcheck/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+8
-0
package.json
packages/sdk/package.json
+3
-3
No files found.
.changeset/gentle-beds-give.md
deleted
100644 → 0
View file @
098ab316
---
'
@eth-optimism/core-utils'
:
patch
---
test/docs: Improve docstrings and tests for utils inside of hex-strings.ts
.changeset/shaggy-stingrays-compare.md
deleted
100644 → 0
View file @
098ab316
---
'
@eth-optimism/batch-submitter'
:
patch
---
Adds a fix for the BSS to account for new timestamp logic in L2Geth
.changeset/slimy-sheep-smell.md
deleted
100644 → 0
View file @
098ab316
---
'
@eth-optimism/proxyd'
:
minor
---
Add debug cache status header to proxyd responses
.changeset/spicy-squids-serve.md
deleted
100644 → 0
View file @
098ab316
---
'
@eth-optimism/batch-submitter'
:
patch
---
Import performance to not couple batch submitter to version of nodejs that has performance as a builtin
go/proxyd/CHANGELOG.md
View file @
2c7d7e39
# @eth-optimism/proxyd
## 3.7.0
### Minor Changes
-
3c2926b1: Add debug cache status header to proxyd responses
## 3.6.0
### Minor Changes
...
...
go/proxyd/package.json
View file @
2c7d7e39
{
"name"
:
"@eth-optimism/proxyd"
,
"version"
:
"3.
6
.0"
,
"version"
:
"3.
7
.0"
,
"private"
:
true
,
"dependencies"
:
{}
}
integration-tests/package.json
View file @
2c7d7e39
...
...
@@ -28,9 +28,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.
9
"
,
"@eth-optimism/core-utils"
:
"0.7.
4
"
,
"@eth-optimism/message-relayer"
:
"0.2.1
3
"
,
"@eth-optimism/contracts"
:
"0.5.
10
"
,
"@eth-optimism/core-utils"
:
"0.7.
5
"
,
"@eth-optimism/message-relayer"
:
"0.2.1
4
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
...
...
packages/batch-submitter/CHANGELOG.md
View file @
2c7d7e39
# Changelog
## 0.4.15
### Patch Changes
-
ae4a90d9: Adds a fix for the BSS to account for new timestamp logic in L2Geth
-
ca547c4e: Import performance to not couple batch submitter to version of nodejs that has performance as a builtin
-
Updated dependencies
[
ad94b9d1
]
-
@eth-optimism/core-utils@0.7.5
-
@eth-optimism/contracts@0.5.10
## 0.4.14
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
2c7d7e39
{
"private"
:
true
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.4.1
4
"
,
"version"
:
"0.4.1
5
"
,
"description"
:
"[Optimism] Service for submitting transactions and transaction results"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -34,8 +34,8 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
9
"
,
"@eth-optimism/core-utils"
:
"0.7.
4
"
,
"@eth-optimism/contracts"
:
"0.5.
10
"
,
"@eth-optimism/core-utils"
:
"0.7.
5
"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
"@ethersproject/providers"
:
"^5.4.5"
,
...
...
packages/contracts/CHANGELOG.md
View file @
2c7d7e39
# Changelog
## 0.5.10
### Patch Changes
-
Updated dependencies
[
ad94b9d1
]
-
@eth-optimism/core-utils@0.7.5
## 0.5.9
### Patch Changes
...
...
packages/contracts/package.json
View file @
2c7d7e39
{
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.
9
"
,
"version"
:
"0.5.
10
"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimism"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -58,7 +58,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.7.
4
"
,
"@eth-optimism/core-utils"
:
"0.7.
5
"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
"@ethersproject/abstract-signer"
:
"^5.4.1"
,
"@ethersproject/hardware-wallets"
:
"^5.4.0"
...
...
packages/core-utils/CHANGELOG.md
View file @
2c7d7e39
# @eth-optimism/core-utils
## 0.7.5
### Patch Changes
-
ad94b9d1: test/docs: Improve docstrings and tests for utils inside of hex-strings.ts
## 0.7.4
### Patch Changes
...
...
packages/core-utils/package.json
View file @
2c7d7e39
{
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.7.
4
"
,
"version"
:
"0.7.
5
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
2c7d7e39
# data transport layer
## 0.5.13
### Patch Changes
-
Updated dependencies
[
ad94b9d1
]
-
@eth-optimism/core-utils@0.7.5
-
@eth-optimism/contracts@0.5.10
## 0.5.12
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
2c7d7e39
{
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.1
2
"
,
"version"
:
"0.5.1
3
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -37,8 +37,8 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
9
"
,
"@eth-optimism/core-utils"
:
"0.7.
4
"
,
"@eth-optimism/contracts"
:
"0.5.
10
"
,
"@eth-optimism/core-utils"
:
"0.7.
5
"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
"@sentry/node"
:
"^6.3.1"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
2c7d7e39
# @eth-optimism/message-relayer
## 0.2.14
### Patch Changes
-
Updated dependencies
[
ad94b9d1
]
-
@eth-optimism/core-utils@0.7.5
-
@eth-optimism/contracts@0.5.10
## 0.2.13
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
2c7d7e39
{
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.2.1
3
"
,
"version"
:
"0.2.1
4
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -35,8 +35,8 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
9
"
,
"@eth-optimism/core-utils"
:
"0.7.
4
"
,
"@eth-optimism/contracts"
:
"0.5.
10
"
,
"@eth-optimism/core-utils"
:
"0.7.
5
"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.6"
,
"dotenv"
:
"^10.0.0"
,
...
...
packages/regenesis-surgery/package.json
View file @
2c7d7e39
...
...
@@ -32,7 +32,7 @@
},
"devDependencies"
:
{
"@discoveryjs/json-ext"
:
"^0.5.3"
,
"@eth-optimism/core-utils"
:
"0.7.
4
"
,
"@eth-optimism/core-utils"
:
"0.7.
5
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abi"
:
"^5.5.0"
,
"@ethersproject/bignumber"
:
"^5.5.0"
,
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
2c7d7e39
# @eth-optimism/replica-healthcheck
## 0.3.5
### Patch Changes
-
Updated dependencies
[
ad94b9d1
]
-
@eth-optimism/core-utils@0.7.5
## 0.3.4
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
2c7d7e39
{
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"0.3.
4
"
,
"version"
:
"0.3.
5
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -33,7 +33,7 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/core-utils"
:
"0.7.
4
"
,
"@eth-optimism/core-utils"
:
"0.7.
5
"
,
"dotenv"
:
"^10.0.0"
,
"ethers"
:
"^5.4.5"
,
"express"
:
"^4.17.1"
,
...
...
packages/sdk/CHANGELOG.md
View file @
2c7d7e39
# @eth-optimism/sdk
## 0.0.6
### Patch Changes
-
Updated dependencies
[
ad94b9d1
]
-
@eth-optimism/core-utils@0.7.5
-
@eth-optimism/contracts@0.5.10
## 0.0.5
### Patch Changes
...
...
packages/sdk/package.json
View file @
2c7d7e39
{
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"0.0.
5
"
,
"version"
:
"0.0.
6
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -59,8 +59,8 @@
"typescript"
:
"^4.3.5"
},
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.
9
"
,
"@eth-optimism/core-utils"
:
"0.7.
4
"
,
"@eth-optimism/contracts"
:
"0.5.
10
"
,
"@eth-optimism/core-utils"
:
"0.7.
5
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-signer"
:
"^5.5.0"
,
"ethers"
:
"^5.5.2"
...
...
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