rust-bitcoin-unsafe-fast/bitcoin/tests/data
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
..
serde Remove unnecessary m/ prefix requirement 2024-02-07 12:17:45 +01:00
README.md Test PSBT integration 2022-10-27 10:40:45 -04:00
bip341_tests.json Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
block_13b8a.hex Move hex data to tests/data 2023-02-10 11:53:02 +11:00
blockfilters.json Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
combine_psbt_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
create_psbt_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
extract_tx_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
finalize_psbt_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
huge_witness.hex Add a test parsing transaction with a huge witness 2022-11-01 14:27:38 +01:00
legacy_sighash.json Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
lex_combine_psbt_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
lex_psbt_1_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
lex_psbt_2_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
mainnet_block_000000000000000000000c835b2adcaedc20fdf6ee440009c249452c726dafae.raw Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
merkle_block.hex Move hex data to tests/data 2023-02-10 11:53:02 +11:00
previous_tx_0_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
previous_tx_1_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
psbt1.hex Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
psbt2.hex Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
psbt_combined.hex Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
sign_1_psbt_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
sign_2_psbt_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
testnet_block_000000000000045e0b1660b6445b5e5c5ab63c9a4f956be7e1e69be04fa4497b.raw Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
update_1_psbt_hex Test PSBT integration 2022-10-27 10:40:45 -04:00
update_2_psbt_hex Test PSBT integration 2022-10-27 10:40:45 -04:00

README.md

Test vector data

This file contains data (hex strings) taken from BIP test vectors.