forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(wallet): add Platform key provider, data records and DIP-15 friendship keychain seams #7581
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
Open
PastaPastaPasta
wants to merge
20
commits into
dashpay:develop
Choose a base branch
from
PastaPastaPasta:dashpay/wallet-seams
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
3b8fc64
feat(wallet): add Platform (DIP-9/13/14/15) key derivation helpers
PastaPastaPasta c6fe429
feat(wallet): add generic per-wallet Platform data records
PastaPastaPasta 01c8a8a
feat(wallet): add DIP-15 friendship keychain import and platform key …
PastaPastaPasta a67dbc2
fix(wallet): validate parent pubkey before DIP-14 public derivation
PastaPastaPasta d583a42
fix(wallet): fail platform seed selection when the pinned seed is una…
PastaPastaPasta 2cd5bcd
fix(wallet): preserve friendship descriptor state on re-import
PastaPastaPasta 005459f
fix(wallet): drop platform data from memory only after the database e…
PastaPastaPasta 31637d7
fix(wallet): fail platform seed selection on a malformed seed pin
PastaPastaPasta 3a430b5
fix(wallet): require a full unlock before serving the legacy platform…
PastaPastaPasta 47c0751
test(wallet): pin friendship derivation against rust-dashcore key-wallet
PastaPastaPasta b78f3cf
chore(wallet): annotate m_platform_data locking, add missing includes
PastaPastaPasta 80a46ec
fix(wallet): skip empty-mnemonic descriptors in platform seed selection
PastaPastaPasta 3f954b4
fix(wallet): reject unknown platform key types before derivation
PastaPastaPasta b1da3d4
fix(wallet): treat corrupt platform data records as wallet corruption
PastaPastaPasta d5e41f4
refactor(wallet): drop the unused friendship import label parameter
PastaPastaPasta d58facb
fix(wallet): keep damaged Platform cache records noncritical on load
PastaPastaPasta 6a92a1c
fix(wallet): validate mnemonics before deriving the platform seed
PastaPastaPasta 449da14
wallet: make the Platform seed provider descriptor-wallet-only
PastaPastaPasta 81ba952
refactor(wallet): confine Platform derivation to key managers
PastaPastaPasta 939ee20
refactor(wallet): avoid serializing friendship xprv
PastaPastaPasta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.