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
795d9143
Commit
795d9143
authored
Apr 21, 2021
by
github-actions[bot]
Committed by
Liam Horne
Apr 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
48cf1e31
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
101 additions
and
68 deletions
+101
-68
few-bags-roll.md
.changeset/few-bags-roll.md
+0
-6
green-squids-thank.md
.changeset/green-squids-thank.md
+0
-5
long-days-march.md
.changeset/long-days-march.md
+0
-6
perfect-feet-love.md
.changeset/perfect-feet-love.md
+0
-5
slimy-berries-listen.md
.changeset/slimy-berries-listen.md
+0
-5
slimy-rocks-exist.md
.changeset/slimy-rocks-exist.md
+0
-5
swift-buttons-breathe.md
.changeset/swift-buttons-breathe.md
+0
-6
thin-dodos-reply.md
.changeset/thin-dodos-reply.md
+0
-5
tough-bugs-invent.md
.changeset/tough-bugs-invent.md
+0
-5
CHANGELOG.md
integration-tests/CHANGELOG.md
+6
-0
package.json
integration-tests/package.json
+3
-3
CHANGELOG.md
l2geth/CHANGELOG.md
+10
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/batch-submitter/CHANGELOG.md
+11
-0
package.json
packages/batch-submitter/package.json
+4
-4
CHANGELOG.md
packages/contracts/CHANGELOG.md
+9
-0
package.json
packages/contracts/package.json
+3
-3
CHANGELOG.md
packages/core-utils/CHANGELOG.md
+11
-0
package.json
packages/core-utils/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+15
-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/smock/CHANGELOG.md
+9
-0
package.json
packages/smock/package.json
+2
-2
No files found.
.changeset/few-bags-roll.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/core-utils"
:
minor
"
@eth-optimism/data-transport-layer"
:
minor
---
add Metrics and use in base-service, rename DTL services to avoid spaces
.changeset/green-squids-thank.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/l2geth"
:
patch
---
Change ROLLUP_BASE_TX_SIZE to camelcase for standard style
.changeset/long-days-march.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/core-utils"
:
minor
"
@eth-optimism/batch-submitter"
:
patch
---
initialize Sentry and streams in Logger, remove Sentry from Batch Submitter
.changeset/perfect-feet-love.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/integration-tests"
:
patch
---
Add contracts for OVM context test coverage and add tests
.changeset/slimy-berries-listen.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/l2geth"
:
patch
---
Commit go.sum after a
`make test`
.changeset/slimy-rocks-exist.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/l2geth"
:
patch
---
Set default timestamp refresh threshold to 3 minutes
.changeset/swift-buttons-breathe.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/core-utils"
:
patch
"
@eth-optimism/data-transport-layer"
:
patch
---
Re-organize event typings to core-utils
.changeset/thin-dodos-reply.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/l2geth"
:
patch
---
Add
`VerifiedIndex`
to db and api
.changeset/tough-bugs-invent.md
deleted
100644 → 0
View file @
48cf1e31
---
"
@eth-optimism/l2geth"
:
patch
---
Allow gas estimation for replicas
integration-tests/CHANGELOG.md
0 → 100644
View file @
795d9143
# @eth-optimism/integration-tests
## 0.0.2
### Patch Changes
-
6bcf22b: Add contracts for OVM context test coverage and add tests
integration-tests/package.json
View file @
795d9143
{
{
"name"
:
"@eth-optimism/integration-tests"
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.0.
1
"
,
"version"
:
"0.0.
2
"
,
"description"
:
"[Optimism] Integration Tests"
,
"description"
:
"[Optimism] Integration Tests"
,
"private"
:
true
,
"private"
:
true
,
"author"
:
"Optimism PBC"
,
"author"
:
"Optimism PBC"
,
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
"clean"
:
"rimraf cache artifacts artifacts-ovm cache-ovm"
"clean"
:
"rimraf cache artifacts artifacts-ovm cache-ovm"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"^0.2.
3
"
,
"@eth-optimism/contracts"
:
"^0.2.
5
"
,
"@eth-optimism/core-utils"
:
"^0.
2.1
"
,
"@eth-optimism/core-utils"
:
"^0.
3.0
"
,
"@eth-optimism/hardhat-ovm"
:
"^0.0.2"
,
"@eth-optimism/hardhat-ovm"
:
"^0.0.2"
,
"@ethersproject/providers"
:
"^5.0.24"
,
"@ethersproject/providers"
:
"^5.0.24"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
...
...
l2geth/CHANGELOG.md
View file @
795d9143
# Changelog
# Changelog
## 0.2.3
### Patch Changes
-
d6734f6: Change ROLLUP_BASE_TX_SIZE to camelcase for standard style
-
5e0d0fc: Commit go.sum after a
`make test`
-
8a2c24a: Set default timestamp refresh threshold to 3 minutes
-
ba2e043: Add
`VerifiedIndex`
to db and api
-
ef40ed7: Allow gas estimation for replicas
## 0.2.2
## 0.2.2
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
795d9143
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.2.
2
"
,
"version"
:
"0.2.
3
"
,
"private"
:
true
"private"
:
true
}
}
packages/batch-submitter/CHANGELOG.md
View file @
795d9143
# Changelog
# Changelog
## 0.1.12
### Patch Changes
-
a0a7956: initialize Sentry and streams in Logger, remove Sentry from Batch Submitter
-
Updated dependencies
[
91460d9
]
-
Updated dependencies
[
a0a7956
]
-
Updated dependencies
[
0497d7d
]
-
@eth-optimism/core-utils@0.3.0
-
@eth-optimism/contracts@0.2.5
## 0.1.11
## 0.1.11
### Patch Changes
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
795d9143
{
{
"name"
:
"@eth-optimism/batch-submitter"
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.1.1
1
"
,
"version"
:
"0.1.1
2
"
,
"private"
:
true
,
"private"
:
true
,
"description"
:
"[Optimism] Batch submission for sequencer & aggregators"
,
"description"
:
"[Optimism] Batch submission for sequencer & aggregators"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
"url"
:
"https://github.com/ethereum-optimism/optimism-monorepo.git"
"url"
:
"https://github.com/ethereum-optimism/optimism-monorepo.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"^0.2.
2
"
,
"@eth-optimism/contracts"
:
"^0.2.
5
"
,
"@eth-optimism/core-utils"
:
"^0.
2.3
"
,
"@eth-optimism/core-utils"
:
"^0.
3.0
"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@ethersproject/abstract-provider"
:
"^5.0.5"
,
"@ethersproject/abstract-provider"
:
"^5.0.5"
,
"@ethersproject/providers"
:
"^5.0.14"
,
"@ethersproject/providers"
:
"^5.0.14"
,
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
"old-contracts"
:
"npm:@eth-optimism/contracts@^0.0.2-alpha.7"
"old-contracts"
:
"npm:@eth-optimism/contracts@^0.0.2-alpha.7"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/smock"
:
"^1.0.
0
"
,
"@eth-optimism/smock"
:
"^1.0.
2
"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
"@types/chai"
:
"^4.1.7"
,
"@types/chai"
:
"^4.1.7"
,
...
...
packages/contracts/CHANGELOG.md
View file @
795d9143
# Changelog
# Changelog
## 0.2.5
### Patch Changes
-
Updated dependencies
[
91460d9
]
-
Updated dependencies
[
a0a7956
]
-
Updated dependencies
[
0497d7d
]
-
@eth-optimism/core-utils@0.3.0
## 0.2.4
## 0.2.4
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
795d9143
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.2.
4
"
,
"version"
:
"0.2.
5
"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
"dist/**/*.js"
,
"dist/**/*.js"
,
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
"generate-markdown"
:
"node scripts/generate-markdown.js"
"generate-markdown"
:
"node scripts/generate-markdown.js"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.
2.1
"
,
"@eth-optimism/core-utils"
:
"^0.
3.0
"
,
"@eth-optimism/solc"
:
"^0.6.12-alpha.1"
,
"@eth-optimism/solc"
:
"^0.6.12-alpha.1"
,
"@ethersproject/abstract-provider"
:
"^5.0.8"
,
"@ethersproject/abstract-provider"
:
"^5.0.8"
,
"@ethersproject/contracts"
:
"^5.0.5"
,
"@ethersproject/contracts"
:
"^5.0.5"
,
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/hardhat-ovm"
:
"^0.0.2"
,
"@eth-optimism/hardhat-ovm"
:
"^0.0.2"
,
"@eth-optimism/smock"
:
"^1.0.
1
"
,
"@eth-optimism/smock"
:
"^1.0.
2
"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.1"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.1"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
"@typechain/ethers-v5"
:
"1.0.0"
,
"@typechain/ethers-v5"
:
"1.0.0"
,
...
...
packages/core-utils/CHANGELOG.md
View file @
795d9143
# @eth-optimism/core-utils
# @eth-optimism/core-utils
## 0.3.0
### Minor Changes
-
91460d9: add Metrics and use in base-service, rename DTL services to avoid spaces
-
a0a7956: initialize Sentry and streams in Logger, remove Sentry from Batch Submitter
### Patch Changes
-
0497d7d: Re-organize event typings to core-utils
## 0.2.3
## 0.2.3
### Patch Changes
### Patch Changes
...
...
packages/core-utils/package.json
View file @
795d9143
{
{
"name"
:
"@eth-optimism/core-utils"
,
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.
2.3
"
,
"version"
:
"0.
3.0
"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
"dist/*"
"dist/*"
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
795d9143
# data transport layer
# data transport layer
## 0.2.0
### Minor Changes
-
91460d9: add Metrics and use in base-service, rename DTL services to avoid spaces
### Patch Changes
-
0497d7d: Re-organize event typings to core-utils
-
Updated dependencies
[
91460d9
]
-
Updated dependencies
[
a0a7956
]
-
Updated dependencies
[
0497d7d
]
-
@eth-optimism/core-utils@0.3.0
-
@eth-optimism/contracts@0.2.5
## 0.1.6
## 0.1.6
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
795d9143
{
{
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.
1.6
"
,
"version"
:
"0.
2.0
"
,
"private"
:
true
,
"private"
:
true
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
"build"
:
"tsc -p tsconfig.build.json"
"build"
:
"tsc -p tsconfig.build.json"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"^0.2.
2
"
,
"@eth-optimism/contracts"
:
"^0.2.
5
"
,
"@eth-optimism/core-utils"
:
"^0.
2.3
"
,
"@eth-optimism/core-utils"
:
"^0.
3.0
"
,
"@ethersproject/providers"
:
"^5.0.21"
,
"@ethersproject/providers"
:
"^5.0.21"
,
"@sentry/node"
:
"^6.2.5"
,
"@sentry/node"
:
"^6.2.5"
,
"@sentry/tracing"
:
"^6.2.5"
,
"@sentry/tracing"
:
"^6.2.5"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
795d9143
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.0.4
### Patch Changes
-
Updated dependencies
[
91460d9
]
-
Updated dependencies
[
a0a7956
]
-
Updated dependencies
[
0497d7d
]
-
@eth-optimism/core-utils@0.3.0
-
@eth-optimism/contracts@0.2.5
## 0.0.3
## 0.0.3
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
795d9143
{
{
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.0.
3
"
,
"version"
:
"0.0.
4
"
,
"private"
:
true
,
"private"
:
true
,
"description"
:
"[Optimism] Cross Domain Message Relayer service"
,
"description"
:
"[Optimism] Cross Domain Message Relayer service"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.
2
.0"
,
"@eth-optimism/core-utils"
:
"^0.
3
.0"
,
"@eth-optimism/contracts"
:
"^0.2.
2
"
,
"@eth-optimism/contracts"
:
"^0.2.
5
"
,
"dotenv"
:
"^8.2.0"
,
"dotenv"
:
"^8.2.0"
,
"ethers"
:
"^5.1.0"
,
"ethers"
:
"^5.1.0"
,
"google-spreadsheet"
:
"^3.1.15"
,
"google-spreadsheet"
:
"^3.1.15"
,
...
...
packages/smock/CHANGELOG.md
View file @
795d9143
# @eth-optimism/smock
# @eth-optimism/smock
## 1.0.2
### Patch Changes
-
Updated dependencies
[
91460d9
]
-
Updated dependencies
[
a0a7956
]
-
Updated dependencies
[
0497d7d
]
-
@eth-optimism/core-utils@0.3.0
## 1.0.1
## 1.0.1
### Patch Changes
### Patch Changes
...
...
packages/smock/package.json
View file @
795d9143
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"files"
:
[
"files"
:
[
"dist/src/*"
"dist/src/*"
],
],
"version"
:
"1.0.
1
"
,
"version"
:
"1.0.
2
"
,
"main"
:
"dist/src/index"
,
"main"
:
"dist/src/index"
,
"types"
:
"dist/src/index"
,
"types"
:
"dist/src/index"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
"hardhat"
:
"^2"
"hardhat"
:
"^2"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.
2.1
"
,
"@eth-optimism/core-utils"
:
"^0.
3.0
"
,
"@ethersproject/abi"
:
"^5.0.13"
,
"@ethersproject/abi"
:
"^5.0.13"
,
"@ethersproject/abstract-provider"
:
"^5.0.10"
,
"@ethersproject/abstract-provider"
:
"^5.0.10"
,
"bn.js"
:
"^5.2.0"
"bn.js"
:
"^5.2.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