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

fix: sequencer client must be arced #11337

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Sep 30, 2024

on clone oncencell creates a new instance, but what we want here is to have the same instance across clones

otherwise this doesn't work:

.set_sequencer_client(SequencerClient::new(sequencer_http))?;

@mattsse mattsse added C-bug An unexpected or incorrect behavior A-op-reth Related to Optimism and op-reth labels Sep 30, 2024
@mattsse mattsse enabled auto-merge September 30, 2024 13:10
@mattsse mattsse added this pull request to the merge queue Sep 30, 2024
Merged via the queue into main with commit 24b6341 Sep 30, 2024
36 checks passed
@mattsse mattsse deleted the matt/sequencer-client-must-be-arced branch September 30, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-reth Related to Optimism and op-reth C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants