ChainSafe / js-libp2p-gossipsub

TypeScript implementation of Gossipsub
Apache License 2.0
151 stars 43 forks source link

feat: add UnsubscribeBackoff param #447

Closed twoeths closed 1 year ago

twoeths commented 1 year ago

Motivation

Description

Closes #249

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 73.52% and project coverage change: -0.14 :warning:

Comparison is base (cbdae04) 82.51% compared to head (ef9b2c1) 82.37%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #447 +/- ## ========================================== - Coverage 82.51% 82.37% -0.14% ========================================== Files 48 48 Lines 11966 12008 +42 Branches 1279 1280 +1 ========================================== + Hits 9874 9892 +18 - Misses 2092 2116 +24 ``` | [Impacted Files](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChainSafe) | Coverage Δ | | |---|---|---| | [src/index.ts](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChainSafe#diff-c3JjL2luZGV4LnRz) | `69.90% <68.96%> (-0.21%)` | :arrow_down: | | [src/constants.ts](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChainSafe#diff-c3JjL2NvbnN0YW50cy50cw==) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/447/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChainSafe)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.