<div dir="ltr"><div><div><div>On Sat, Apr 26, 2014 at 12:11 PM, Jorge Timón <span dir="ltr">&lt;<a href="mailto:jtimon@monetize.io" target="_blank">jtimon@monetize.io</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
script IsStandard<br>
main IsStandardTx<br>
main AcceptToMemoryPool<br>
</blockquote></div><br></div>Accept to memory pool could probably be replaced with an IsStandard(scriptPubKey, scriptSig) method.  The only &quot;isStandard&quot; part of the process is the check inputs method (and AcceptToMemoryPool calls IsStandardTx).<br>
<br></div>The standard script methods at the moment are also used for extracting addresses for wallet management.<br><br></div>The standard script check could be made easier if it just checked for pattern matches.<br><br>
</div><div>Is there any objections to this change, other than it doesn&#39;t go far enough?<br></div></div>