aboutsummaryrefslogtreecommitdiff
path: root/src/test/main_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove unit tests for new fee modeJannis Froese2014-05-041-24/+0
|
* add unit tests for GetMinFeeJannis Froese2014-05-041-0/+159
|
* fixed subsidy limit testJannis Froese2014-04-241-19/+79
|
* Rewrote tests for mining rewards, to at least approximately match Doge.Ross Nicoll2014-04-121-5/+24
| | | | | Due to huge number of DOGE, tests cannot be completed without significant re-engineering of number handling code.
* Updated code references to bitcoin, with dogecoin.Ross Nicoll2014-03-251-1/+1
|
* Total money limit testPieter Wuille2014-03-071-0/+20
Added bounds check by @il--ya. Updated-by: Wladimir van der Laan <[email protected]> Rebased-From: 1156167