Closed achingbrain closed 11 months ago
Looks like the custom linting rules in this repo are broken. Upgrading @typescript-eslint/parser may help - or since aegir is being used to build this project, perhaps delete all the custom eslint stuff and just use aegir's linting?
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
a39115c
) 81.35% compared to head (7e2fbe0
) 81.35%.
Files | Patch % | Lines |
---|---|---|
test/compliance.spec.ts | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The typed
EventEmitter
class from@libp2p/interface/events
has been renamedTypedEventEmitter
along with aTypedEventTarget
interface.The old name is still exported so it's a backwards compatible change but it will be removed in a future version of
@libp2p/interface
so this change future-proofs@chainsafe/libp2p-gossipsub
against that upcoming release.