-
Notifications
You must be signed in to change notification settings - Fork 259
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
Bump ed25519-dalek to 2.1.1, ed25519-dalek-bip32 to 0.3.0 #3088
base: master
Are you sure you want to change the base?
Conversation
20fa549
to
e26da48
Compare
da64d7e
to
aecdb9b
Compare
d2fa89a
to
713c148
Compare
06e29a8
to
589a03d
Compare
589a03d
to
a75f114
Compare
Any updates on this? I have a project that would welcome this bump. If there is any way to help out to speed up merging this let me know please. |
The main blocker is that this requires a breaking change |
I am not too deep into the repository, but do you expect a resolution of that anytime soon? |
they are talking about giving these crates their own release schedule but idk when 🤷♂️ |
7a147fc
to
36d2615
Compare
Summary of Changes
Keypair::generate
now relies on traits from a newer version of the rand crate - it no longer works with rand 0.7.This branches off #3087 so that needs to be merged first (update: done).
Thanks to #2752 for figuring out the ed25519-dalek API changes