-
Couldn't load subscription status.
- Fork 306
feat: upgrade to [email protected] #3465
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
Conversation
|
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3465/docs/iroh/ Last updated: 2025-10-06T11:06:54Z |
a8347a9 to
b635926
Compare
|
@dignifiedquire there's been some requests for this on the public discord, maybe we should try to move forward on it. |
I am blocked on a |
12aaf01 to
562e8a5
Compare
7b63e24 to
119735d
Compare
| #[tokio::test] | ||
| #[traced_test] | ||
| async fn mdns_subscribe() -> Result { | ||
| let mut rng = rand_chacha::ChaCha8Rng::seed_from_u64(0u64); |
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.
Slightly annoying having these now all over the place
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.
I mean LGTM, but that constant seed innit is a bit annoying and will probably flow into the rest of the crates too. I kinda know it would be bad practice to make the rng an option on that generate func and default a seed when not provided, but seems alluring here.
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.
whoa, that's a lot of changes
905d620 to
3d37d62
Compare
Description
Blocked on
Closes #3198
Breaking Changes
randnow need0.9Notes & open questions