Branch: refs/heads/master
Home: https://github.com/conformal/btcscript
Commit: cfc2a4cc76e64ae18f898195c1b11d82b6321d33
https://github.com/conformal/btcscript/commit/cfc2a4cc76e64ae18f898195c1b11d82b6321d33
Author: Dave Collins <[email protected]>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M script.go
Log Message:
-----------
Add support for nulldata standard scripts.
This commit adds the new standard script type for empty, but data carrying
and provably prunable transaction scripts.
Closes #2.
ok @owainga
Commit: d4c5b3d04d49097c0f17c81d29c183f4a1593f6c
https://github.com/conformal/btcscript/commit/d4c5b3d04d49097c0f17c81d29c183f4a1593f6c
Author: Dave Collins <[email protected]>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M script_test.go
M test_coverage.txt
Log Message:
-----------
Add tests for new nulldata standard script type.
Compare:
https://github.com/conformal/btcscript/compare/c33bd15df2cc...d4c5b3d04d49