aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* additional Dogecoin 1.6 changesJannis Froese2014-03-241-41/+13
* Merge branch 'node-bloom-service-bit' of github.com:petertodd/bitcoin into bl...Jannis Froese2014-03-231-0/+9
|\
| * Add NODE_BLOOM service bit and bump protocol versionPeter Todd2013-10-261-0/+9
* | credit where credit is dueJannis Froese2014-03-221-0/+4
* | additional Dogecoin 1.6 protocol changeJannis Froese2014-03-221-4/+11
* | updated to Dogecoin 1.6 protocolJannis Froese2014-03-221-4/+30
* | Protocol changes for Dogecoin 1.5Jannis Froese2014-03-221-41/+153
* | Make mining fee policy match relay fee policy.Mike Hearn2014-03-111-1/+1
* | Add progress to initial display of latest block downloaded.R E Broadley2014-03-111-2/+3
* | Merge pull request #3694 from gavinandresen/vfspentGavin Andresen2014-02-281-4/+21
|\ \
| * | Remove CWalletTx::vfSpentGavin Andresen2014-02-261-4/+21
* | | Merge pull request #3735 from laanwj/2014_02_remove_PRIx64_completelyGavin Andresen2014-02-261-7/+7
|\ \ \ | |/ / |/| |
| * | Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-7/+7
* | | Merge pull request #3305 from mikehearn/fee_dropJeff Garzik2014-02-241-1/+1
|\ \ \ | |/ / |/| |
| * | Drop fees by 10x due to the persistently higher exchange rate.Mike Hearn2013-11-261-1/+1
* | | Don't use PRIx64 formatting derives from inttypes.hWladimir J. van der Laan2014-02-221-1/+0
* | | Merge pull request #2910Wladimir J. van der Laan2014-02-201-1/+24
|\ \ \
| * | | Don't store or send side-chain blocks lower than last checkpoint.Ashley Holman2014-01-191-1/+24
* | | | Merge pull request #3666Wladimir J. van der Laan2014-02-171-1/+1
|\ \ \ \
| * | | | fix non-standard reason string in main.cppPhilip Kaufmann2014-02-131-1/+1
* | | | | Merge pull request #3646Wladimir J. van der Laan2014-02-161-1/+1
|\ \ \ \ \
| * | | | | Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* | | | | | Handle "conflicted" transactions properlyGavin Andresen2014-02-141-1/+9
| |/ / / / |/| | | |
* | | | | Add HasCanonicalPushes(), and use it in IsStandardTxPieter Wuille2014-02-111-0/+4
|/ / / /
* | | | Limit the number of orphan blocksPieter Wuille2014-01-311-1/+27
* | | | Merge pull request #3592Wladimir J. van der Laan2014-01-301-43/+43
|\ \ \ \
| * | | | Support for error messages and a few more rejection reasonsLuke Dashjr2014-01-291-8/+8
| * | | | Use standard BIP 22 rejection reasons where applicableLuke Dashjr2014-01-291-35/+35
* | | | | Merge pull request #3370 from sipa/headersfirst3Gavin Andresen2014-01-291-220/+271
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Prepare block connection logic for headers-first.Pieter Wuille2014-01-271-195/+243
| * | | | Move only: extract WriteChainState and UpdatedTip from SetBestChain.Pieter Wuille2014-01-271-60/+63
* | | | | use english for all reason strings in IsStandardTx()Philip Kaufmann2014-01-281-1/+1
|/ / / /
* | | | Fix off-by-one errors in use of IsFinalTx()Peter Todd2014-01-261-1/+18
* | | | Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-74/+74
* | | | Typesafe strprintf/error/LogPrint functionsWladimir J. van der Laan2014-01-231-1/+1
|/ / /
* | | Merge pull request #3490Wladimir J. van der Laan2014-01-181-8/+8
|\ \ \
| * | | better std::exception logging for block/undo filesPhilip Kaufmann2014-01-061-8/+8
* | | | Store orphan blocks in serialized formPieter Wuille2014-01-111-17/+41
|/ / /
* | | Merge pull request #3401Wladimir J. van der Laan2014-01-061-1/+1
|\ \ \