Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libp2p/rust-libp2p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99de8efb0253ad350048d4a3ba10503d9117c40d
Choose a base ref
...
head repository: libp2p/rust-libp2p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 520e321ccd03a3ee9cc57be3760e8680fa61b9ca
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 20, 2022

  1. muxers/mplex: Implement AsyncRead and AsyncWrite for Substream (#…

    …2706)
    
    This aligns the public API of the `libp2p-mplex` module with the one
    from `libp2p-yamux`. This change has two benefits:
    
    1. For standalone users of `libp2p-mplex`, the substreams itself are
    now useful, similar to `libp2p-yamux` and don't necessarily need to
    be polled via the `StreamMuxer`. The `StreamMuxer` only forwards to
    the `Async{Read,Write}` implementations.
    
    2. This will reduce the diff of #2648 because we can chunk the one
    giant commit into smaller atomic ones.
    thomaseizinger authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ea487ae View commit details
    Browse the repository at this point in the history
  2. fix(metrics): use correct event name for dcutr metrics

    Currently when both the `relay` and `dcutr` features are enabled this generates an error.
    dignifiedquire committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    53b755a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    520e321 View commit details
    Browse the repository at this point in the history
Loading