Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fix connecting to wildcard addresses. #6167

Merged
merged 1 commit into from
Jul 27, 2017
Merged

Fix connecting to wildcard addresses. #6167

merged 1 commit into from
Jul 27, 2017

Conversation

tomusdrw
Copy link
Collaborator

Closes #6166

@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. B0-patch labels Jul 27, 2017
@tomusdrw tomusdrw requested review from jacogr and ngotchac July 27, 2017 14:33
* Resolves a wildcard address to `window.location.hostname`;
*/
_resolveHost (url) {
const parts = url ? url.split(':') : [];
Copy link
Contributor

@jacogr jacogr Jul 27, 2017

Choose a reason for hiding this comment

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

Would have probably gone for

let [host, port] = url ? url.split(':') : [];

But tiny preferences thing, nothing else.

@jacogr jacogr added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jul 27, 2017
@arkpar arkpar merged commit 0209c6e into master Jul 27, 2017
@arkpar arkpar deleted the interface branch July 27, 2017 15:35
arkpar pushed a commit that referenced this pull request Jul 27, 2017
arkpar added a commit that referenced this pull request Jul 27, 2017
* Light client improvements (#6156)

* no seal checking

* import command and --no-seal-check for light client

* fix eth_call

* tweak registry dapps lookup

* ignore failed requests to non-server peers

* Fix connecting to wildcard addresses. (#6167)

* Don't display an overlay in case the time sync check fails. (#6164)

* Small improvements to time estimation.

* Temporarily disable NTP time check by default.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants