1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00

BIP 341/342: Add link to Bitcoin Core test vectors

Also remove mention of non-existing examples.
This commit is contained in:
Jonas Nick 2021-04-13 14:52:44 +00:00
parent 1f0b563738
commit 43b5f171dc
2 changed files with 3 additions and 3 deletions

View File

@ -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 ==

View File

@ -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].