aboutsummaryrefslogtreecommitdiff
path: root/src/test/txindex_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | Replace test data with Dogecoin equivalents in the folowing tests: * base58 * bip32 * keys * miner * pow * wallet Replace RPC and deterministic signatures in unit tests with Dogecoin values. While conventionally I'd use an alternative implementation for these, as RFC 6979 compliant signature generation isn't terribly common, and there's no reason to suspect we've modified this code, I'm going to assert that it's good enough to test that the code doesn't provide different values. Disabled Bitcoin PoW tests, but left code in place to simplify later merges. These are replaced by the Dogecoin PoW tests.
* qa: Stop txindex thread before calling destructorMarcoFalke2018-08-271-0/+2
| | | | | Github-Pull: #14071 Rebased-From: faf4a9b674186923f8c837e3621d147f504c1944
* index: Remove TxIndexDB from public interface of TxIndex.Jim Posen2018-06-041-1/+1
|
* [test] Simple unit test for TxIndex.Jim Posen2018-04-251-0/+66