Skip to content

Commit

Permalink
clarify data possession
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Mar 6, 2024
1 parent a01b1ae commit 1b7c904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cips/cip-shwap_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protocol.
The current Data Availability Sampling (DAS) network protocol is inefficient. A _single_ sample operation takes log₂(k)
network roundtrips (where k is the square size). This is not practical and does not scale for the theoretically unlimited
data square that the Celestia network enables. The main motive here is a protocol with O(1) roundtrip for _multiple_
samples, preserving the assumption of having 1/N honest peers connected.
samples, preserving the assumption of having 1/N honest peers connected possessing the data.

Initially, Bitswap and IPLD were adopted as the basis for the DA network protocols, including DAS,
block synchronization (BS), and blob/namespace data retrieval (ND). They gave battle-tested protocols and tooling with
Expand Down

0 comments on commit 1b7c904

Please sign in to comment.