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
168c55f2
Commit
168c55f2
authored
Jul 13, 2022
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
8674d465
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
37 additions
and
52 deletions
+37
-52
beige-eggs-jog.md
.changeset/beige-eggs-jog.md
+0
-5
big-mayflies-dress.md
.changeset/big-mayflies-dress.md
+0
-5
chilly-weeks-smile.md
.changeset/chilly-weeks-smile.md
+0
-5
few-mails-cough.md
.changeset/few-mails-cough.md
+0
-5
funny-windows-hope.md
.changeset/funny-windows-hope.md
+0
-8
lazy-seahorses-hug.md
.changeset/lazy-seahorses-hug.md
+0
-5
new-weeks-compete.md
.changeset/new-weeks-compete.md
+0
-5
serious-tigers-greet.md
.changeset/serious-tigers-greet.md
+0
-5
wild-rivers-guess.md
.changeset/wild-rivers-guess.md
+0
-5
CHANGELOG.md
ops/docker/ci-builder/CHANGELOG.md
+9
-0
package.json
ops/docker/ci-builder/package.json
+1
-1
CHANGELOG.md
ops/docker/foundry/CHANGELOG.md
+7
-0
package.json
ops/docker/foundry/package.json
+1
-1
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+11
-0
package.json
packages/contracts-bedrock/package.json
+1
-1
CHANGELOG.md
packages/fault-detector/CHANGELOG.md
+6
-0
package.json
packages/fault-detector/package.json
+1
-1
No files found.
.changeset/beige-eggs-jog.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Clean up BytesUtils
.changeset/big-mayflies-dress.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/foundry'
:
patch
---
Bump foundry to 3c49efe58ca4bdeec4729490501da06914446405
.changeset/chilly-weeks-smile.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Updates CrossDomainMessenger.baseGas to more accurately reflect gas costs
.changeset/few-mails-cough.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Cleans up natspec in MerkleTrie and SecureMerkleTrie contracts
.changeset/funny-windows-hope.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/ci-builder'
:
minor
---
Fix unbound variable in check_changed script
This now uses -z to check if a variable is unbound instead of -n.
This should fix the error when the script is being ran on develop.
.changeset/lazy-seahorses-hug.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Cleans up various compiler warnings
.changeset/new-weeks-compete.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Minor cleanups to initialization and semver for L1 contracts
.changeset/serious-tigers-greet.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Clears most contract linting warnings
.changeset/wild-rivers-guess.md
deleted
100644 → 0
View file @
8674d465
---
'
@eth-optimism/fault-detector'
:
patch
---
Properly handle connection failures for L2 node
ops/docker/ci-builder/CHANGELOG.md
View file @
168c55f2
# @eth-optimism/ci-builder
# @eth-optimism/ci-builder
## 0.2.0
### Minor Changes
-
e8909be0: Fix unbound variable in check_changed script
This now uses -z to check if a variable is unbound instead of -n.
This should fix the error when the script is being ran on develop.
## 0.1.2
## 0.1.2
### Patch Changes
### Patch Changes
...
...
ops/docker/ci-builder/package.json
View file @
168c55f2
{
{
"name"
:
"@eth-optimism/ci-builder"
,
"name"
:
"@eth-optimism/ci-builder"
,
"version"
:
"0.
1.2
"
,
"version"
:
"0.
2.0
"
,
"scripts"
:
{},
"scripts"
:
{},
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"dependencies"
:
{}
"dependencies"
:
{}
...
...
ops/docker/foundry/CHANGELOG.md
View file @
168c55f2
# @eth-optimism/foundry
# @eth-optimism/foundry
## 0.1.1
### Patch Changes
-
921653f8: Bump foundry to 3c49efe58ca4bdeec4729490501da06914446405
## 0.1.0
## 0.1.0
### Minor Changes
### Minor Changes
-
5ae9c133: Initial release, pin to b7b1ec471bdd38221773e1a569dc4f20297bd7db
-
5ae9c133: Initial release, pin to b7b1ec471bdd38221773e1a569dc4f20297bd7db
...
...
ops/docker/foundry/package.json
View file @
168c55f2
{
{
"name"
:
"@eth-optimism/foundry"
,
"name"
:
"@eth-optimism/foundry"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"scripts"
:
{},
"scripts"
:
{},
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"dependencies"
:
{}
"dependencies"
:
{}
...
...
packages/contracts-bedrock/CHANGELOG.md
View file @
168c55f2
# @eth-optimism/contracts-bedrock
# @eth-optimism/contracts-bedrock
## 0.5.1
### Patch Changes
-
e4693481: Clean up BytesUtils
-
b7b77d6c: Updates CrossDomainMessenger.baseGas to more accurately reflect gas costs
-
9d435aec: Cleans up natspec in MerkleTrie and SecureMerkleTrie contracts
-
87f745b5: Cleans up various compiler warnings
-
8a3074ab: Minor cleanups to initialization and semver for L1 contracts
-
e1501bc0: Clears most contract linting warnings
## 0.5.0
## 0.5.0
### Minor Changes
### Minor Changes
...
...
packages/contracts-bedrock/package.json
View file @
168c55f2
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.5.
0
"
,
"version"
:
"0.5.
1
"
,
"description"
:
"Contracts for Optimism Specs"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/fault-detector/CHANGELOG.md
View file @
168c55f2
# @eth-optimism/fault-detector
# @eth-optimism/fault-detector
## 0.2.5
### Patch Changes
-
98206b7e: Properly handle connection failures for L2 node
## 0.2.4
## 0.2.4
### Patch Changes
### Patch Changes
...
...
packages/fault-detector/package.json
View file @
168c55f2
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/fault-detector"
,
"name"
:
"@eth-optimism/fault-detector"
,
"version"
:
"0.2.
4
"
,
"version"
:
"0.2.
5
"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"description"
:
"[Optimism] Service for detecting faulty L2 output proposals"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
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