summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Nick <jonasd.nick@gmail.com>2021-04-13 14:52:44 +0000
committerJonas Nick <jonasd.nick@gmail.com>2021-04-13 15:04:17 +0000
commit43b5f171dcf2b3cd8a2f1b0a71f0dfe31946f46a (patch)
tree84f417eaa935316a54e2aca4d24a517907a77e79
parent1f0b563738199ca60d32b4ba779797fc97d040fe (diff)
downloadbips-43b5f171dcf2b3cd8a2f1b0a71f0dfe31946f46a.tar.xz
BIP 341/342: Add link to Bitcoin Core test vectors
Also remove mention of non-existing examples.
-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].