kappa-db / kappa-core

Minimal peer-to-peer database, based on kappa architecture.
254 stars 22 forks source link

re-emit feed event from multifeed #5

Open ghost opened 5 years ago

ghost commented 5 years ago

It's very useful to know when another log has been attached to the set of logs, but right now you either need to pass in your own multifeed instance or do core._logs.on('feed', fn) to get at this event.