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.
1 parent e3d5440 commit 7e9576bCopy full SHA for 7e9576b
pubsub/gossipsub/partial-messages.md
@@ -36,6 +36,10 @@ validated.
36
**Group ID**: An identifier to some Full Message. This must not depend on
37
knowing the full message, so it can not simply be a hash of the full message.
38
39
+**Group of Partial Messages**: A set of partial messages all belonging to the
40
+same group. The group may be complete, meaning that all parts are available. Or
41
+it may be incomplete, meaning some parts are missing.
42
+
43
## Motivation
44
45
The main motivation for this extension is optimizing Ethereum's Data
0 commit comments