Re: [bitcoin-dev] Request: OP_CHECKTXOUTSCRIPTHASHVERIFY

2018-10-16 Thread ZmnSCPxj via bitcoin-dev
Good morning kim, This seems to be a specific instance of "covenants". I believe, that there are vague plans to possibly include OP_CHECKSIGFROMSTACK, which would allow covenants much more generally, but with more complex (clever) SCRIPT. The specification of the behavior of the opcode is

[bitcoin-dev] Request: OP_CHECKTXOUTSCRIPTHASHVERIFY

2018-10-16 Thread kim juan via bitcoin-dev
Discussing the possibility of a new opcode (OP_CHECKTXOUTSCRIPTHASHVERIFY) for the Bitcoin scripting system that allows a transaction output to be only spendable in a predefined manner. *Brief Description* Bitcoin transactions have a txoutScript (scriptPubKey) field for each output.