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
Nodes will panic if they attempt to verify a VID share with a different multiplicity than the node expects. An incorrectly configured node could cause many other network nodes to crash.
To reproduce:
Run 1 HotShot leader with multiplicity = 2
Run other HotShot nodes with multiplicity = 4
Replica nodes will panic in the verifiy_share function in vid/src/advz.rs
The text was updated successfully, but these errors were encountered:
This issue was observed on version 0.4.5
Nodes will panic if they attempt to verify a VID share with a different multiplicity than the node expects. An incorrectly configured node could cause many other network nodes to crash.
To reproduce:
verifiy_share
function invid/src/advz.rs
The text was updated successfully, but these errors were encountered: