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

[Feature] Allow validators to push new blocks to trusted clients. #3503

Open
vicsn opened this issue Feb 25, 2025 · 0 comments
Open

[Feature] Allow validators to push new blocks to trusted clients. #3503

vicsn opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@vicsn
Copy link
Collaborator

vicsn commented Feb 25, 2025

🚀 Feature

Currently, clients request blocks via polling, which incurs multiple rounds of latency. We should instead offer a pub/sub model for trusted clients (clients passed via the --peers flag). We should likely only enable it when a new flag has been turned on (e.g. --push-blocks-to-peers).

@vicsn vicsn added the feature New feature or request label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants