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
It is possible right now for a node to send a response that looks like { fragments: Vec::new(), is_finished: false }.
Smoldot will process it, then ask for the rest of the proof.
A node can therefore indefinitely delay the warp syncing by continuously sending empty proofs.
The text was updated successfully, but these errors were encountered:
It is possible right now for a node to send a response that looks like
{ fragments: Vec::new(), is_finished: false }
.Smoldot will process it, then ask for the rest of the proof.
A node can therefore indefinitely delay the warp syncing by continuously sending empty proofs.
The text was updated successfully, but these errors were encountered: