Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use typed event emitter class #470

Merged

Commits on Nov 15, 2023

  1. fix: use typed event emitter classes

    The typed `EventEmitter` class from `@libp2p/interface/events` has
    been renamed `TypedEventEmitter` along with a `TypedEventTarget`
    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.
    achingbrain committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7e2fbe0 View commit details
    Browse the repository at this point in the history