-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
[Consensus] block stream subscription #17000
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Ignored Deployments
|
d8bdd84
to
42a1c0d
Compare
42a1c0d
to
0529394
Compare
00b3625
to
1477ca3
Compare
akichidis
reviewed
Apr 3, 2024
1477ca3
to
4aff583
Compare
c9c987e
to
bbb81ef
Compare
bbb81ef
to
680dc79
Compare
680dc79
to
9df01e3
Compare
880b008
to
1af2c9a
Compare
1af2c9a
to
b2c258b
Compare
b32f160
to
8e33a27
Compare
8e33a27
to
7a13c0c
Compare
7a13c0c
to
a63539a
Compare
a63539a
to
9091360
Compare
9091360
to
886fb41
Compare
886fb41
to
6007eae
Compare
arun-koshy
approved these changes
Apr 16, 2024
6007eae
to
90bc441
Compare
90bc441
to
4b1336d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Implements block subscription with stream block responses via tonic.
From experiments, this is shown to reduce latency jitters, especially between hosts in different continents.
Also, enable keepalive and message size limits in tonic.
Test Plan
CI
Private testnet
If your changes are not user-facing and do not break anything, you can skip the following section. Otherwise, please briefly describe what has changed under the Release Notes section.
Type of Change (Check all that apply)
Release notes