dcrd/blockchain/testdata
Dave Collins 90d73a17d3
multi: Only use module-scoped data in tests.
This updates the tests in database/ffldb and blockchain/stake to
reference the block tests within the same module as opposed to escaping
the module to find it in the blockchain module.

This is necessary for the new test all functionality of the upcoming
go1.11 release since it individually tests each module in a separate
path and therefore it prevent the ability to use relative paths that
escape the module.

Unfortunately, this means the data had to be copied, but, but it's not a
huge amount of data, and it seems that git mostly deduplicates the data
internally.
2018-08-16 15:08:07 -05:00
..
blocks0to168.bz2 Initial Decred Commit. 2016-02-07 14:00:12 -05:00
reorgto179.bz2 Initial Decred Commit. 2016-02-07 14:00:12 -05:00