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
While reviewing the NMT, @evan-forbes raised the following scenario:
A malicious 2/3 majority of consensus nodes confirm a block that has a data square with one share that isn't lexicographically ordered. It is possible for light nodes to miss sampling the one unordered share. Since light nodes don't reconstruct the entire data square, they need to be made aware of such behavior (presumably via a bad encoding fraud proof).
Problem
It isn't clear that the current implementation of bad encoding fraud proofs work for this scenario.
This discussion was converted from issue #1742 on January 09, 2024 10:35.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Context
While reviewing the NMT, @evan-forbes raised the following scenario:
A malicious 2/3 majority of consensus nodes confirm a block that has a data square with one share that isn't lexicographically ordered. It is possible for light nodes to miss sampling the one unordered share. Since light nodes don't reconstruct the entire data square, they need to be made aware of such behavior (presumably via a bad encoding fraud proof).
Problem
It isn't clear that the current implementation of bad encoding fraud proofs work for this scenario.
Proposal
Beta Was this translation helpful? Give feedback.
All reactions