Content pfp
Content
@
https://solana.com
0 reply
1 recast
2 reactions

@
0 reply
0 recast
0 reaction

mous (say moose) pfp
mous (say moose)
@adlonymous
2/ The old model: Proof of History (PoH) + Tower BFT PoH is a cryptographic clock that lets validators agree on when things happened, Tower BFT allows validators to commit to a block through just a single round of voting. Votes are submitted through a 'vote transaction' onchain. Finality under this model takes ~12.8s, the time it takes for 32 slots to accumulate, and lockouts are used to keep validators on one fork. In practice, many apps use optimistic confirmation (if block is confirmed by a supermajority, clients treat it as final within 600ms)
1 reply
0 recast
0 reaction

mous (say moose) pfp
mous (say moose)
@adlonymous
3/ A protocol called Turbine is used to broadcast blocks Leaders chop blocks into ~1KB 'shreds' and relay them through a layered tree. It is bandwidth-efficient, but it could suffer if any relay node lagged or dropped data.
1 reply
0 recast
0 reaction