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
f8348862
Commit
f8348862
authored
Mar 18, 2022
by
inphi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build; add changeset
parent
8e64fd9d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
327 additions
and
6 deletions
+327
-6
silent-pillows-lay.md
.changeset/silent-pillows-lay.md
+6
-0
go.sum
go/batch-submitter/go.sum
+320
-5
sync_service_test.go
l2geth/rollup/sync_service_test.go
+1
-1
No files found.
.changeset/silent-pillows-lay.md
0 → 100644
View file @
f8348862
---
'
@eth-optimism/batch-submitter-service'
:
patch
'
@eth-optimism/l2geth'
:
patch
---
l2geth: Sync from Backend Queue
go/batch-submitter/go.sum
View file @
f8348862
This diff is collapsed.
Click to expand it.
l2geth/rollup/sync_service_test.go
View file @
f8348862
...
@@ -907,7 +907,7 @@ func TestBadFeeThresholds(t *testing.T) {
...
@@ -907,7 +907,7 @@ func TestBadFeeThresholds(t *testing.T) {
}
}
}
}
// Ensure that Transaction Logging prece
ed
s transaction apply
// Ensure that Transaction Logging prece
de
s transaction apply
func
TestSyncServiceTransactionLog
(
t
*
testing
.
T
)
{
func
TestSyncServiceTransactionLog
(
t
*
testing
.
T
)
{
txLogger
:=
newMockPublisher
()
txLogger
:=
newMockPublisher
()
service
,
txCh
,
_
,
err
:=
newTestSyncService
(
false
,
nil
,
txLogger
)
service
,
txCh
,
_
,
err
:=
newTestSyncService
(
false
,
nil
,
txLogger
)
...
...
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