aboutsummaryrefslogtreecommitdiff
path: root/src/test/main_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit 78ed897c4adf021c30cdf10eebf4663f12f78fd1.
* Add licenses for tests and test dataWladimir J. van der Laan2014-05-181-0/+4
| | | | | | | | - Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
* 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