From e75634d370e0049fafac0bbcf31d4650e88a1d2f Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 26 Jun 2018 11:50:47 -0500 Subject: [PATCH] Remove hyperdrive-specific material from the hypercore spec --- proposals/0002-hypercore.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/proposals/0002-hypercore.md b/proposals/0002-hypercore.md index 5469cbb..12d389e 100644 --- a/proposals/0002-hypercore.md +++ b/proposals/0002-hypercore.md @@ -17,8 +17,6 @@ Authors: [Paul Frazee](https://github.com/pfrazee), [Mathias Buus](https://githu Hypercore Feeds are the core mechanism used in Dat. They are binary append-only streams whose contents are cryptographically hashed and signed and therefore can be verified by anyone with access to the public key of the writer. -Dat uses two feeds, `content` and `metadata`. The `content` feed contains the files in your repository and `metadata` contains the metadata about the files including name, size, last modified time, etc. Dat replicates them both when synchronizing with another peer. - # Motivation [motivation]: #motivation