aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Disable safe mode around AuxPoW switchover."1.8-safemodelangerhans2014-08-241-19/+0
* Merge pull request #622 from rnicoll/1.8-dev-safemodelangerhans2014-08-241-0/+19
|\
| * Disable safe mode around AuxPoW switchover.Ross Nicoll2014-08-181-0/+19
* | Condense retarget debug output even more.Patrick Lodder2014-08-241-4/+5
* | Merge pull request #616 from patricklodder/1.8-dev-auxpow-versionlangerhans2014-08-181-2/+6
|\ \
| * | check block version for aux blocks properly for version warningPatrick Lodder2014-08-171-2/+6
* | | Merge pull request #613 from rnicoll/1.8-dev-coinbaselangerhans2014-08-181-2/+4
|\ \ \ | |_|/ |/| |
| * | Added further diagnostic detail in case of transaction ID clash.Ross Nicoll2014-08-161-2/+4
| |/
* / Adjust trigger conditions for safe mode to suit Dogecoin block time.Ross Nicoll2014-08-171-3/+3
|/
* Apply predetermined block for testnet forkPatrick Lodder2014-08-051-6/+15
* Merge pull request #591 from patricklodder/1.8-version-check-fixlangerhans2014-08-041-1/+2
|\
| * Check against the right aux block version numberPatrick Lodder2014-08-041-1/+2
* | Merge pull request #589 from patricklodder/1.8-dev-testnet-retargetlangerhans2014-08-041-13/+13
|\ \
| * | Break testnet difficulty reset out of never matching condition.Patrick Lodder2014-08-041-13/+13
| |/
* / Tidy up retargeting code and debug.log output.Patrick Lodder2014-08-041-20/+18
|/
* Make version check in UpdateTip() consider auxpow block versionPatrick Lodder2014-08-031-1/+1
* extracted auxpow constsPatrick Lodder2014-08-031-3/+3
* Support auxillary proof of work.Nell Hardcastle2014-08-011-15/+122
* Add missing LOCK(cs_main)Pieter Wuille2014-07-091-1/+4
* Increase IsStandard() scriptSig lengthPeter Todd2014-06-291-4/+8
* Do not trigger a DoS ban if SCRIPT_VERIFY_NULLDUMMY failsPeter Todd2014-06-291-6/+18
* Add missing cs_main lock to VerifyDBWladimir J. van der Laan2014-06-291-0/+1
* Remove NumBlocksOfPeersWladimir J. van der Laan2014-06-291-11/+0
* Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constantsPeter Todd2014-06-291-1/+1
* don't send feeless transactionsJannis Froese2014-06-091-1/+1
* Merge pull request #549 from leofidus/1.7-rpctestsleofidus2014-06-071-2/+2
|\
| * Make rewards in regtest mode less randomJannis Froese2014-06-021-2/+2
* | use standard __func__ instead of __PRETTY_FUNCTION__Philip Kaufmann2014-05-291-4/+4
* | Correct indentationR E Broadley2014-05-291-44/+45
* | Split AcceptBlockHeader from AcceptBlock.Pieter Wuille2014-05-291-63/+137
* | Split up CheckBlock in a block and header versionPieter Wuille2014-05-291-9/+17
* | Add MESSAGE_START_SIZE from chainparams when loading blocks from external files.Simon de la Rouviere2014-05-291-2/+2
* | Add missing AssertLockHeld in ConnectBlockWladimir J. van der Laan2014-05-291-0/+1
* | chainActive locking issues resolvedWladimir J. van der Laan2014-05-291-7/+8
* | Add AssertLockHeld for cs_main to ChainActive-using functionsWladimir J. van der Laan2014-05-291-0/+15
|/
* Move assert(pindexNew); to above where we dereference pindexNew.Gregory Maxwell2014-05-261-1/+1
* Fix printblocktree output (bitcoin/bitcoin@af4c2ac8ce36988d529adbc9542e6ba520...Wladimir J. van der Laan2014-05-261-1/+1
* Per-peer block download tracking and stalled download detection.Pieter Wuille2014-05-251-27/+122
* minor style cleanupsPhilip Kaufmann2014-05-181-9/+9
* Revert "don't send feeless transactions"langerhans2014-05-041-1/+1
* don't send feeless transactionsJannis Froese2014-05-011-1/+1
* refactor GetMinFee to remove dead codeJannis Froese2014-05-011-33/+2
* DRY calculation for required maturity depthPatrick Lodder2014-04-201-8/+22
* Added GetHeightInMainChain() method.Ross Nicoll2014-04-201-1/+6
* Corrected block maturity test.Ross Nicoll2014-04-201-1/+5
* removed the "DIGISHIELD RETARGET" message that was spammed in console.Patrick Lodder2014-04-141-1/+1
* Lets get at least dogecoind buildingAlan Westbrook2014-04-051-9/+9
* Standardised capitalisation of Dogecoin.Ross Nicoll2014-03-311-3/+3
* Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriateRoss Nicoll2014-03-281-1/+1
* Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.Ross Nicoll2014-03-281-1/+1