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: add support for /dns multiaddrs to dns resolver #3105

Merged

Conversation

sdbondi
Copy link
Member

@sdbondi sdbondi commented Jul 18, 2021

Description

Motivation and Context

Users may miss the 4 in /dns4 when configuring tari applications. /dns is a valid multiaddr and should be supported.

How Has This Been Tested?

Tested "manually" using comms::transports::dns::tor::test::resolve

Checklist:

  • I'm merging against the development branch.
  • I have squashed my commits into a single commit.

@sdbondi sdbondi force-pushed the comms-dns-support-for-resolver branch 2 times, most recently from 73d8262 to 75d929f Compare July 18, 2021 11:21
@sdbondi sdbondi changed the title Add support for /dns multiaddrs to dns resolver feat: Add support for /dns multiaddrs to dns resolver Jul 18, 2021
@sdbondi sdbondi force-pushed the comms-dns-support-for-resolver branch from 75d929f to 8d5e1a0 Compare July 18, 2021 11:23
- `Protocol::Dns` variant was missing from the system and tor DNS resolvers
- This allows one to use `/dns` multiaddrs
- [unrelated] async-trait should not be optional since
  tari-project#3056
@sdbondi sdbondi force-pushed the comms-dns-support-for-resolver branch from 8d5e1a0 to db384c0 Compare July 18, 2021 12:05
@stringhandler stringhandler changed the title feat: Add support for /dns multiaddrs to dns resolver feat: add support for /dns multiaddrs to dns resolver Jul 19, 2021
@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 19, 2021

PR queued successfully. Your position in queue is: 3

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 19, 2021

PR is on top of the queue now

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 19, 2021

PR failed to merge with reason: Failed due to unknown reason

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 19, 2021

PR queued successfully. Your position in queue is: 2

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 19, 2021

PR is on top of the queue now

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 19, 2021

PR failed to merge with reason: Failed due to unknown reason

@stringhandler stringhandler merged commit 6d48dbe into tari-project:development Jul 19, 2021
@sdbondi sdbondi deleted the comms-dns-support-for-resolver branch July 19, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants