ChainSafe / js-libp2p-gossipsub

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

fix: check backoff when join #444

Closed twoeths closed 1 year ago

twoeths commented 1 year ago

Motivation

Description

Closes #441

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 60.00% and no project coverage change.

Comparison is base (cbdae04) 82.51% compared to head (956b732) 82.52%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #444 +/- ## ======================================= Coverage 82.51% 82.52% ======================================= Files 48 48 Lines 11966 11971 +5 Branches 1279 1279 ======================================= + Hits 9874 9879 +5 Misses 2092 2092 ``` | [Impacted Files](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/444?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/444?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChainSafe#diff-c3JjL2luZGV4LnRz) | `70.12% <42.85%> (+0.02%)` | :arrow_up: | | [src/constants.ts](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/444?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%> (ø)` | |

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