We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CompatibleUnion
1 parent 490e221 commit 552eabaCopy full SHA for 552eaba
ssz/simple-serialize.md
@@ -330,6 +330,12 @@ non-exhaustive list:
330
- More elements than a list limit allows. Part of enforcing consensus.
331
- An out-of-bounds selected index in an `Union`.
332
- An out-of-bounds type selector in a `CompatibleUnion`.
333
+- Incomplete data in a `CompatibleUnion` where the input is shorter than
334
+ required for the selected type.
335
+- Corrupted input in a `CompatibleUnion` where the data contains invalid values
336
+ or malformed content.
337
+- Inner type validation failures in a `CompatibleUnion` where the deserialized
338
+ data fails validation for the selected type.
339
340
Efficient algorithms for computing this object can be found in
341
[the implementations](#implementations).
0 commit comments