Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

#24 Put browser clients on the same libp2p network as Storage Miners #30

Merged
1 commit merged into from
Sep 23, 2020

Conversation

aistoc
Copy link
Collaborator

@aistoc aistoc commented Sep 18, 2020

No description provided.

@aistoc aistoc requested review from a user and ionutiorgulescu September 18, 2020 18:20
@aistoc aistoc self-assigned this Sep 18, 2020
@ghost ghost requested a review from brunolm September 21, 2020 16:21
Comment on lines +33 to 37
// ToDo: remove these lines at cleanup
// const rendezvousProtocol = /^\d+\.\d+\.\d+\.\d+$/.test(rendezvousIp) ? 'ip4' : 'dns4';
// const rendezvousWsProtocol = `${rendezvousPort}` === '443' ? 'wss' : 'ws';
// const rendezvousAddress = `/${rendezvousProtocol}/${rendezvousIp}/tcp/${rendezvousPort}/${rendezvousWsProtocol}/p2p-webrtc-star`;

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
// ToDo: remove these lines at cleanup
// const rendezvousProtocol = /^\d+\.\d+\.\d+\.\d+$/.test(rendezvousIp) ? 'ip4' : 'dns4';
// const rendezvousWsProtocol = `${rendezvousPort}` === '443' ? 'wss' : 'ws';
// const rendezvousAddress = `/${rendezvousProtocol}/${rendezvousIp}/tcp/${rendezvousPort}/${rendezvousWsProtocol}/p2p-webrtc-star`;

Copy link

Choose a reason for hiding this comment

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

@brunolm Apologies, I merged without this change. I moved this cleanup into issue #35.

@brunolm
Copy link
Collaborator

brunolm commented Sep 23, 2020

Not sure if in scope here, but if the rendezvousAddress is not going to be used anymore there should be an issue to remove it from the options I think.

@ghost
Copy link

ghost commented Sep 23, 2020

Thanks for thinking of that @brunolm. I've made a new issue #35 for this.

@ghost ghost merged commit 4fd7351 into master Sep 23, 2020
@ghost ghost mentioned this pull request Sep 28, 2020
@brunolm brunolm deleted the bootstrap-nodes branch October 5, 2020 19:25
This pull request was closed.
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