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.
Slightly annoying having these now all over the place
Arqu
left a comment
There was a problem hiding this comment.
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.
flub
left a comment
There was a problem hiding this comment.
whoa, that's a lot of changes
905d620 to
3d37d62
Compare
Description
Blocked on
Closes #3198
Breaking Changes
randnow need0.9Notes & open questions