l2geth: verifier sync in parallel with dtl#2335
l2geth: verifier sync in parallel with dtl#2335tonykogias wants to merge 1 commit intoethereum-optimism:developfrom tonykogias:sync-l2geth-in-parallel-with-dtl
Conversation
🦋 Changeset detectedLatest commit: 311149b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Will need to run this to be sure that it works as expected |
|
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
| if !status.Syncing { | ||
| tStatus.Stop() | ||
| break | ||
| if !cfg.IsVerifier { |
There was a problem hiding this comment.
This will only run for the sequencer which I'm not sure is solving the problem. It's the replicas that we want to speed up, I think it should be safe to skip waiting if it's a verifier and backend L2. We would need to test running a verifier with backend L1 before I felt safe merging it
|
Gonna reopen this, I think it'd be useful and it's annoying that geth currently doesn't sync at the same time as the DTL. |
|
Just needs a rebase, then I can go ahead and cut a canary release + test this on my own |
|
Am currently syncing this on an L1 syncing node |
|
I close this PR and re-opened it here #2656 after rebasing @tynes @smartcontracts |
Have verifier node sync in parallel with dtl to save time.
Metadata