mat-if

Results 5 comments of mat-if

To confirm you've done the following steps: 1. Configure a webhook for your discord server: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks (ignore the "Quick Example" since it's for Github specifically, not useful here.) 2. You...

This will be fixed very soon, hopefully in 0.1.41, but maybe 0.1.42. We've already fixed it as part of the accounts improvements we're making, so once we're ready to ship...

Thanks for reporting this - definitely a bug. https://github.com/iron-fish/ironfish/pull/2187 should fix it

> With #2187, the example above still exists. ~~I just did some more testing, and I don't think it was.~~ I think it was minimized with that first change, but...

> Perhaps it's better to split the search space this way: subspace_size = u64::MAX/thread_count; [subspace_size * 0.. subspace_size*1)... [subspace_size * id.. subspace_size * (id +1)]... [subspace_size * (thread_count - 1)..subspace_size...