forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 94
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
[bug] HD Wallet implementation #1838
Labels
Comments
ca333
added
bug
Something isn't working
High priority
blocked
requires additional attention
labels
May 26, 2023
This was referenced Aug 4, 2023
Checklist:
|
This was referenced Sep 7, 2023
8 tasks
We've discussed several enhancements internally that can benefit the GUI team in their implementation of the HD wallet feature. Below are the proposed enhancements:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The HD-Wallet implementation is flawed and does not align with the official BIP32/44 standards as we seem only incrementing / deriving on the address index level with a static (potentially config-derived?) account id.
https://github.com/KomodoPlatform/atomicDEX-API/blob/371595d6c0d322e677669544aa37ec6304140fe8/mm2src/crypto/src/standard_hd_path.rs#L18
expectation:
The text was updated successfully, but these errors were encountered: