Branch: refs/heads/master
Home: https://github.com/conformal/btcscript
Commit: 37a45ec68371bb98d7f2f7f28c6175669886cb56
https://github.com/conformal/btcscript/commit/37a45ec68371bb98d7f2f7f28c6175669886cb56
Author: Dave Collins <[email protected]>
Date: 2014-02-19 (Wed, 19 Feb 2014)
Changed paths:
M address.go
M script.go
Log Message:
-----------
Allow multi-sig scripts with zero signatures.
This commit builds off the previous commit which fixed the execution of
multi-signature scripts with zero required signatures.
It introduces the concept of a "small int" which is one of OP_0 or OP_1 -
OP_16. All areas of code that deal with multi-sig transactions now make
use of these to ensure consistent handling.
This fixes a few issues surrounding multi-sig zero required signature
transactions included proper detection as a multi-sig script, signature
counting for script statistics, and
ok @owainga