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
3aa1cad0
Unverified
Commit
3aa1cad0
authored
Aug 19, 2021
by
Mark Tyneway
Committed by
GitHub
Aug 19, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1357 from ethereum-optimism/changeset-release/master
Version Packages
parents
4425e9f5
9298e2ca
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
36 additions
and
45 deletions
+36
-45
fast-seas-train.md
.changeset/fast-seas-train.md
+0
-5
gentle-geckos-approve.md
.changeset/gentle-geckos-approve.md
+0
-5
new-elephants-rush.md
.changeset/new-elephants-rush.md
+0
-5
old-roses-behave.md
.changeset/old-roses-behave.md
+0
-5
red-peaches-kneel.md
.changeset/red-peaches-kneel.md
+0
-5
selfish-chairs-thank.md
.changeset/selfish-chairs-thank.md
+0
-5
small-swans-punch.md
.changeset/small-swans-punch.md
+0
-5
tall-ravens-learn.md
.changeset/tall-ravens-learn.md
+0
-5
CHANGELOG.md
l2geth/CHANGELOG.md
+10
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/contracts/CHANGELOG.md
+6
-0
package.json
packages/contracts/package.json
+1
-1
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+8
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+7
-0
package.json
packages/replica-healthcheck/package.json
+1
-1
No files found.
.changeset/fast-seas-train.md
deleted
100644 → 0
View file @
4425e9f5
---
'
@eth-optimism/l2geth'
:
patch
---
Reduce the geth diff
.changeset/gentle-geckos-approve.md
deleted
100644 → 0
View file @
4425e9f5
---
'
@eth-optimism/l2geth'
:
patch
---
Allow transactions via RPC to
`address(0)`
.changeset/new-elephants-rush.md
deleted
100644 → 0
View file @
4425e9f5
---
'
@eth-optimism/l2geth'
:
patch
---
Removes
`id`
field from EVM and no longer logs the EVM execution id
.changeset/old-roses-behave.md
deleted
100644 → 0
View file @
4425e9f5
---
'
@eth-optimism/message-relayer'
:
patch
---
Use latest contracts package for browser compatibility support
.changeset/red-peaches-kneel.md
deleted
100644 → 0
View file @
4425e9f5
---
'
@eth-optimism/replica-healthcheck'
:
patch
---
Bug fix from leftover error during testing
.changeset/selfish-chairs-thank.md
deleted
100644 → 0
View file @
4425e9f5
---
'
@eth-optimism/l2geth'
:
patch
---
Style fix in the
`RollupClient`
.changeset/small-swans-punch.md
deleted
100644 → 0
View file @
4425e9f5
---
'
@eth-optimism/l2geth'
:
patch
---
Remove dead code in
`blockchain.go`
and
`miner/worker.go`
.changeset/tall-ravens-learn.md
deleted
100644 → 0
View file @
4425e9f5
---
'
@eth-optimism/contracts'
:
patch
---
Makes the contracts package browser compatible.
l2geth/CHANGELOG.md
View file @
3aa1cad0
# Changelog
# Changelog
## 0.4.9
### Patch Changes
-
3c420ec3: Reduce the geth diff
-
9d1ff999: Allow transactions via RPC to
`address(0)`
-
101b942c: Removes
`id`
field from EVM and no longer logs the EVM execution id
-
4cf68ade: Style fix in the
`RollupClient`
-
6dbb9293: Remove dead code in
`blockchain.go`
and
`miner/worker.go`
## 0.4.8
## 0.4.8
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
3aa1cad0
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.4.
8
"
,
"version"
:
"0.4.
9
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/contracts/CHANGELOG.md
View file @
3aa1cad0
# Changelog
# Changelog
## 0.4.8
### Patch Changes
-
e4fea5e0: Makes the contracts package browser compatible.
## 0.4.7
## 0.4.7
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
3aa1cad0
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.4.
7
"
,
"version"
:
"0.4.
8
"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
"dist/**/*.js"
,
"dist/**/*.js"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
3aa1cad0
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.1.9
### Patch Changes
-
e4fea5e0: Use latest contracts package for browser compatibility support
-
Updated dependencies
[
e4fea5e0
]
-
@eth-optimism/contracts@0.4.8
## 0.1.8
## 0.1.8
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
3aa1cad0
{
{
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.1.
8
"
,
"version"
:
"0.1.
9
"
,
"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"
,
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.1.5"
,
"@eth-optimism/common-ts"
:
"^0.1.5"
,
"@eth-optimism/contracts"
:
"^0.4.
5
"
,
"@eth-optimism/contracts"
:
"^0.4.
8
"
,
"@eth-optimism/core-utils"
:
"^0.5.1"
,
"@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"
,
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
3aa1cad0
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 0.2.1
### Patch Changes
-
91c6287e: Bug fix from leftover error during testing
## 0.2.0
## 0.2.0
### Minor Changes
### Minor Changes
-
4319e455: Add replica-healthcheck to monorepo
-
4319e455: Add replica-healthcheck to monorepo
packages/replica-healthcheck/package.json
View file @
3aa1cad0
{
{
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"0.2.
0
"
,
"version"
:
"0.2.
1
"
,
"private"
:
true
,
"private"
:
true
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
...
...
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