pr feedback

This commit is contained in:
Danny Ryan
2020-07-23 10:03:43 -06:00
committed by GitHub
parent a64b8eba6e
commit 289564aec0

View File

@@ -555,6 +555,7 @@ Only one value is possible at this time:
- `ssz_snappy`: The contents are first [SSZ-encoded](../../ssz/simple-serialize.md)
and then compressed with [Snappy](https://github.com/google/snappy) frames compression.
For objects containing a single field, only the field is SSZ-encoded not a container with a single field.
For example, the `BeaconBlocksByRoot` request is an SSZ-encoded list of `Root`'s.
This encoding type MUST be supported by all clients.
#### SSZ-snappy encoding strategy