aboutsummaryrefslogtreecommitdiff
path: root/src/test/dogecoin_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-12/+12
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-2/+2
|
* Rewrite subsidy limit testsRoss Nicoll2021-07-111-22/+37
|
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-8/+48
| | | | | | | | | * Modify chain consensus parameters to be height aware * Correct implementation of simplified rewards in parameters * Correct max money * Use base block version in IsSuperMajority() instead of full version * Correct mining of blocks in AuxPoW tests * Add in missing pre-AuxPoW consensus checks
* Add Dogecoin difficulty calculationsRoss Nicoll2018-09-191-3/+92
|
* Add Dogecoin block subsidy calculations.Ross Nicoll2018-09-191-0/+104