aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Scaled up units when testing dust-avoidance in wallet.Ross Nicoll2014-04-121-8/+8
| * | Modified expected values in wallet tests to take into account the numerically...Ross Nicoll2014-04-121-2/+2
| |/
* / change valid base58 key test data to doge networkPatrick Lodder2014-04-131-100/+100
|/
* Merge pull request #447 from rnicoll/1.7-dev-testslangerhans2014-04-121-1/+1
|\
| * Changed the time period covered for DoS tests from 4 days to 3, to take into ...Ross Nicoll2014-04-121-1/+1
* | Rewrote tests for mining rewards, to at least approximately match Doge.Ross Nicoll2014-04-121-5/+24
|/
* test - fixed tests that were failing because of bit/litecoin cruftSam Garrett2014-04-053-26/+22
* Added new libbitcoin_server_wallet to hold code which depends onRoss Nicoll2014-03-312-11/+11
* Updated code references to bitcoin, with dogecoin.Ross Nicoll2014-03-251-1/+1
* Total money limit testPieter Wuille2014-03-072-0/+21
* Merge pull request #3737 from jgarzik/op-return-sizeGavin Andresen2014-02-261-7/+7
|\
| * script: reduce OP_RETURN standard relay bytes to 40Jeff Garzik2014-02-261-7/+7
* | Merge pull request #3735 from laanwj/2014_02_remove_PRIx64_completelyGavin Andresen2014-02-261-3/+3
|\ \
| * | Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-3/+3
| |/
* | Merge pull request #3559Wladimir J. van der Laan2014-02-251-0/+36
|\ \
| * | Adds additional zero checks for setCompactNoel Tiernan2014-01-191-0/+36
* | | Merge pull request #3712Wladimir J. van der Laan2014-02-251-0/+6
|\ \ \
| * | | add test of DecodeBase58 skipping whitespaceChristian von Roques2014-02-211-0/+6
* | | | Merge pull request #3305 from mikehearn/fee_dropJeff Garzik2014-02-241-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Drop fees by 10x due to the persistently higher exchange rate.Mike Hearn2013-11-261-2/+2
* | | | Add HasCanonicalPushes(), and use it in IsStandardTxPieter Wuille2014-02-111-0/+18
* | | | Merge pull request #3601Wladimir J. van der Laan2014-01-302-2/+34
|\ \ \ \
| * | | | Add more data-driven tests.Matt Corallo2014-01-302-2/+34
| | |_|/ | |/| |
* | | | Merge pull request #2342Wladimir J. van der Laan2014-01-271-1/+50
|\ \ \ \
| * | | | Fix off-by-one errors in use of IsFinalTx()Peter Todd2014-01-261-1/+50
| |/ / /
* / / / Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDERGavin Andresen2014-01-243-0/+11
|/ / /
* | | small headers ordering cleanupPhilip Kaufmann2014-01-111-1/+2
* | | makefile.am: split long lines into one file per lineWladimir J. van der Laan2014-01-111-13/+40
* | | Add test for GetTime()Wladimir J. van der Laan2014-01-091-0/+8
* | | Unittests for uint256.hThomas Holenstein2013-12-253-36/+620
* | | Merge pull request #3416Wladimir J. van der Laan2013-12-201-1/+1
|\ \ \
| * | | Remove -logtodebuggerWladimir J. van der Laan2013-12-151-1/+1