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
import
serialization,
../beacon_chain/ssz,
byteutils
let outOfRange ="0xd5a1"let bytes = outOfRange.hexToSeqByte()
let value =SSZ.decode(bytes, uint8)
echo value
Output is 213, we should have a ValueError, RangeError or OverflowError.
The text was updated successfully, but these errors were encountered:
Test case:
Output is 213, we should have a ValueError, RangeError or OverflowError.
The text was updated successfully, but these errors were encountered: