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

WIP: update go-libp2p to v0.16.0 #8522

Closed
wants to merge 25 commits into from
Closed

WIP: update go-libp2p to v0.16.0 #8522

wants to merge 25 commits into from

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    378b416 View commit details
    Browse the repository at this point in the history
  2. WIP relay config

    marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    61d93d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aa2cfd View commit details
    Browse the repository at this point in the history
  4. refactor: RelayTransport → Relay

    making deprecation notice match the go-ipfs-config key
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    af01301 View commit details
    Browse the repository at this point in the history
  5. refactor: use *OptionalInteger in config

    Applies changes from
    ipfs/go-ipfs-config@c46fe1b
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5a73fff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c517a12 View commit details
    Browse the repository at this point in the history
  7. docs(config): circuit relay v2

    Clarified docs based on
    #8522 (comment)
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    023ffa7 View commit details
    Browse the repository at this point in the history
  8. docs(config): user relay before service

    this moves relay "user" flag before the "service" to align better with
    new docs in effort to limit the number of people that mistake the two.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2577549 View commit details
    Browse the repository at this point in the history
  9. docs(config): fix links and headers

    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8b2367a View commit details
    Browse the repository at this point in the history
  10. feat(config): Internal.Libp2pForceReachability

    This switches to config that supports setting and reading
    Internal.Libp2pForceReachability OptionalString flag
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9294163 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d05741 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05744cc View commit details
    Browse the repository at this point in the history
  13. refactor: switch to real flag in sharness

    does not cause issue locally, let's see how behaves on CI
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f5cc4a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93330d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    0e7e5e1 View commit details
    Browse the repository at this point in the history
  2. update sharness

    marten-seemann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    dea5469 View commit details
    Browse the repository at this point in the history
  3. plumb through pseudoversions for context changes

    This is for testing the libp2p release, since the context changes are
    not plumbed all the way through.
    guseggert authored and marten-seemann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    4142b46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    925f7d7 View commit details
    Browse the repository at this point in the history
  5. update go-libp2p

    marten-seemann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    97993d8 View commit details
    Browse the repository at this point in the history
  6. plumb through pseudoversions for context changes

    This is for testing the libp2p release, since the context changes are
    not plumbed all the way through.
    guseggert committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5358b0d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    b526b28 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    3267832 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    e9c5347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e80e2 View commit details
    Browse the repository at this point in the history
  3. feat: circuit v1 migration prompt when Swarm.EnableRelayHop is set (#…

    …8559)
    
    * exit when Swarm.EnableRelayHop is set
    * chore: go-ipfs-config v0.18.0
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    marten-seemann and lidel committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d510aa3 View commit details
    Browse the repository at this point in the history