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

fix: mark all routers DoNotWaitForSearchValue #10020

Merged
merged 3 commits into from
Jul 25, 2023
Merged

fix: mark all routers DoNotWaitForSearchValue #10020

merged 3 commits into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. fix: mark ipns pubsub router DoNotWaitForSearchValue

    That means if the DHT has finished searching and no one responded over pubsub *yet*, we will not spend 1 minute searching for no reason.
    
    This also include other error handling bug fixes inside `go-libp2p-routing-helpers`.
    
    Fixes: #9927
    Jorropo committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    19ed4f3 View commit details
    Browse the repository at this point in the history
  2. routing: bring back the old IPNS behaviour

    Stop making this configurable let everything race like it used to do.
    Jorropo committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    77ecec5 View commit details
    Browse the repository at this point in the history
  3. Update docs/changelogs/v0.22.md

    Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
    Jorropo and aschmahmann committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    35130e0 View commit details
    Browse the repository at this point in the history