Ross Nicoll [ARCHIVE] on Nostr: 📅 Original date posted:2015-01-04 📝 Original message:On 04/01/15 17:44, Gregory ...
📅 Original date posted:2015-01-04
📝 Original message:On 04/01/15 17:44, Gregory Maxwell wrote:
> On Sun, Jan 4, 2015 at 5:35 PM, Gregory Maxwell <gmaxwell at 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.
📝 Original message:On 04/01/15 17:44, Gregory Maxwell wrote:
> On Sun, Jan 4, 2015 at 5:35 PM, Gregory Maxwell <gmaxwell at 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.