From 289564aec03de5cb211ed4c5b57014349071a92e Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 23 Jul 2020 10:03:43 -0600 Subject: [PATCH] pr feedback --- specs/phase0/p2p-interface.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/phase0/p2p-interface.md b/specs/phase0/p2p-interface.md index 44cbb7982..aeddd8b51 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -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