Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

chore: use dnsaddr for bootstrap nodes #3370

Merged
merged 2 commits into from
Nov 6, 2020

Conversation

vasco-santos
Copy link
Member

@vasco-santos vasco-santos commented Nov 5, 2020

This PR adds the new dnsaddr multiaddrs for browser bootstrapping peers per libp2p/js-libp2p#772 and libp2p/js-libp2p#782

cc @mburns

@vasco-santos vasco-santos force-pushed the chore/use-dns-addr-fot-bootstrap branch from 174d972 to bd752df Compare November 5, 2020 09:58
@@ -15,7 +15,7 @@ let sigServerB
let ipfsdServer

module.exports = {
bundlesize: { maxSize: '518kB' },
bundlesize: { maxSize: '520kB' },
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to increase due to the addition of the dns-over-http-resolver module in multiaddr, which also comes with receptacle.

@achingbrain achingbrain merged commit 7a0f1a2 into master Nov 6, 2020
@achingbrain achingbrain deleted the chore/use-dns-addr-fot-bootstrap branch November 6, 2020 09:41
@jacobheun
Copy link
Contributor

@vasco-santos @achingbrain it looks like we missed the update of these for the Node.js config, they should get updated there, that config is using some outdated Peer Ids.

@vasco-santos
Copy link
Member Author

yes, I will remove the SoL multiaddrs as well

achingbrain pushed a commit that referenced this pull request Nov 12, 2020
Replaces `SoL-arnet` bootstrap nodes from Node.js config to the new `dnsaddr` per #3370 (comment) and libp2p/js-libp2p-bootstrap#98

These new addresses resolve into DNS TXT records with tcp and wss based addresses for each peer (with `ipv4` and `ipv6`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants