forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 98
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
HD Wallet implementation #1838
Labels
Comments
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:
|
onur-ozkan
added
bug: hd-wallet
priority: urgent
Critical tasks requiring immediate action.
and removed
bug
labels
Dec 12, 2024
shamardy
added
priority: high
Important tasks that need attention soon.
improvement: wallet
and removed
priority: urgent
Critical tasks requiring immediate action.
bug: hd-wallet
labels
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: