aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add attributions to source filesJ Ross Nicoll2015-08-149-0/+10
* Merge pull request #1229 from rnicoll/1.10-fork-detectionMax K.2015-08-131-3/+3
|\
| * Update fork detection parameters for Dogecoin block timeRoss Nicoll2015-08-071-3/+3
* | advertise block height addition to -blocknotifystolen data2015-08-111-1/+1
* | Add block height to block notification substitution optionsRoss Nicoll2015-08-113-3/+5
* | Merge pull request #1235 from rnicoll/1.10-disable-ppMax K.2015-08-111-1/+3
|\ \
| * | Disable payment protocol certificate unit testsRoss Nicoll2015-08-101-1/+3
* | | Merge pull request #1231 from patricklodder/1.10-majority-v2-constraintsRoss Nicoll2015-08-101-3/+6
|\ \ \
| * | | Re-enable SuperMajority triggered activation for v2 block constraintsPatrick Lodder2015-08-101-3/+6
* | | | Enable block constraints properlyPatrick Lodder2015-08-101-20/+17
| |/ / |/| |
* | | Replace print icon with Typeicons equivalentRoss Nicoll2015-08-071-0/+0
* | | Add paper wallet generator to QT walletAndymeows2015-08-0720-3/+805
|/ /
* | Merge pull request #1227 from kaykurokawa/1.10-devPatrick Lodder2015-08-074-2/+13
|\ \
| * | changing CAmount (is a int64_t) to arith_uint256 for nTotalAmount in CCoinsSt...ukurokawa2015-08-044-2/+13
* | | Merge pull request #1220 from rnicoll/1.10-paymentprotocolMax K.2015-08-062-13/+15
|\ \ \
| * | | Revised payment request handling to use genesis block hash instead of network...Ross Nicoll2015-08-062-13/+15
* | | | Update time-based constantsRoss Nicoll2015-08-042-15/+15
| |/ / |/| |
* | | Set regtest coinbase maturity for easier maths in RPC testslangerhans2015-08-011-0/+1
|/ /
* | Merge pull request #1217 from rnicoll/1.10-checkpoints-seedsMax K.2015-08-011-13/+7
|\ \
| * | Update checkpointsRoss Nicoll2015-07-301-13/+7
* | | Merge pull request #1213 from langerhans/1.10-dev-maturityRoss Nicoll2015-07-317-14/+17
|\ \ \
| * | | Move COINBASE_MATURITY to the consensus parameterslangerhans2015-07-317-13/+14
| * | | Make RegTest use simplified rewards for easier test vector setup and use shor...langerhans2015-07-311-1/+3
| |/ /
* | | Merge pull request #1204 from rnicoll/1.10-feesMax K.2015-07-3111-19/+78
|\ \ \ | |/ / |/| |
| * | Add Dogecoin current fee calculation logicRoss Nicoll2015-07-3111-19/+78
* | | Add chain height when fetching consensus parameters in initializationRoss Nicoll2015-07-301-1/+1
* | | Merge pull request #1207 from rnicoll/1.10-bitcoinMax K.2015-07-305-11/+16
|\ \ \
| * | | Advance pindexLastCommonBlock for blocks in chainActiveSuhas Daftuar2015-07-291-2/+3
| * | | fix crash on shutdown when e.g. changing -txindex and abort actionPhilip Kaufmann2015-07-292-7/+9
| * | | Add an alternate location of endian.h headerAndriy Voskoboinyk2015-07-291-0/+2
| * | | Revert "Disable partition check for now, it triggers too often (issue #6251)"Wladimir J. van der Laan2015-07-291-2/+2
* | | | Merge pull request #1206 from rnicoll/1.10-txdbMax K.2015-07-304-10/+32
|\ \ \ \
| * | | | Add Scrypt hash and AuxPoW header to index databaseRoss Nicoll2015-07-264-10/+32
| | |_|/ | |/| |
* | | | Merge pull request #1208 from rnicoll/1.10-simplified-rewardsMax K.2015-07-294-2/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove hard coded switch on whether simplified rewards are used.Ross Nicoll2015-07-274-2/+10
| |/ /
* | / Minor AuxPoW fixesRoss Nicoll2015-07-283-2/+9
| |/ |/|
* | Use block height 0 when checking for genesis blockRoss Nicoll2015-07-261-2/+2
|/
* Update Python test address and key values to match Dogecoin format.Ross Nicoll2015-07-191-4/+4
* Disable payment protocol very large value test, as it's impossible to exceed ...Ross Nicoll2015-07-191-2/+3
* Litecoin: Fix zeitgeist2 attack thanks to Lolcust and ArtForz. This fixes an ...coblee2015-07-191-1/+7
* Minor Dogecoin consensus fixesRoss Nicoll2015-07-196-25/+19
* Modify chain consensus parameters to be height awareRoss Nicoll2015-07-1914-90/+256
* Adapt AuxPoW to DogecoinRoss Nicoll2015-07-1015-159/+160
* Merge AuxPoW support from NamecoreDaniel Kraft2015-07-0527-222/+1473
* [tests] fix partition alerts for DogecoinPatrick Lodder2015-07-051-9/+9
* Further unit test correctionsRoss Nicoll2015-07-057-49/+53
* [tests] use dogecoin fixtures pt1Patrick Lodder2015-07-037-680/+689
* Added Digishield support and unit testsRoss Nicoll2015-06-284-4/+157
* Add Dogecoin block subsidy calculations.Ross Nicoll2015-06-287-2/+159
* Added Scrypt mining support based on Dogecoin 1.9 work.Ross Nicoll2015-06-281-11/+17