-
Notifications
You must be signed in to change notification settings - Fork 83
SIP: block streaming #51
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi 👋 |
|
Hi @luispdm, since there is no objection, hopefully this proposal can get merged soon. There is a plan to invest more time into the design and implementation in 1-2 months. |
|
|
||
| Currently Sui has 320-350ms p50 consensus latency and sub 700ms p50 e2e transaction settlement latency. But it can take longer for non validators to receive the latest transactions. The diagram below illustrates the common case: | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link to the image is broken, it should be changed to: assets/sip-block-streaming/txn_propagation.png
|
GM GM |
|
Validators are forwarding all consensus blocks, which will contain all transactions in the system. Each SSFN connects to a validator unless it disconnects. But a validator can connect to one or more SSFNs. |
|
Planning to make some minor updates here. We are starting to build an experimental implementation for this. |
zihehuang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this since the experimental implementation is already in development
|
Thanks for the update. Do you mind sharing a link to the repo/branch where the development is being done @mwtian? Thank you. |
|
Do we have any updates on this? Would be nice to see this live. |
No description provided.