Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 76C56948; Mon, 5 Sep 2016 20:59:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from ozlabs.org (ozlabs.org [103.22.144.67]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 7BD09255; Mon, 5 Sep 2016 20:59:07 +0000 (UTC) Received: by ozlabs.org (Postfix, from userid 1011) id 3sSht111Ktz9s9c; Tue, 6 Sep 2016 06:59:05 +1000 (AEST) From: Rusty Russell To: Johnson Lau , Bitcoin Protocol Discussion , Bitcoin Protocol Discussion , lightning-dev@lists.linuxfoundation.org In-Reply-To: <1060084086.55457.1472729991439@privateemail.com> References: <1736097121.90204.1471369988809@privateemail.com> <1060084086.55457.1472729991439@privateemail.com> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 05 Sep 2016 11:02:19 +0930 Message-ID: <871t0z8730.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, DATE_IN_PAST_12_24, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: Re: [bitcoin-dev] New BIP: Dealing with OP_IF and OP_NOTIF malleability in P2WSH X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2016 20:59:09 -0000 Johnson Lau via bitcoin-dev writes: > Restriction for segwit OP_IF argument as a policy has got a few concept ACK. I would like to have more people to ACK or NACK, especially the real users of OP_IF. I think Lightning network would use that at lot. My current scripts use OP_IF and OP_NOTIF only after OP_EQUAL, except for one place where they use OP_EQUAL ... OP_EQUAL... OP_ADD OP_IF (where the two OP_EQUALs are comparing against different hashes, so only 0 or 1 of the two OP_EQUAL can return 1). So there's no effect either way on the c-lightning implementation, at least. Thanks! Rusty.