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
CertifiedBlock is a Block with an acquired quorum. As an implementation of the ID() method is wrong, a byzantine consensus node can change the quorum certificate without being noticed by other nodes. The usage of this data structure should be reviewed to be proven safe. The ID() might be changed by Hash() function which hashes the quorum certificate too.
CertifiedBlock is a Block with an acquired quorum. As an implementation of the
ID()
method is wrong, a byzantine consensus node can change the quorum certificate without being noticed by other nodes. The usage of this data structure should be reviewed to be proven safe. TheID()
might be changed byHash()
function which hashes the quorum certificate too.The text was updated successfully, but these errors were encountered: