Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronizer controls L1 sync #1103

Closed
wants to merge 2 commits into from
Closed

Synchronizer controls L1 sync #1103

wants to merge 2 commits into from

Conversation

joshklop
Copy link
Contributor

No description provided.

Moving towards a design where the synchronizer can easily control the L1
sync process using an interface like the following:

```go
type L1 interface {
        WatchL1Head(ctx context.context, sink chan<- *core.L1Head) (event.Subscription, error)
}
```
which will be very useful if/when we decide to implement Beacon sync.

This commit refactors non-black box tests into black-box tests. All test
cases remain the same.
@joshklop joshklop closed this Oct 24, 2023
@derrix060 derrix060 deleted the joshklop/sync-l1 branch September 5, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant