kappa-db / multifeed-index

Build an index over a set of hypercores
18 stars 10 forks source link

Cope with missing feed entries #2

Open hackergrrl opened 5 years ago

hackergrrl commented 5 years ago

If a hypercore is in sparse mode (or just doesn't have its blocks all available), multifeed should be able to cope with this!

hackergrrl commented 5 years ago

OK, it doesn't crash now! 3.0.1

However, missing entries are still being skipped. We'll have to flag them somehow so the indexer comes back to them, or maybe listen on hypercore's downloaded event.