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

Upgrade libp2p (enables go 1.21 support) #8288

Merged

Commits on Sep 25, 2023

  1. Upgrade libp2p (enables go 1.21 support)

    This change is primarily intended to support go 1.21, but as a
    side-effect requires updating libp2p, which in turn triggers an update
    of golang.org/x/exp which creates quite a bit of (simple) churn in the
    slice sorting.
    
    This change introduces a new `cmp.Compare` function which can be used to
    return an integer satisfying the compare interface for slice sorting.
    
    In order to continue to support mplex for libp2p, the change references
    github.com/libp2p/go-libp2p-mplex instead.  Please see the PR at
    libp2p/go-libp2p#2498 for the official usptream
    comment that indicates official support for mplex being moved to this
    location.
    jyellick committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b536156 View commit details
    Browse the repository at this point in the history