EYBlockchain / nightfall_3

a mono-repo containing an optimistic version of nightfall
Creative Commons Zero v1.0 Universal
261 stars 57 forks source link

[BUG] Client/Optimist synchronization #1369

Open druiz0992 opened 1 year ago

druiz0992 commented 1 year ago

Describe the bug If a client or an optimist lose one BlockProposed event, and then received an out of order BlockProposed event, that client/optimist will be permanently desynchronized

Expected behavior If a client receives block 5, misses block 6, and receives 7, I would expect the client to detect the out of order block and resync