Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from <jrn@jrn.me.uk>) id 1Y7pej-0007lq-9Y for bitcoin-development@lists.sourceforge.net; Sun, 04 Jan 2015 18:12:01 +0000 X-ACL-Warn: Received: from s3.neomailbox.net ([178.209.62.157]) by sog-mx-1.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1Y7peh-0002HD-GT for bitcoin-development@lists.sourceforge.net; Sun, 04 Jan 2015 18:12:01 +0000 Message-ID: <54A98268.8030309@jrn.me.uk> Date: Sun, 04 Jan 2015 18:11:52 +0000 From: Ross Nicoll <jrn@jrn.me.uk> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Gregory Maxwell <gmaxwell@gmail.com>, pete@petertodd.org References: <54A95179.2070200@jrn.me.uk> <CAAS2fgSw=Goibe2LkXsEH5xjyftjQq4FxJh-dhaP_N5ea21ugQ@mail.gmail.com> <54A976C3.1030805@jrn.me.uk> <CAAS2fgTxwD2GJ-n+d=ovEYWCxpwyPO_DMBguP_ioc+_cdEhW=w@mail.gmail.com> <CAAS2fgROnDRbzNubLa588mXRJR4jwEBotvQi5bFm5dnNQxiwTA@mail.gmail.com> In-Reply-To: <CAAS2fgROnDRbzNubLa588mXRJR4jwEBotvQi5bFm5dnNQxiwTA@mail.gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. X-Headers-End: 1Y7peh-0002HD-GT Cc: bitcoin-development <bitcoin-development@lists.sourceforge.net> Subject: Re: [Bitcoin-development] Re-enabling simple tx replacement X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: <bitcoin-development.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> List-Post: <mailto:bitcoin-development@lists.sourceforge.net> List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe> X-List-Received-Date: Sun, 04 Jan 2015 18:12:01 -0000 On 04/01/15 17:44, Gregory Maxwell wrote: > On Sun, Jan 4, 2015 at 5:35 PM, Gregory Maxwell <gmaxwell@gmail.com> wrote: >> Can you send me the actual raw transaction (that site doesn't appear >> have a way to get it, only some cooked json output; which doesn't >> include the sequence number). > > Nevermind, I guess. I think I figured out your problem: The behaviour > on testnet is busted because the non-mempooling is enforced by > IsStandardTx which is bypassed in testnet. We should enforce that > elsewhere. > > This isn't the case on the real network. > Ah, thanks for that. I'll try Peter's patch for testnet tomorrow, sounds like it should fix this for my use case.