- 
                Notifications
    You must be signed in to change notification settings 
- Fork 31
feat: update to latest round of traits and rand 0.9 #182
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
| Still debugging some failing tests currently | 
| Tests are mostly passing, no idea why crypto_secretstream wasm builds fail, they are passing locally.. | 
| It looks like  | 
| @dignifiedquire I wonder if #177 might've caused that (i.e. adding clamping) | 
| @tarcieri yep, I hadn't seen that PR, that is exactly what breaks things, undoing that change makes things work again | 
| @dignifiedquire might bikeshed the name in a followup, but this is fine for now | 
| @tarcieri any chance I can get a pre-release of this? | 
| which one(s) specifically? | 
| I just need  | 
## Description - Upgrade to [email protected] - Upgrade dalek crates to prereleases Blocked on - [x] RustCrypto/nacl-compat#182 - [x] pubky/mainline#71 - [x] pubky/pkarr#186 Closes #3198 ## Breaking Changes - interfaces that depend on `rand` now need `0.9` ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. -->
Needs some review & feedback for feature naming & usage of the new inout buffers
Closes #176