-
Notifications
You must be signed in to change notification settings - Fork 89
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
perf: optimize seed creation #648
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6aec0ab
to
4665259
Compare
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.
LGTM, tested locally and didn't find any regression in wallet import / unlock on refresh
FYI @0xApotheosis , re-tagged the latest commit with v1.52.3 to ensure we get the no carets version published - https://github.com/shapeshift/hdwallet/releases/tag/v1.52.3
4b87df7
to
1a13ad6
Compare
7b467dc
to
cc583db
Compare
cc583db
to
38f85ef
Compare
Use a better
pbkdf2
implementation in bip39 seed creation to significantly improve performance.Related issue: shapeshift/web#5467
Before:
After: