Branch: refs/heads/master
Home: https://github.com/conformal/btcchain
Commit: d58ea754f338d2cb917f7b0d2d140884ab51758e
https://github.com/conformal/btcchain/commit/d58ea754f338d2cb917f7b0d2d140884ab51758e
Author: Dave Collins <[email protected]>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M common_test.go
M example_test.go
M internal_test.go
M mediantime.go
M mediantime_test.go
M scriptval.go
A scriptval_test.go
A testdata/277647.dat.bz2
A testdata/277647.txstore.bz2
M validate.go
M validate_test.go
Log Message:
-----------
Add test and infrastructure for block scripts.
This commit adds a test for checking known good block scripts in a block
are valid. As a part of this, it adds the infastructure needed to load a
saved transaction store from a file which contains all of the input
transactions needed.
It also contains some changes from running goimports as well as some other
cleanup.