-
Notifications
You must be signed in to change notification settings - Fork 302
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
crypto: BIP44 derivation #2964
Merged
Merged
crypto: BIP44 derivation #2964
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redshiftzero
had a problem deploying
to
smoke-test
September 1, 2023 01:12 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 1, 2023 01:23 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 1, 2023 01:45 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 8, 2023 21:26 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 8, 2023 22:40 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 11, 2023 17:31 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 11, 2023 18:56 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 11, 2023 19:11 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 12, 2023 19:28 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 13, 2023 17:26 — with
GitHub Actions
Failure
redshiftzero
force-pushed
the
bip44
branch
2 times, most recently
from
September 14, 2023 21:01
2cb6be9
to
0a544d7
Compare
redshiftzero
had a problem deploying
to
smoke-test
September 14, 2023 21:01 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 14, 2023 21:06 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 14, 2023 21:19 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 14, 2023 21:32 — with
GitHub Actions
Failure
redshiftzero
had a problem deploying
to
smoke-test
September 15, 2023 16:28 — with
GitHub Actions
Failure
redshiftzero
temporarily deployed
to
smoke-test
September 15, 2023 16:53 — with
GitHub Actions
Inactive
cronokirby
approved these changes
Sep 15, 2023
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.
A few minor nits, looks good to me otherwise!
cronokirby
had a problem deploying
to
smoke-test
September 15, 2023 22:10 — with
GitHub Actions
Failure
``` Import wallet from an existing 24-word seed phrase. Will prompt for input interactively. Also accepts input from stdin, for use with pipes USAGE: pcli keys import phrase [OPTIONS] OPTIONS: -h, --help Print help information -l, --legacy-bip39-derivation <legacy-bip39-derivation> If true, will use legacy BIP39 derivation [default: false] ```
cronokirby
temporarily deployed
to
smoke-test
September 15, 2023 23:02 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Towards #2946.
This adds experimental BIP44 derivation wherein we:
mnemonic
as the saltm/44'/6532'/0'
which matches the Penumbracoin_type
and the account number (0
) used in the test vector generator (the apostrophes indicate hardened derivation)