Skip to content
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

Re-enable HD wallet #231

Merged
merged 5 commits into from
Jul 19, 2019
Merged

Re-enable HD wallet #231

merged 5 commits into from
Jul 19, 2019

Conversation

semuxgo
Copy link
Contributor

@semuxgo semuxgo commented Jul 19, 2019

Credit to @orogvany

  • Set the hd passphrase to empty
  • Use fixed schme: SLIP10, English, Mainnet
  • Optimize UI/UX
  • Encrypt the mnemonic phrase and account index

Copy link
Collaborator

@orogvany orogvany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet. Looks good to me

@semuxgo
Copy link
Contributor Author

semuxgo commented Jul 19, 2019

I'd like to go with SLIP-10 for now, as it's well tested and supported by trezor? The wallet stores the raw mnemonic phrase. We can derive keys based on any scheme of user choice in the future, for instance BIP32-ED25519 for Ledger support.

@orogvany
Copy link
Collaborator

I thought slip-10 was not the one trezor used. Thought they used the cardano one?

@orogvany
Copy link
Collaborator

Oh. Slip-10 is trez and cardano is ledger?

@orogvany
Copy link
Collaborator

So depends on which one we want to Target. Trez accepts pull requests, ledger is closed source? Or maybe I have backwards

@semuxgo
Copy link
Contributor Author

semuxgo commented Jul 20, 2019

@orogvany Here is the reference to Trezor, https://github.com/trezor/trezor-firmware/tree/master/core/docs/coins. Would appreciate it if you can double check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants