rust-bitcoin-unsafe-fast/bitcoin/examples
josibake ccbd09d5fb
Remove unnecessary m/ prefix requirement
In BIP0032, m is used as a variable for the root extended key. It is not
meant to be used as a constant prefix when serializing paths.

Update the DerivationPath parser to no longer require the m prefix.
Remove the m prefix from the unit tests and the bip32, ecdsa-psbt,
and taproot-psbt examples.

close #2449
2024-02-07 12:17:45 +01:00
..
bip32.rs Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00
ecdsa-psbt.rs Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00
handshake.rs bitcoin: fix typos 2024-01-18 14:06:23 +08:00
sighash.rs examples: Remove TODO 2024-01-25 16:59:55 +11:00
sign-tx-segwit-v0.rs Improve Signature field names 2024-01-15 10:26:40 +11:00
sign-tx-taproot.rs Add Witness::p2tr_key_spend function 2024-01-24 15:21:31 +11:00
taproot-psbt.rs Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00