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
b9584538
Unverified
Commit
b9584538
authored
Jul 08, 2021
by
Mark Tyneway
Committed by
GitHub
Jul 08, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1238 from ethereum-optimism/changeset-release/master
Version Packages
parents
376ce7bd
16502edb
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
22 additions
and
19 deletions
+22
-19
big-bags-grow.md
.changeset/big-bags-grow.md
+0
-5
rich-jars-kick.md
.changeset/rich-jars-kick.md
+0
-5
three-rockets-design.md
.changeset/three-rockets-design.md
+0
-5
CHANGELOG.md
go/gas-oracle/CHANGELOG.md
+6
-0
package.json
go/gas-oracle/package.json
+1
-1
CHANGELOG.md
integration-tests/CHANGELOG.md
+6
-0
package.json
integration-tests/package.json
+2
-2
CHANGELOG.md
packages/contracts/CHANGELOG.md
+6
-0
package.json
packages/contracts/package.json
+1
-1
No files found.
.changeset/big-bags-grow.md
deleted
100644 → 0
View file @
376ce7bd
---
'
@eth-optimism/contracts'
:
patch
---
Add a hardhat task for setting the L2 gas price
.changeset/rich-jars-kick.md
deleted
100644 → 0
View file @
376ce7bd
---
'
@eth-optimism/integration-tests'
:
patch
---
Add various stress tests
.changeset/three-rockets-design.md
deleted
100644 → 0
View file @
376ce7bd
---
'
@eth-optimism/gas-oracle'
:
patch
---
Initial implementation of the
`gas-oracle`
go/gas-oracle/CHANGELOG.md
0 → 100644
View file @
b9584538
# @eth-optimism/gas-oracle
## 0.0.2
### Patch Changes
-
ce3c353b: Initial implementation of the
`gas-oracle`
go/gas-oracle/package.json
View file @
b9584538
{
{
"name"
:
"@eth-optimism/gas-oracle"
,
"name"
:
"@eth-optimism/gas-oracle"
,
"version"
:
"0.0.
1
"
,
"version"
:
"0.0.
2
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
integration-tests/CHANGELOG.md
View file @
b9584538
# @eth-optimism/integration-tests
# @eth-optimism/integration-tests
## 0.2.1
### Patch Changes
-
f1dc8b77: Add various stress tests
## 0.2.0
## 0.2.0
### Minor Changes
### Minor Changes
...
...
integration-tests/package.json
View file @
b9584538
{
{
"name"
:
"@eth-optimism/integration-tests"
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.2.
0
"
,
"version"
:
"0.2.
1
"
,
"description"
:
"[Optimism] Integration Tests"
,
"description"
:
"[Optimism] Integration Tests"
,
"private"
:
true
,
"private"
:
true
,
"author"
:
"Optimism PBC"
,
"author"
:
"Optimism PBC"
,
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"clean"
:
"rimraf cache artifacts artifacts-ovm cache-ovm"
"clean"
:
"rimraf cache artifacts artifacts-ovm cache-ovm"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"^0.4.
2
"
,
"@eth-optimism/contracts"
:
"^0.4.
3
"
,
"@eth-optimism/core-utils"
:
"^0.5.0"
,
"@eth-optimism/core-utils"
:
"^0.5.0"
,
"@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.6"
,
...
...
packages/contracts/CHANGELOG.md
View file @
b9584538
# Changelog
# Changelog
## 0.4.3
### Patch Changes
-
694cf429: Add a hardhat task for setting the L2 gas price
## 0.4.2
## 0.4.2
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
b9584538
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.4.
2
"
,
"version"
:
"0.4.
3
"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
"dist/**/*.js"
,
"dist/**/*.js"
,
...
...
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