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
Right now broadcast::linked only journals new Links, which is a struct that holds a chunk as well as the previous threshold signature. This prevents nodes from remembering (i.e. upon restart) a sequence of chunks and their threshold signatures that ends with a threshold signature. It can only ever have a "dangling" chunk (with no threshold signature).
Partial signatures will still be "dropped" from the journal as they are already (as a resource-saving mechanism that doesn't affect safety)
The text was updated successfully, but these errors were encountered:
Right now
broadcast::linked
only journals newLinks
, which is a struct that holds a chunk as well as the previous threshold signature. This prevents nodes from remembering (i.e. upon restart) a sequence of chunks and their threshold signatures that ends with a threshold signature. It can only ever have a "dangling" chunk (with no threshold signature).Partial signatures will still be "dropped" from the journal as they are already (as a resource-saving mechanism that doesn't affect safety)
The text was updated successfully, but these errors were encountered: