Skip to content

Commit f7af1f7

Browse files
committed
BIP341 test vectors
1 parent 708ce10 commit f7af1f7

File tree

2 files changed

+246
-1
lines changed

2 files changed

+246
-1
lines changed

bip-0341.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ The reason for this is to increase leaf entropy and prevent an observer from lea
284284

285285
== Test vectors ==
286286

287-
The test vectors used in the [https://github.com/bitcoin/bitcoin/blob/3820090bd619ac85ab35eff376c03136fe4a9f04/src/test/script_tests.cpp#L1718 Bitcoin Core unit test framework] can be found [https://github.com/bitcoin-core/qa-assets/blob/main/unit_test_data/script_assets_test.json?raw=true here].
287+
Test vectors for wallet operation (scriptPubKey computation, key path spending, control block construction) can be found [[bip-0341/wallet-test-vectors.mediawiki|here]].
288+
289+
Validation test vectors used in the [https://github.com/bitcoin/bitcoin/blob/3820090bd619ac85ab35eff376c03136fe4a9f04/src/test/script_tests.cpp#L1718 Bitcoin Core unit test framework] can be found [https://github.com/bitcoin-core/qa-assets/blob/main/unit_test_data/script_assets_test.json?raw=true here].
288290

289291
== Rationale ==
290292

0 commit comments

Comments
 (0)