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
All CVM Values (and constituent Cells) have an Encoding, which is a unique representation of the Cell value in a byte sequence.
This bounty is for finding an Encoding bug and fixing it.
Requirements:
A test case must be created that proved a failure in a fundamental Encoding rule, for example:
Two different Encodings that produce the same Cell value (as tested with ACell.equals)
Two different Cell values that produce the same Encoding
An Encoding which appears to produce a valid Cell (can be decoded successfully with Format.readXXX and passes ACell.validateXXX) but in fact the Cell has some flaw (i.e. a violated invariant that may break assumptions elsewhere in the code base)
The root cause of the issue must be identified
A PR must be contributed and accepted that adds the test case, and fixes the defect
All CVM Values (and constituent Cells) have an Encoding, which is a unique representation of the Cell value in a byte sequence.
This bounty is for finding an Encoding bug and fixing it.
Requirements:
ACell.equals
)Format.readXXX
and passesACell.validateXXX
) but in fact the Cell has some flaw (i.e. a violated invariant that may break assumptions elsewhere in the code base)The text was updated successfully, but these errors were encountered: