From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id A9DEBB68 for ; Sat, 11 Jul 2015 20:28:29 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 02FE21BB for ; Sat, 11 Jul 2015 20:28:28 +0000 (UTC) Received: by wiwl6 with SMTP id l6so71539310wiw.0 for ; Sat, 11 Jul 2015 13:28:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iGJpx+HK1PrVMYEQ1WrhT49x3yBJzpFVo1JYM2Dw57M=; b=0wkTkVx0UJaIEK3aiJTcmR0vEWfAaUNRyKkLWU0qtl/qf22MyKqzA140gp7aY4aHSK 1ef3tIEkSls6z2bqgwvpf99gYVod48pgni+ogajHTBHti+tgBObF3+/EqBfDunhOA+PU 97GdcmTkCaH+aCC5zlY0xisfj00oVBe1FgI2XVrokE/WhZJ0fs2lu5QU9f4z2G+W1o17 YsUzU1S3D3LCk862pwSoIv2IL2YqU79tquNDYPVFqExVqhbxDlfQ1xvNhraNGWZEHNa+ ccYW2UPVUOv7anDPccbzE8HGYUGL4S7uLGAV8a3OyAq6myM68pU95w6vRV8A8kOsxnx/ 9H4Q== MIME-Version: 1.0 X-Received: by 10.180.20.198 with SMTP id p6mr9077980wie.38.1436646507453; Sat, 11 Jul 2015 13:28:27 -0700 (PDT) Received: by 10.28.32.132 with HTTP; Sat, 11 Jul 2015 13:28:27 -0700 (PDT) In-Reply-To: <201507102110.33706.luke@dashjr.org> References: <6D3AACE5-D6CD-4785-8A55-F6DF0B94D927@ricmoo.com> <201507102110.33706.luke@dashjr.org> Date: Sat, 11 Jul 2015 23:28:27 +0300 Message-ID: From: Micha Bailey To: Luke Dashjr Content-Type: multipart/alternative; boundary=bcaec53f397dbea277051a9f547f X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: "bitcoin-dev@lists.linuxfoundation.org" Subject: Re: [bitcoin-dev] Why not Child-Pays-For-Parent? X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 20:28:29 -0000 --bcaec53f397dbea277051a9f547f Content-Type: text/plain; charset=UTF-8 Right. The issue (AIUI) is that, right now, even though transactions are evaluated for inclusion as a group with CPFP, they're not yet evaluated for relaying as a unit, nor can they be, because the current p2p protocol doesn't have a way to send multiple transactions in a single protocol message to signify that they should be evaluated together. On Saturday, July 11, 2015, Luke Dashjr wrote: > AFAIK the only thing holding it up is lack of unit tests. If anyone would > like > to implement those, I expect it'd be merged fairly soon. Then the problem > is, > as Jeff mentioned, getting the parent transactions relayed despite failing > relay policy on their own. > > Luke > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev > --bcaec53f397dbea277051a9f547f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Right. The issue (AIUI)=C2=A0is that, right now, even though transactions a= re evaluated for inclusion as a group with CPFP, they're not yet evalua= ted for relaying as a unit, nor can they be, because the current p2p protoc= ol doesn't have a way to send multiple transactions in a single protoco= l message to signify that they should be evaluated together.
On Saturday, July 11, 2015, Luke Dashjr <luke@dashjr.org> wrote:
= AFAIK the only thing holding it up is lack of unit tests. If anyone would l= ike
to implement those, I expect it'd be merged fairly soon. Then the probl= em is,
as Jeff mentioned, getting the parent transactions relayed despite failing<= br> relay policy on their own.

Luke
_______________________________________________
bitcoin-dev mailing list
bitcoin-dev@lists.linuxfoundation.org<= /a>
https://lists.linuxfoundation.org/mailman/listinfo/bitcoi= n-dev
--bcaec53f397dbea277051a9f547f--