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/interop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0
Choose a base ref
...
head repository: libp2p/interop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 28, 2023

  1. fix: wait for gossipsub heartbeat before sending message (#94)

    Only wait for the sending peer to see the remote in their topic subscriber
    list but also wait a little bit longer for gossipsub to rebalance the
    mesh to increase the chances of the publisher actually sending a pubsub
    message to the subscriber.
    achingbrain authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    dffdff0 View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.0.1 [skip ci]

    ## [7.0.1](v7.0.0...v7.0.1) (2023-02-28)
    
    ### Bug Fixes
    
    * wait for gossipsub heartbeat before sending message ([#94](#94)) ([dffdff0](dffdff0))
    semantic-release-bot committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    544b97a View commit details
    Browse the repository at this point in the history
Loading