aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Backport of some of BIP66's testsPieter Wuille2015-10-183-4/+110
* Stricter handling of orphan transactionsGavin Andresen2014-10-041-5/+14
* ExtractAddress() -> ExtractDestination()Whit J2014-08-291-2/+2
* Support auxillary proof of work.Nell Hardcastle2014-08-012-0/+2
* Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan2014-07-091-3/+1
* Move base58.h implementation code to base58.cppPieter Wuille2014-07-091-2/+2
* Fix script test handling of empty scriptsPeter Todd2014-06-293-1/+27
* Add tests for BoostAsioToCNetAddrWladimir J. van der Laan2014-06-291-0/+16
* Remove unused function WildcardMatchWladimir J. van der Laan2014-06-291-11/+0
* net: Add CSubNet class for subnet matchingWladimir J. van der Laan2014-06-291-0/+37
* util: add parseint32 function with strict error reportingWladimir J. van der Laan2014-06-291-0/+22
* Add multiplication and division to uint160/uint256Pieter Wuille2014-06-291-0/+71
* Exception instead of assigning 0 in case of wrong vector lengthPieter Wuille2014-06-291-5/+5
* Fix transaction testsWladimir J. van der Laan2014-06-291-1/+1
* Also switch the (unused) verification code to low-s instead of even-s.Pieter Wuille2014-06-291-0/+17
* Test CHECKMULTISIG with m == 0 and n == 0Peter Todd2014-06-292-0/+80
* Add rejection of non-null CHECKMULTISIG dummy valuesPeter Todd2014-06-293-3/+45
* Let tx (in)valid tests use any SCRIPT_VERIFY flagPeter Todd2014-06-293-49/+86
* Removed LevelDB changessuper32014-06-291-2/+2
* remove unit tests for old fee modeJannis Froese2014-06-091-21/+0
* Revert "remove unit tests for new fee mode"Jannis Froese2014-06-091-0/+24
* Add required locks in testsWladimir J. van der Laan2014-05-293-1/+5
* script: Add test for CScriptNumCory Fields2014-05-292-0/+197
* script: add additional script testsCory Fields2014-05-292-0/+16
* Supply working pre-generated sighash test vectors.langerhans2014-05-261-500/+500
* Add code generating data/sighash.json test dataManuel Araoz2014-05-261-3/+30
* Add sighash tests from data fileManuel Araoz2014-05-263-4/+562
* Per-peer block download tracking and stalled download detection.Pieter Wuille2014-05-251-1/+0
* Fix test build after d138598Wladimir J. van der Laan2014-05-251-0/+5
* Update moved and dead linksLuke Dashjr2014-05-252-6/+3
* Add licenses for tests and test dataWladimir J. van der Laan2014-05-1837-13/+145
* minor style cleanupsPhilip Kaufmann2014-05-181-2/+1
* remove unit tests for new fee modeJannis Froese2014-05-041-24/+0
* add unit tests for GetMinFeeJannis Froese2014-05-041-0/+159
* Merge pull request #490 from leofidus/1.7-subsidy-limit-testRoss Nicoll2014-04-241-19/+79
|\
| * fixed subsidy limit testJannis Froese2014-04-241-19/+79
* | Fix doubled alerts in alert tests causing them to faillangerhans2014-04-242-88/+91
* | Added scrypt_tests from 1.6Patrick Lodder2014-04-242-0/+35
|/
* Fix bloom tests, p2sh part.Patrick Lodder2014-04-191-26/+26
* Merge pull request #452 from leofidus/1.7-alerttestslangerhans2014-04-171-10/+59
|\
| * add SignAndSave to Alert_testsJannis Froese2014-04-131-10/+59
* | Updated signed alert test data to reflect Dogecoin keyslangerhans2014-04-171-0/+0
* | Merge pull request #468 from patricklodder/1.7-dev-miner-testlangerhans2014-04-151-34/+45
|\ \
| * | Fixed miner testPatrick Lodder2014-04-151-34/+45
* | | DUST fix for transaction testsPatrick Lodder2014-04-151-3/+5
|/ /
* | Merge pull request #453 from rnicoll/1.7-dev-rpc-testslangerhans2014-04-141-6/+7
|\ \
| * | Rebuild RPC signing test with Dogecoin multisig address and private keys.Ross Nicoll2014-04-131-6/+7
* | | Merge pull request #451 from rnicoll/1.7-dev-tx-feeleofidus2014-04-131-37/+37
|\ \ \ | |/ / |/| |
| * | Reworked comment around the code for identifying transactions to spend, to se...Ross Nicoll2014-04-131-7/+7
| * | Shifted unit in wallet tests from CENT to COIN as a base, to avoid problems w...Ross Nicoll2014-04-121-25/+25