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

Use more appropriate names for forkchoice subscriptions #10401

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

jenpaff
Copy link
Collaborator

@jenpaff jenpaff commented Aug 20, 2024

Closes #10393

@github-actions github-actions bot added the C-enhancement New feature or request label Aug 20, 2024
}

/// Convenience method to get a stream of the new finalized blocks of the chain.
fn finalized_block_stream(&self) -> ForkChoiceStream {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also want a function for finalized

@mattsse did I understand it correctly, new function to return a stream of finalized blocks?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exactly

@jenpaff jenpaff marked this pull request as ready for review August 20, 2024 17:45
@mattsse mattsse added this pull request to the merge queue Aug 21, 2024
Merged via the queue into main with commit d9936a9 Aug 21, 2024
35 checks passed
@mattsse mattsse deleted the jenpaff/appropriate-names-forkchoice-subscriptions branch August 21, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use more appropriate names for forkchoice subscriptions
3 participants