kappa-db / multifeed

Multi-writer hypercore.
135 stars 27 forks source link

bump hypercore-protocol to 6.8.0 #16

Closed cblgh closed 5 years ago

cblgh commented 5 years ago

which bumps up the number of cores that can be replicated to 256

hackergrrl commented 5 years ago

Hey this seems to already be covered by semver. As in, all dependants should upgrade automatically to the latest multifeed.

cblgh commented 5 years ago

@noffle is this true even for dependencies like hypercore-protocol?

i was just thinking that it would be good to explicitly bump that dep since it's an important change that affects multifeed quite a bit :)

(so multifeed's version is unchanged, but its dep hypercore-protocol is updated - just making sure we're talking about the same change :)

(although nick's pr should enable us to use any number of feeds :)

hackergrrl commented 5 years ago

yeah it's picked up automatically all the way down the tree :)

On 12/11 14:22, Alexander Cobleigh wrote:

@noffle is this true even for dependencies like hypercore-protocol?

i was just thinking that it would be good to explicitly bump that dep since it's an important change that affects multifeed quite a bit :)

(so multifeed's version is unchanged, but its dep hypercore-protocol is updated - just making sure we're talking about the same change :)

(although nick's pr should enable us to use any number of feeds :)

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/noffle/multifeed/pull/16#issuecomment-446385144