rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding 830c1e9cfe
Allow m prefix in derivation paths
Recently in #2451 we disallowed bip32 derivation paths with the leading
'm' variable.

There is some confusion as to what exactly the bip specifies however
Bitcoin Core RPC call `getaddressinfo` returns a derivation path with a
leading "m/". This means we need to be able to parse it irrespective of
what the bip says.

Be more liberal in what we accept as a derivation path, including both
with and without the leading 'm/'.

Leave the full investigation of the bip to a later date.

Change back some of the test strings as makes sense and include test
strings to showcase the full current behaviour.
2024-04-11 07:23:30 +10:00
..
data Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00
bip_174.rs Support signing taproot in psbt 2024-02-22 10:42:44 +08:00
psbt-sign-taproot.rs Allow m prefix in derivation paths 2024-04-11 07:23:30 +10:00
serde.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00