aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Bitcoin references and addresses in strings to Dogecoin equivalentsRoss Nicoll2015-10-311-3/+3
* Merge pull request #1270 from rnicoll/1.10-fixmesMax K.2015-09-091-2/+6
|\
| * Update block height used to determine relevant parametersJ Ross Nicoll2015-09-081-2/+6
* | Match fee calculation to legacy codeJ Ross Nicoll2015-09-061-3/+2
* | Merge pull request #1274 from rnicoll/1.10-missing-newlinePatrick Lodder2015-08-301-1/+1
|\ \
| * | Corrected missing new lines in error messagesJ Ross Nicoll2015-08-291-1/+1
| |/
* | Merge pull request #1269 from langerhans/1.10-dev-nodebloomPatrick Lodder2015-08-291-0/+9
|\ \ | |/ |/|
| * Add NODE_BLOOM service bit and bump protocol versionPeter Todd2015-08-281-0/+9
* | [auxpow] Check for auxpow fork strictlyPatrick Lodder2015-08-231-0/+7
|/
* Add attributions to source filesJ Ross Nicoll2015-08-141-0/+2
* 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
* | Add block height to block notification substitution optionsRoss Nicoll2015-08-111-1/+1
* | 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
|/ /
* | Merge pull request #1213 from langerhans/1.10-dev-maturityRoss Nicoll2015-07-311-3/+1
|\ \
| * | Move COINBASE_MATURITY to the consensus parameterslangerhans2015-07-311-3/+1
* | | Merge pull request #1204 from rnicoll/1.10-feesMax K.2015-07-311-3/+5
|\ \ \ | |/ / |/| |
| * | Add Dogecoin current fee calculation logicRoss Nicoll2015-07-311-3/+5
* | | Merge pull request #1207 from rnicoll/1.10-bitcoinMax K.2015-07-301-2/+3
|\ \ \
| * | | Advance pindexLastCommonBlock for blocks in chainActiveSuhas Daftuar2015-07-291-2/+3
| |/ /
* | | Merge pull request #1206 from rnicoll/1.10-txdbMax K.2015-07-301-0/+5
|\ \ \ | |/ / |/| |
| * | Add Scrypt hash and AuxPoW header to index databaseRoss Nicoll2015-07-261-0/+5
| |/
* / Use block height 0 when checking for genesis blockRoss Nicoll2015-07-261-2/+2
|/
* Minor Dogecoin consensus fixesRoss Nicoll2015-07-191-4/+9
* Modify chain consensus parameters to be height awareRoss Nicoll2015-07-191-21/+23
* Adapt AuxPoW to DogecoinRoss Nicoll2015-07-101-53/+8
* Merge AuxPoW support from NamecoreDaniel Kraft2015-07-051-11/+84
* Add Dogecoin block subsidy calculations.Ross Nicoll2015-06-281-1/+2
* Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009)Warren Togami2015-06-281-2/+2
* Use best header chain timestamps to detect partitioningGavin Andresen2015-06-151-6/+10
* Add option `-alerts` to opt out of alert systemWladimir J. van der Laan2015-06-151-1/+2
* Prune: Support noncontiguous block filesAdam Weiss2015-06-111-2/+2
* Fix removing of orphan transactionsAlex Morcos2015-06-101-3/+4
* Be stricter in processing unrequested blocksSuhas Daftuar2015-06-031-15/+25
* Ignore getheaders requests when not synced.Suhas Daftuar2015-06-021-0/+3
* Fix off-by-one error w/ nLockTime in the walletPeter Todd2015-06-011-21/+8
* Merge pull request #6195Wladimir J. van der Laan2015-06-011-7/+7
|\
| * Eliminate compiler warning due to unused variableSuhas Daftuar2015-05-271-7/+7
* | Chainparams: Explicit CMessageHeader::MessageStartChars to functions in main:Jorge Timón2015-05-271-7/+9
|/
* Merge pull request #5669Wladimir J. van der Laan2015-05-271-27/+28
|\
| * Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
| * Consensus: Refactor: Decouple CValidationState from main::AbortNode()Cory Fields2015-05-151-27/+27
* | Merge pull request #5976Wladimir J. van der Laan2015-05-261-5/+29
|\ \
| * | Reduce download timeouts as blocks arriveSuhas Daftuar2015-04-151-5/+29
* | | Merge pull request #5947Wladimir J. van der Laan2015-05-261-0/+59
|\ \ \
| * | | Alert if it is very likely we are getting a bad chainGavin Andresen2015-05-141-0/+59
* | | | Merge pull request #5996Wladimir J. van der Laan2015-05-191-9/+8
|\ \ \ \
| * | | | Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed ...Jorge Timón2015-05-151-9/+8
| | |_|/ | |/| |