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/go-libp2p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.36.1
Choose a base ref
...
head repository: libp2p/go-libp2p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.36.2
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Aug 13, 2024

  1. Create funding.json

    dhuseby authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bdbe37e View commit details
    Browse the repository at this point in the history
  2. Revert "Create funding.json" (#2919)

    This reverts commit bdbe37e. We do not
    push to master
    MarcoPolo authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e276a6e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. basic_host: close swarm on Close (#2916)

    Using the `BasicHost` constructor transfers the ownership of the swarm.
    This is similar to how using `libp2p.New` transfers the ownership of
    user provided config options like `ResourceManager`, all of which are
    closed on `host.Close`
    sukunrt authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8a11b7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda0eca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    285123a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Release v0.36.2

    sukunrt committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a0349af View commit details
    Browse the repository at this point in the history
Loading