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
dbfcb6bc
Commit
dbfcb6bc
authored
Jul 12, 2021
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
9caba306
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 @
dbfcb6bc
# @eth-optimism/gas-oracle
## 0.0.3
### Patch Changes
-
8c4f479c: Add additional logging in the
`gas-oracle`
## 0.0.2
### Patch Changes
-
ce3c353b: Initial implementation of the
`gas-oracle`
go/gas-oracle/package.json
View file @
dbfcb6bc
{
"name"
:
"@eth-optimism/gas-oracle"
,
"version"
:
"0.0.
2
"
,
"version"
:
"0.0.
3
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
l2geth/CHANGELOG.md
View file @
dbfcb6bc
# 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
### Patch Changes
...
...
l2geth/package.json
View file @
dbfcb6bc
{
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.4.
4
"
,
"version"
:
"0.4.
5
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
packages/smock/CHANGELOG.md
View file @
dbfcb6bc
# @eth-optimism/smock
## 1.1.8
### Patch Changes
-
d1da05be: Add a test and a doc section for returning multiple uint256 arrays
## 1.1.7
### Patch Changes
...
...
packages/smock/package.json
View file @
dbfcb6bc
...
...
@@ -3,7 +3,7 @@
"files"
:
[
"dist/src/*"
],
"version"
:
"1.1.
7
"
,
"version"
:
"1.1.
8
"
,
"main"
:
"dist/src/index"
,
"types"
:
"dist/src/index"
,
"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