rust-bitcoin-unsafe-fast/bitcoin
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
..
contrib CI: Epic overhaul 2024-02-02 05:57:23 +11:00
embedded Use bash to run shell scripts 2024-02-02 05:55:51 +11:00
examples Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00
src Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00
tests Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00
CHANGELOG.md Remove no-std feature 2023-12-06 09:54:33 +11:00
Cargo.toml Implement ArbitaryOrd for absolute::LockTime 2024-01-09 13:15:29 +11:00
build.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00