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

feat: Routing.Type=auto (DHT+IPNI) #9475

Merged
merged 11 commits into from
Dec 8, 2022
Merged

Commits on Dec 7, 2022

  1. feat: Routing.Type=auto (DHT+IPNI)

    This changes the default routing to to be implicit DHT+IPNI
    
    Full context:
    #9422 (comment)
    lidel committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    76a3c2c View commit details
    Browse the repository at this point in the history
  2. docs: Routing.Type=auto timeouts for DHT/IPNI

    Based on feedback from #9475
    lidel committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e65885a View commit details
    Browse the repository at this point in the history
  3. chore: remove dev.cid.contact

    lidel committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5396526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e36db77 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    fbd19ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7554df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    903fc25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753b3da View commit details
    Browse the repository at this point in the history
  5. docs(changelog): apply suggestions from review

    Co-authored-by: Steve Loeppky <[email protected]>
    lidel and BigLep authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    942c426 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97a3585 View commit details
    Browse the repository at this point in the history
  7. fix: use unique data for reprovider tests

    IPNI enabled by default made tests fail due to false-negative:
    Kubo was able to find provider for "foo" "bar" thanks to IPNI.
    
    This ensures data is unique enough to have no providers.
    lidel committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d273c8f View commit details
    Browse the repository at this point in the history