[Nakamoto] Analysis of the Greatest Sources of Latency #161
Replies: 2 comments
-
This issue can be thought of as "how long does it take a miner to produce an empty stacks block"? This is something like the limit for how fast a block could be produced if Clarity VM / MARF interactions were infinitely fast. This should measure the time it takes for:
This involves network latency (the StackerDB and stacker coordination) and will depend on the number of signers. |
Beta Was this translation helpful? Give feedback.
-
To properly test stacker DB signing a block proposal, the testing environment must have a realistic number of signers distributed widely around the world to simulate latency delay due to geographic location. It also should be run with the full 4000 vote shares. |
Beta Was this translation helpful? Give feedback.
-
This is a discussion post to analyze what we predict to be the greatest sources of latency on Nakamoto release. SIP-021 promises 5 second block times. This discussion is to research core aspects of the system that could cause delays and risk slower than promised.
"How long does it take to produce an empty block?"
Relevant Draft SIP: SIP-021 #155
Beta Was this translation helpful? Give feedback.
All reactions