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 ) 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 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 , pete@petertodd.org References: <54A95179.2070200@jrn.me.uk> <54A976C3.1030805@jrn.me.uk> In-Reply-To: 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 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 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.