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
The proposal creation function still iterates congruently, but the expected node id is not what is expected. All tests pass now, but this is was the bug. It didn't stop proposal generation for nodes, but it chose the wrong participant to create the next proposal
bug quoted from the paper repo:
paper issue
The proposal creation function still iterates congruently, but the expected node id is not what is expected. All tests pass now, but this is was the bug. It didn't stop proposal generation for nodes, but it chose the wrong participant to create the next proposal
wrong:
AfricaOS/core/macros/src/lib.rs
Line 40 in ec080b3
Should be:
Because
but this is correct
This works for three, and for 2 peers
and for 5 peers
The text was updated successfully, but these errors were encountered: