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
205da7a7
Commit
205da7a7
authored
Jul 12, 2021
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
6215a2e7
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
97 additions
and
48 deletions
+97
-48
cool-birds-rescue.md
.changeset/cool-birds-rescue.md
+0
-5
dry-chairs-watch.md
.changeset/dry-chairs-watch.md
+0
-5
stupid-socks-build.md
.changeset/stupid-socks-build.md
+0
-12
CHANGELOG.md
integration-tests/CHANGELOG.md
+6
-0
package.json
integration-tests/package.json
+4
-4
CHANGELOG.md
l2geth/CHANGELOG.md
+7
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/batch-submitter/CHANGELOG.md
+10
-0
package.json
packages/batch-submitter/package.json
+5
-5
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
+3
-3
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
+5
-5
CHANGELOG.md
packages/smock/CHANGELOG.md
+8
-0
package.json
packages/smock/package.json
+2
-2
No files found.
.changeset/cool-birds-rescue.md
deleted
100644 → 0
View file @
6215a2e7
---
'
@eth-optimism/l2geth'
:
patch
---
Give a better error message for when the fee is too high when sending transactions to the sequencer
.changeset/dry-chairs-watch.md
deleted
100644 → 0
View file @
6215a2e7
---
'
@eth-optimism/l2geth'
:
patch
---
Fix a bug in the fee logic that allowed for fees that were too low to get through
.changeset/stupid-socks-build.md
deleted
100644 → 0
View file @
6215a2e7
---
'
@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/smock'
:
patch
---
Update the typescript version to
`4.3.5`
integration-tests/CHANGELOG.md
View file @
205da7a7
# @eth-optimism/integration-tests
# @eth-optimism/integration-tests
## 0.2.2
### Patch Changes
-
c73c3939: Update the typescript version to
`4.3.5`
## 0.2.1
## 0.2.1
### Patch Changes
### Patch Changes
...
...
integration-tests/package.json
View file @
205da7a7
{
{
"name"
:
"@eth-optimism/integration-tests"
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.2.
1
"
,
"version"
:
"0.2.
2
"
,
"description"
:
"[Optimism] Integration Tests"
,
"description"
:
"[Optimism] Integration Tests"
,
"private"
:
true
,
"private"
:
true
,
"author"
:
"Optimism PBC"
,
"author"
:
"Optimism PBC"
,
...
@@ -18,10 +18,10 @@
...
@@ -18,10 +18,10 @@
"clean"
:
"rimraf cache artifacts artifacts-ovm cache-ovm"
"clean"
:
"rimraf cache artifacts artifacts-ovm cache-ovm"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"^0.4.
3
"
,
"@eth-optimism/contracts"
:
"^0.4.
5
"
,
"@eth-optimism/core-utils"
:
"^0.5.
0
"
,
"@eth-optimism/core-utils"
:
"^0.5.
1
"
,
"@eth-optimism/hardhat-ovm"
:
"^0.2.2"
,
"@eth-optimism/hardhat-ovm"
:
"^0.2.2"
,
"@eth-optimism/message-relayer"
:
"^0.1.
6
"
,
"@eth-optimism/message-relayer"
:
"^0.1.
8
"
,
"@ethersproject/providers"
:
"^5.0.24"
,
"@ethersproject/providers"
:
"^5.0.24"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
...
...
l2geth/CHANGELOG.md
View file @
205da7a7
# Changelog
# Changelog
## 0.4.6
### Patch Changes
-
32a9f494: Give a better error message for when the fee is too high when sending transactions to the sequencer
-
735ef774: Fix a bug in the fee logic that allowed for fees that were too low to get through
## 0.4.5
## 0.4.5
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
205da7a7
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.4.
5
"
,
"version"
:
"0.4.
6
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/batch-submitter/CHANGELOG.md
View file @
205da7a7
# Changelog
# Changelog
## 0.3.8
### Patch Changes
-
c73c3939: Update the typescript version to
`4.3.5`
-
Updated dependencies
[
c73c3939
]
-
@eth-optimism/common-ts@0.1.5
-
@eth-optimism/contracts@0.4.5
-
@eth-optimism/core-utils@0.5.1
## 0.3.7
## 0.3.7
### Patch Changes
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
205da7a7
{
{
"name"
:
"@eth-optimism/batch-submitter"
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.3.
7
"
,
"version"
:
"0.3.
8
"
,
"private"
:
true
,
"private"
:
true
,
"description"
:
"[Optimism] Batch submission for sequencer & aggregators"
,
"description"
:
"[Optimism] Batch submission for sequencer & aggregators"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
...
@@ -32,9 +32,9 @@
...
@@ -32,9 +32,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism-monorepo.git"
"url"
:
"https://github.com/ethereum-optimism/optimism-monorepo.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.1.
4
"
,
"@eth-optimism/common-ts"
:
"^0.1.
5
"
,
"@eth-optimism/contracts"
:
"^0.4.
2
"
,
"@eth-optimism/contracts"
:
"^0.4.
5
"
,
"@eth-optimism/core-utils"
:
"^0.5.
0
"
,
"@eth-optimism/core-utils"
:
"^0.5.
1
"
,
"@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"
,
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
"prom-client"
:
"^13.1.0"
"prom-client"
:
"^13.1.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/smock"
:
"^1.1.
7
"
,
"@eth-optimism/smock"
:
"^1.1.
9
"
,
"@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/bluebird"
:
"^3.5.34"
,
"@types/bluebird"
:
"^3.5.34"
,
...
...
packages/common-ts/CHANGELOG.md
View file @
205da7a7
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.1.5
### Patch Changes
-
c73c3939: Update the typescript version to
`4.3.5`
## 0.1.4
## 0.1.4
### Patch Changes
### Patch Changes
...
...
packages/common-ts/package.json
View file @
205da7a7
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.1.
4
"
,
"version"
:
"0.1.
5
"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
"dist/*"
"dist/*"
...
...
packages/contracts/CHANGELOG.md
View file @
205da7a7
# Changelog
# Changelog
## 0.4.5
### Patch Changes
-
c73c3939: Update the typescript version to
`4.3.5`
-
Updated dependencies
[
c73c3939
]
-
@eth-optimism/core-utils@0.5.1
## 0.4.4
## 0.4.4
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
205da7a7
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.4.
4
"
,
"version"
:
"0.4.
5
"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
"dist/**/*.js"
,
"dist/**/*.js"
,
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
"pre-commit"
:
"lint-staged"
"pre-commit"
:
"lint-staged"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.5.
0
"
,
"@eth-optimism/core-utils"
:
"^0.5.
1
"
,
"@ethersproject/abstract-provider"
:
"^5.0.8"
,
"@ethersproject/abstract-provider"
:
"^5.0.8"
,
"@ethersproject/abstract-signer"
:
"^5.1.0"
,
"@ethersproject/abstract-signer"
:
"^5.1.0"
,
"@ethersproject/contracts"
:
"^5.0.5"
,
"@ethersproject/contracts"
:
"^5.0.5"
,
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
"devDependencies"
:
{
"devDependencies"
:
{
"@codechecks/client"
:
"0.1.10-beta"
,
"@codechecks/client"
:
"0.1.10-beta"
,
"@eth-optimism/hardhat-ovm"
:
"^0.2.2"
,
"@eth-optimism/hardhat-ovm"
:
"^0.2.2"
,
"@eth-optimism/smock"
:
"^1.1.
7
"
,
"@eth-optimism/smock"
:
"^1.1.
9
"
,
"@ethersproject/transactions"
:
"^5.0.31"
,
"@ethersproject/transactions"
:
"^5.0.31"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.1"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.1"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
...
...
packages/core-utils/CHANGELOG.md
View file @
205da7a7
# @eth-optimism/core-utils
# @eth-optimism/core-utils
## 0.5.1
### Patch Changes
-
c73c3939: Update the typescript version to
`4.3.5`
## 0.5.0
## 0.5.0
### Minor Changes
### Minor Changes
...
...
packages/core-utils/package.json
View file @
205da7a7
{
{
"name"
:
"@eth-optimism/core-utils"
,
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.5.
0
"
,
"version"
:
"0.5.
1
"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
"dist/*"
"dist/*"
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
205da7a7
# data transport layer
# data transport layer
## 0.4.4
### Patch Changes
-
c73c3939: Update the typescript version to
`4.3.5`
-
Updated dependencies
[
c73c3939
]
-
@eth-optimism/common-ts@0.1.5
-
@eth-optimism/contracts@0.4.5
-
@eth-optimism/core-utils@0.5.1
## 0.4.3
## 0.4.3
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
205da7a7
{
{
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.4.
3
"
,
"version"
:
"0.4.
4
"
,
"private"
:
true
,
"private"
:
true
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
...
@@ -22,9 +22,9 @@
...
@@ -22,9 +22,9 @@
"pre-commit"
:
"lint-staged"
"pre-commit"
:
"lint-staged"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.1.
4
"
,
"@eth-optimism/common-ts"
:
"^0.1.
5
"
,
"@eth-optimism/contracts"
:
"^0.4.
2
"
,
"@eth-optimism/contracts"
:
"^0.4.
5
"
,
"@eth-optimism/core-utils"
:
"^0.5.
0
"
,
"@eth-optimism/core-utils"
:
"^0.5.
1
"
,
"@ethersproject/providers"
:
"^5.0.21"
,
"@ethersproject/providers"
:
"^5.0.21"
,
"@ethersproject/transactions"
:
"^5.0.21"
,
"@ethersproject/transactions"
:
"^5.0.21"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
205da7a7
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.1.8
### Patch Changes
-
c73c3939: Update the typescript version to
`4.3.5`
-
Updated dependencies
[
c73c3939
]
-
@eth-optimism/common-ts@0.1.5
-
@eth-optimism/contracts@0.4.5
-
@eth-optimism/core-utils@0.5.1
## 0.1.7
## 0.1.7
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
205da7a7
{
{
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.1.
7
"
,
"version"
:
"0.1.
8
"
,
"description"
:
"[Optimism] Cross Domain Message Relayer service"
,
"description"
:
"[Optimism] Cross Domain Message Relayer service"
,
"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.1.
4
"
,
"@eth-optimism/common-ts"
:
"^0.1.
5
"
,
"@eth-optimism/contracts"
:
"^0.4.
2
"
,
"@eth-optimism/contracts"
:
"^0.4.
5
"
,
"@eth-optimism/core-utils"
:
"^0.5.
0
"
,
"@eth-optimism/core-utils"
:
"^0.5.
1
"
,
"@sentry/node"
:
"6.2.5"
,
"@sentry/node"
:
"6.2.5"
,
"bcfg"
:
"^0.1.6"
,
"bcfg"
:
"^0.1.6"
,
"dotenv"
:
"^8.2.0"
,
"dotenv"
:
"^8.2.0"
,
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
"rlp"
:
"^2.2.6"
"rlp"
:
"^2.2.6"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/smock"
:
"^1.1.
7
"
,
"@eth-optimism/smock"
:
"^1.1.
9
"
,
"@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.2.18"
,
"@types/chai"
:
"^4.2.18"
,
...
...
packages/smock/CHANGELOG.md
View file @
205da7a7
# @eth-optimism/smock
# @eth-optimism/smock
## 1.1.9
### Patch Changes
-
c73c3939: Update the typescript version to
`4.3.5`
-
Updated dependencies
[
c73c3939
]
-
@eth-optimism/core-utils@0.5.1
## 1.1.8
## 1.1.8
### Patch Changes
### Patch Changes
...
...
packages/smock/package.json
View file @
205da7a7
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"files"
:
[
"files"
:
[
"dist/src/*"
"dist/src/*"
],
],
"version"
:
"1.1.
8
"
,
"version"
:
"1.1.
9
"
,
"main"
:
"dist/src/index"
,
"main"
:
"dist/src/index"
,
"types"
:
"dist/src/index"
,
"types"
:
"dist/src/index"
,
"author"
:
"Optimism PBC"
,
"author"
:
"Optimism PBC"
,
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
"hardhat"
:
"^2"
"hardhat"
:
"^2"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.5.
0
"
,
"@eth-optimism/core-utils"
:
"^0.5.
1
"
,
"bn.js"
:
"^5.2.0"
"bn.js"
:
"^5.2.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
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