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

DNS resolve in faucet requests #1068

Merged
merged 1 commit into from
Feb 22, 2021
Merged

Conversation

Wiezzel
Copy link

@Wiezzel Wiezzel commented Feb 22, 2021

Due to a bug in awc crate default DNS resolution is not working correctly on Windows, leading to request timeouts. A function for
'manual' resolution has been used for this in ERC-20 but zkSync driver lacked this.

DNS-resolving function has been moved to ya_utils_networking and is used now in both drivers.

Resolves #1057

Due to a bug in `awc` crate default DNS resolution is not working
correctly on Windows, leading to request timeouts. A function for
'manual' resolution has been used for this in ERC-20 but zkSync
driver lacked this.

DNS-resolving function has been moved to `ya_utils_networking` and
is used now in both drivers.
@Wiezzel Wiezzel added bug Something isn't working m-payment labels Feb 22, 2021
@Wiezzel Wiezzel requested a review from maaktweluit February 22, 2021 17:01
@Wiezzel Wiezzel self-assigned this Feb 22, 2021
@Wiezzel Wiezzel requested review from a team February 22, 2021 17:01
Copy link
Contributor

@maaktweluit maaktweluit left a comment

Choose a reason for hiding this comment

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

LGTM!

Ran a regression on OSX:

  • Invoice flow ( 3 drivers )
  • Debit note flow ( 3 drivers )
  • yapapi blender ( 2 drivers ), will test glmsync driver tomorrow after deployment

@maaktweluit maaktweluit merged commit f0d731f into release/v0.6 Feb 22, 2021
@maaktweluit maaktweluit deleted the wiezzel/dns_resolve branch February 22, 2021 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants