Skip to content

Commit 7e9576b

Browse files
committed
Add term
1 parent e3d5440 commit 7e9576b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pubsub/gossipsub/partial-messages.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ validated.
3636
**Group ID**: An identifier to some Full Message. This must not depend on
3737
knowing the full message, so it can not simply be a hash of the full message.
3838

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+
3943
## Motivation
4044

4145
The main motivation for this extension is optimizing Ethereum's Data

0 commit comments

Comments
 (0)