face touch id fix - #15
Merged
podkovyrin merged 1 commit intoNov 27, 2018
Merged
Conversation
podkovyrin
approved these changes
Nov 27, 2018
llbartekll
added a commit
that referenced
this pull request
Jun 24, 2026
…rator/HPMN Migrates the Masternode Keys tool (Settings -> Tools -> Show Masternode Keys) off DashSync (migration item #15): - Owner/Voting (ECDSA) now derive from SwiftDashSDK via a co-located MasternodeProviderKeyDeriver (Wallet.getAccount + Account.derivePrivateKeyWIF + managed provider address pool; hex via WIFParser). Paths match DSAuthenticationKeysDerivationPath exactly: m/9'/<5'|1'>/3'/1' (voting), m/9'/<5'|1'>/3'/2' (owner), ECDSA, soft key index. - Removed Operator (BLS) and HPMN/Platform (EdDSA): the FFI does not export their per-index public keys, which masternode registration requires. - Dropped the used / "Used at: IP" status and all DashSync from the models: no masternode-list-by-key FFI exists, so it can't be reproduced DashSync-free. PIN gate stays on the app-wide DSAuthenticationManager (migration #10). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
llbartekll
added a commit
that referenced
this pull request
Jul 2, 2026
…entry) Owner/Voting derived from SwiftDashSDK; Operator/HPMN removed (FFI lacks per-index BLS/EdDSA public keys); used-status dropped (no masternode-list FFI). Pending runtime byte-match verification. Landed dfcc387. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
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.
No description provided.