Post
Topic
Board Development & Technical Discussion
Merits 4 from 3 users
Re: Taproot proposal
by
pooya87
on 20/08/2021, 02:27:07 UTC
⭐ Merited by ETFbitcoin (2) ,garlonicon (1) ,JayJuanGee (1)
I don’t know if you have noticed the word redefine. I don’t understand how the disabled opcode is redefined by OP_SUCCESS.
It's very simple, the script interpreter starts with evaluating the output script being spent and when it is version 1 witness script it uses a different route for evaluation. That way it executes the script in another method that checks the OP code to be in a certain range (including those disabled OP codes) and considers them OP_SUCCESS and simply returns true when they are in a Taproot script.