Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

fix!: upgrade to interface-stream-muxer 2.0.0 #186

Merged
merged 5 commits into from
Jun 28, 2022

Commits on Jun 22, 2022

  1. fix: upgrade to interface-stream-muxer 2.0.0

    Adds the close() function to the StreamMuxer interface.
    
    Fixes libp2p#185
    
    Signed-off-by: Christian Stewart <[email protected]>
    paralin committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8b5a007 View commit details
    Browse the repository at this point in the history
  2. feat: implement the abort controller logic for mplex

    Add the abort controller to the source.
    
    Reference: https:/libp2p/js-libp2p-interfaces/pull/254/files
    
    Signed-off-by: Christian Stewart <[email protected]>
    paralin committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8dcb893 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. chore: update deps

    achingbrain committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e029cb7 View commit details
    Browse the repository at this point in the history
  2. chore: linting

    achingbrain committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    25dac29 View commit details
    Browse the repository at this point in the history
  3. chore: update types path

    achingbrain committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e8fe94d View commit details
    Browse the repository at this point in the history