summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2021-04-22 22:52:12 +0000
committerGitHub <noreply@github.com>2021-04-22 22:52:12 +0000
commitb233501d0c3455a28e27157250795f9d1ef965b2 (patch)
tree7981934ee6eafb5414e6e6d7143904583ece8903
parent375f11a30c8b880b321fc53ef76458724b1abe88 (diff)
parent43b5f171dcf2b3cd8a2f1b0a71f0dfe31946f46a (diff)
downloadbips-b233501d0c3455a28e27157250795f9d1ef965b2.tar.xz
Merge pull request #1103 from jonasnick/bip341-testvectors
BIP 341/342: Add link to Bitcoin Core test vectors
-rw-r--r--bip-0341.mediawiki4
-rw-r--r--bip-0342.mediawiki2
2 files changed, 3 insertions, 3 deletions
diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki
index 0f8d32a..a1c45cc 100644
--- a/bip-0341.mediawiki
+++ b/bip-0341.mediawiki
@@ -284,9 +284,7 @@ The reason for this is to increase leaf entropy and prevent an observer from lea
== Test vectors ==
-Examples with creation transaction and spending transaction pairs, valid and invalid.
-
-Examples of preimage for sighashing for each of the sighash modes.
+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].
== Rationale ==
diff --git a/bip-0342.mediawiki b/bip-0342.mediawiki
index 7e00a2e..fa27598 100644
--- a/bip-0342.mediawiki
+++ b/bip-0342.mediawiki
@@ -135,6 +135,8 @@ In addition to changing the semantics of a number of opcodes, there are also som
==Examples==
+The Taproot ([[bip-0341.mediawiki|BIP341]]) test vectors also contain examples for Tapscript execution.
+
==Acknowledgements==
This document is the result of many discussions and contains contributions by a number of people. The authors wish to thank all those who provided valuable feedback and reviews, including the participants of the [https://github.com/ajtowns/taproot-review structured reviews].