Skip to content

docs(wallet): remove outdated xpub-only multipath restriction#513

Open
ANAMASGARD wants to merge 1 commit into
bitcoindevkit:masterfrom
ANAMASGARD:fix/remove-private-multipath-warning-4.0
Open

docs(wallet): remove outdated xpub-only multipath restriction#513
ANAMASGARD wants to merge 1 commit into
bitcoindevkit:masterfrom
ANAMASGARD:fix/remove-private-multipath-warning-4.0

Conversation

@ANAMASGARD

Copy link
Copy Markdown

Closes #511

Summary

  • Removes outdated xpub-only warnings from create_from_two_path_descriptor, CreateParams::new_two_path, and LoadParams::two_path_descriptor
  • Adds #[ignore] test documenting expected private multipath behavior once miniscript 13.1.0 / bdk_chain 0.24.0 land in 4.0
  • Keeps existing negative test asserting current miniscript 12.x behavior

Test plan

  • cargo test test_create_two_path_wallet (2 passed, 1 ignored)
  • cargo test --doc
  • cargo check --all-features --all-targets

Notes

Docs are preparatory for 4.0. The ignored test should be enabled when maintainers bump to miniscript 13.1.0+.
Related: #306, #418, #506, #510

Update two-path descriptor docs to reflect that both public and private
extended keys are supported. Add an ignored test for private multipath
wallet creation to enable when miniscript 13.1.0 ships with 4.0.

Closes bitcoindevkit#511
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Remove warning on private multipath descriptors (4.0)

1 participant