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
Part Streaming is the protocol utilised for block propagation in the Starknet app. When sending a block proposal to a set of peers, a node partitions the block into multiple parts and send each part to the peers in StreamMessages, which may arrive out of order. Then the peers must re-assemble the received parts into a block.
Part Streaming is the protocol utilised for block propagation in the Starknet app. When sending a block proposal to a set of peers, a node partitions the block into multiple parts and send each part to the peers in
StreamMessage
s, which may arrive out of order. Then the peers must re-assemble the received parts into a block.This is the implementation. And this is the Quint spec.
The goal is to write an MBT driver and tests for Part Streaming.
Tasks:
ItfRunner
for ITF traces generated from the spec (for example, ConsensusRunner)The text was updated successfully, but these errors were encountered: