You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently during a consensus round the leader creates and verifies a block before sending it to the other peers. They then "run" the block by validating it, then sending signatures to the proxy tail. The idea is that we can have the leader select the transactions that go into the block and send only those to be assembled into a block on the receiving side. Then all the peers will be "running" the block at the same time instead of the leader then the other peers. The advantage of this is that it reduces total round latency and can therefore improve total TPS by up to 2x. This change was inspired by issue #4733 .
No description provided.
The text was updated successfully, but these errors were encountered: