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

Replace tokio-retry with backon and remove RetryStrategy #8613

Merged

Conversation

sergerad
Copy link
Contributor

@sergerad sergerad commented Jun 5, 2024

  • Remove RetryStrategy and tokio-retry
  • Remove retry_millis arg
  • Rename retry_attempts arg to dns_retries
  • Use backon

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

ty,
pedantic dependency nit

@@ -58,6 +57,7 @@ eyre.workspace = true
fdlimit.workspace = true
confy.workspace = true
rayon.workspace = true
backon = "0.4"
Copy link
Collaborator

Choose a reason for hiding this comment

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

should be converted to workspace dep

Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

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

thanks!

@Rjected Rjected requested a review from mattsse June 5, 2024 22:03
@mattsse mattsse merged commit 7bc27a3 into paradigmxyz:dan/dns-resolution-on-enodes Jun 5, 2024
26 checks passed
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.

3 participants