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
ddb6580d
Unverified
Commit
ddb6580d
authored
Jul 12, 2021
by
Mark Tyneway
Committed by
GitHub
Jul 12, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1265 from ethereum-optimism/develop
Develop -> Master Release PR
parents
9caba306
7c1c0d37
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
23 additions
and
23 deletions
+23
-23
kind-hotels-turn.md
.changeset/kind-hotels-turn.md
+0
-5
six-cobras-fold.md
.changeset/six-cobras-fold.md
+0
-5
tidy-swans-mate.md
.changeset/tidy-swans-mate.md
+0
-5
wise-mails-laugh.md
.changeset/wise-mails-laugh.md
+0
-5
CHANGELOG.md
go/gas-oracle/CHANGELOG.md
+7
-0
package.json
go/gas-oracle/package.json
+1
-1
CHANGELOG.md
l2geth/CHANGELOG.md
+7
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/smock/CHANGELOG.md
+6
-0
package.json
packages/smock/package.json
+1
-1
No files found.
.changeset/kind-hotels-turn.md
deleted
100644 → 0
View file @
9caba306
---
'
@eth-optimism/gas-oracle'
:
patch
---
Add additional logging in the
`gas-oracle`
.changeset/six-cobras-fold.md
deleted
100644 → 0
View file @
9caba306
---
'
@eth-optimism/l2geth'
:
patch
---
Fixes the flags to use float64 instead of bools for the
`--rollup.feethresholddown`
and
`-rollup.feethresholdup`
config options
.changeset/tidy-swans-mate.md
deleted
100644 → 0
View file @
9caba306
---
'
@eth-optimism/l2geth'
:
patch
---
Prevents the sequencer from accepting transactions with a too high nonce
.changeset/wise-mails-laugh.md
deleted
100644 → 0
View file @
9caba306
---
'
@eth-optimism/smock'
:
patch
---
Add a test and a doc section for returning multiple uint256 arrays
go/gas-oracle/CHANGELOG.md
View file @
ddb6580d
# @eth-optimism/gas-oracle
# @eth-optimism/gas-oracle
## 0.0.3
### Patch Changes
-
8c4f479c: Add additional logging in the
`gas-oracle`
## 0.0.2
## 0.0.2
### Patch Changes
### Patch Changes
-
ce3c353b: Initial implementation of the
`gas-oracle`
-
ce3c353b: Initial implementation of the
`gas-oracle`
go/gas-oracle/package.json
View file @
ddb6580d
{
{
"name"
:
"@eth-optimism/gas-oracle"
,
"name"
:
"@eth-optimism/gas-oracle"
,
"version"
:
"0.0.
2
"
,
"version"
:
"0.0.
3
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
l2geth/CHANGELOG.md
View file @
ddb6580d
# Changelog
# Changelog
## 0.4.5
### Patch Changes
-
53b37978: Fixes the flags to use float64 instead of bools for the
`--rollup.feethresholddown`
and
`-rollup.feethresholdup`
config options
-
709c85d6: Prevents the sequencer from accepting transactions with a too high nonce
## 0.4.4
## 0.4.4
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
ddb6580d
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.4.
4
"
,
"version"
:
"0.4.
5
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/smock/CHANGELOG.md
View file @
ddb6580d
# @eth-optimism/smock
# @eth-optimism/smock
## 1.1.8
### Patch Changes
-
d1da05be: Add a test and a doc section for returning multiple uint256 arrays
## 1.1.7
## 1.1.7
### Patch Changes
### Patch Changes
...
...
packages/smock/package.json
View file @
ddb6580d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"files"
:
[
"files"
:
[
"dist/src/*"
"dist/src/*"
],
],
"version"
:
"1.1.
7
"
,
"version"
:
"1.1.
8
"
,
"main"
:
"dist/src/index"
,
"main"
:
"dist/src/index"
,
"types"
:
"dist/src/index"
,
"types"
:
"dist/src/index"
,
"author"
:
"Optimism PBC"
,
"author"
:
"Optimism PBC"
,
...
...
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