Dave Collins
2005fae908
Change OP_CHECK_MULTISIG -> OP_CHECKMULTISIG.
...
This change was made to match the reference implementation.
2014-01-04 15:23:51 -06:00
Francis Lam
3f52f559eb
Added tests for multisig scripts and fixed comments
...
Fixed up bad function comment headers
Added a small set of tests for the ScriptToAddrHashes function to test
functionality of a couple real multisig cases as well as error checking
2014-01-02 13:31:00 -05:00
Francis Lam
a5aaf90687
Added support to decode scripthash/multisig from pkscripts
2014-01-02 00:28:16 -05:00
Josh Rickmar
8a743c344a
Update all comments and test coverage with new func name
2013-10-08 13:12:24 -04:00
Josh Rickmar
83a19b239d
Replace ScriptToAddress with ScriptToAddrHash to return an address hash.
2013-10-08 13:01:51 -04:00
Owain G. Ainsworth
d6161f0d41
fix ScriptToAddress when called with 0 length script.
...
It did work by luck before, but now it works no matter what the template
tables say. Add tests for the other error cases and internal data
assertions.
2013-06-26 22:11:54 +01:00
Dave Collins
1197770159
Initial implementation.
2013-06-13 14:59:46 -05:00