Skip to content

Conversation

@OttoAllmendinger
Copy link
Contributor

@OttoAllmendinger OttoAllmendinger commented Nov 19, 2025

Remove deprecated createMultiSigAddress function and update the backup
key recovery flow to use the standard address generation functions.
This ensures consistency with the rest of the codebase and improves
maintainability.

BTC-2668

@OttoAllmendinger OttoAllmendinger force-pushed the BTC-2668.backupkeyrecovery-utxo-wasm branch from 3a8446b to 176007f Compare November 19, 2025 14:53
…neration

Support passing RootWalletKeys directly to generateAddressWithChainAndIndex
for more efficient key derivation without recreating HD nodes for each
address.

Also allows passing custom derivation prefixes which can be set inside
RootWalletKeys (defaults to /0/0/).

Issue: BTC-2668

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger force-pushed the BTC-2668.backupkeyrecovery-utxo-wasm branch from 176007f to 5d37eda Compare November 19, 2025 15:41
…tion

Creates a more efficient address generation function that directly
creates addresses from wallet keys rather than using intermediate
MultiSigAddress objects. This simplifies the code flow and removes
the now-unused `createMultiSigAddress` method.

Issue: BG-61926

Co-authored-by: llm-git <llm-git@ttll.de>
@OttoAllmendinger OttoAllmendinger force-pushed the BTC-2668.backupkeyrecovery-utxo-wasm branch from 5d37eda to e4a6b38 Compare November 19, 2025 15:53
@OttoAllmendinger OttoAllmendinger marked this pull request as ready for review November 19, 2025 16:25
@OttoAllmendinger OttoAllmendinger requested a review from a team as a code owner November 19, 2025 16:25
@OttoAllmendinger OttoAllmendinger merged commit 14bcb12 into master Nov 20, 2025
14 checks passed
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.

3 participants