-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Replace tokio-retry with backon and remove RetryStrategy #8613
Conversation
sergerad
commented
Jun 5, 2024
•
edited
Loading
edited
- Remove RetryStrategy and tokio-retry
- Remove retry_millis arg
- Rename retry_attempts arg to dns_retries
- Use backon
7981a57
to
3e018aa
Compare
There was a problem hiding this 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
crates/node/builder/Cargo.toml
Outdated
@@ -58,6 +57,7 @@ eyre.workspace = true | |||
fdlimit.workspace = true | |||
confy.workspace = true | |||
rayon.workspace = true | |||
backon = "0.4" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
7bc27a3
into
paradigmxyz:dan/dns-resolution-on-enodes