[Bitcoin-development] BIP - Hash Locked Transaction

Tier Nolan tier.nolan at gmail.com
Sat Apr 26 11:31:44 UTC 2014


On Sat, Apr 26, 2014 at 12:11 PM, Jorge Timón <jtimon at monetize.io> wrote:

> script IsStandard
> main IsStandardTx
> main AcceptToMemoryPool
>

Accept to memory pool could probably be replaced with an
IsStandard(scriptPubKey, scriptSig) method.  The only "isStandard" part of
the process is the check inputs method (and AcceptToMemoryPool calls
IsStandardTx).

The standard script methods at the moment are also used for extracting
addresses for wallet management.

The standard script check could be made easier if it just checked for
pattern matches.

Is there any objections to this change, other than it doesn't go far enough?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20140426/1255bbc4/attachment.html>


More information about the bitcoin-dev mailing list