swarm/storage/feeds: removed capital Feed throughout
This commit is contained in:
@@ -37,7 +37,7 @@ Using the streamer logic, various stream types are easy to implement:
|
||||
* live session syncing
|
||||
* historical syncing
|
||||
* simple retrieve requests and deliveries
|
||||
* Swarm Feeds streams
|
||||
* swarm feeds streams
|
||||
* receipting for finger pointing
|
||||
|
||||
## Syncing
|
||||
@@ -57,7 +57,7 @@ receipts for a deleted chunk easily to refute their challenge.
|
||||
- syncing should be resilient to cut connections, metadata should be persisted that
|
||||
keep track of syncing state across sessions, historical syncing state should survive restart
|
||||
- extra data structures to support syncing should be kept at minimum
|
||||
- syncing is organized separately for chunk types (Swarm Feed Updates v regular content chunk)
|
||||
- syncing is not organized separately for chunk types (Swarm feed updates v regular content chunk)
|
||||
- various types of streams should have common logic abstracted
|
||||
|
||||
Syncing is now entirely mediated by the localstore, ie., no processes or memory leaks due to network contention.
|
||||
|
Reference in New Issue
Block a user