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(bootstrap): add JS-based va1.bootstrap.libp2p.io #10575

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lidel
Copy link
Member

@lidel lidel commented Nov 8, 2024

This adds https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper instance at /dnsaddr/va1.bootstrap.libp2p.io to config.DefaultBootstrapAddresses to minimize dependency on single language stack for initial bootstrap. We already had Rust one, this adds JS.

We do not migrate old users as the instance is still young.
We want the use of this instance to ramp up over time to catch any problems before we migrate everyone to start using it.

Once we are happy with it, it will be added to /dnsaddr/bootstrap.libp2p.io/ and we will have a migration for all users that replaces /dnsaddr/va1.bootstrap.libp2p.io/ with /dnsaddr/bootstrap.libp2p.io/ addr.

this adds
https://github.com/libp2p/js-libp2p-amino-dht-bootstrapper
instance at /dnsaddr/va1.bootstrap.libp2p.io
to ensure Kubo does not depend on single language stack
for initial bootstrap
@lidel lidel changed the title Feat/js libp2p amino dht bootstrapper feat(bootstrap): add JS-based va1.bootstrap.libp2p.io Nov 8, 2024
@lidel lidel added the skip/changelog This change does NOT require a changelog entry label Nov 8, 2024
@lidel lidel force-pushed the feat/js-libp2p-amino-dht-bootstrapper branch from 192b9d8 to 75a018d Compare November 19, 2024 21:39
@lidel lidel mentioned this pull request Nov 19, 2024
24 tasks
@lidel lidel marked this pull request as ready for review November 19, 2024 21:57
@lidel lidel requested a review from a team as a code owner November 19, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog This change does NOT require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant