TODO : Add Tapscript differentiation and validation#147
TODO : Add Tapscript differentiation and validation#147JAGADISHSUNILPEDNEKAR wants to merge 2 commits intokarask:masterfrom
Conversation
|
can you provide an example on how spend a OP_CHECKSIGADD script like the one you use as reference script by script path |
|
Hi @defconradio Let me know if you have something in mind related to this, I would be happy to hear from you and collaborate |
|
just trying to figure out how perform the signatures for 2-2 tr scripts using this library, couldn't find any example as all tr scripts used in this library use only 1 signature. a simple example Script : <key_1> OP_CHECKSIGVERIFY <key_2> OP_CHECKSIG , or using OP_CHECKSIGADD using TxWitnessInput or raw tx digest would be amazing. |
This PR adds script type differentiation to improve Tapscript support:
Test Updates:
All the tests pass
