Open
Description
hypercore
now works pretty well, it's time to implement the networking part.
Todos
- implement
feed.announce()
(ref) - implement
feed.unannounce()
(ref) - implement
pub feed.has()
(ref) - implement
pub feed.has_all()
(polymorphic variant offeed.has()
) - implement
pub feed.head()
(ref) - implement
pub feed.replicate()
(ref) - implement
pub feed.update()
(ref) - implement
pub feed.downloaded()
(ref) - implement
pub feed.finalize()
(ref) - implement
Peer
struct - implement futures channel for events
- implement
Event
enum