aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2016-02-12Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan
2016-02-11fix sdaftuar's nits againAlex Morcos
2016-02-10Implement SequenceLocks functionsAlex Morcos
2016-02-10Update the wallet best block marker when pruningPieter Wuille
2016-02-09Merge #7482: [P2P] Ensure headers count is correctWladimir J. van der Laan
2016-02-08Update nQueuedValidatedHeaders after peer disconnectionSuhas Daftuar
2016-02-05Merge #7459: Consensus: Decouple pow.o from util.oWladimir J. van der Laan
2016-02-04Consensus: Decouple pow.cpp from util.hJorge Timón
2016-02-04Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan
2016-02-04Merge #7070: Move maxTxFee out of mempoolWladimir J. van der Laan
2016-02-03Merge #7225: Eliminate unnecessary call to CheckBlockWladimir J. van der Laan
2016-02-03ATMP: make nAbsurdFee constMarcoFalke
2016-02-03Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal strin...Wladimir J. van der Laan
2016-02-02Move maxTxFee out of mempoolMarcoFalke
2016-02-02Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeWladimir J. van der Laan
2016-02-01Eliminate unnecessary call to CheckBlockSuhas Daftuar
2016-02-01Merge #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux]Wladimir J. van der Laan
2016-02-01Merge #7287: Consensus: Remove calls to error() and FormatStateMessage()Wladimir J. van der Laan
2016-01-30mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke
2016-01-29Consensus: Remove calls to error() and FormatStateMessage() from some consens...Jorge Timón
2016-01-29Merge #6842: limitfreerelay edge case bugfixWladimir J. van der Laan
2016-01-28Add whitelistforcerelay to control forced relaying.Gregory Maxwell
2016-01-28Rename permitrbf to replacebyfeeLuke Dashjr
2016-01-22Merge #7056: Save last db readWladimir J. van der Laan
2016-01-21Add option `-permitrbf` to set transaction replacement policyWladimir J. van der Laan
2016-01-19Merge pull request #7281: Improve CheckInputs() comment about sig verificationWladimir J. van der Laan
2016-01-19Merge pull request #7164: Do not download transactions during initial blockch...Wladimir J. van der Laan
2016-01-18Merge pull request #7208Wladimir J. van der Laan
2016-01-09Merge pull request #7081Wladimir J. van der Laan
2016-01-09Merge branch bytespersigopLuke Dashjr
2016-01-06limitfreerelay edge case bugfix:ptschip
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2016-01-05Merge pull request #7217Wladimir J. van der Laan
2016-01-04Merge pull request #7263Wladimir J. van der Laan
2016-01-03Improve CheckInputs() comment about sig verificationPeter Todd
2016-01-03Report non-mandatory script failures correctlyPieter Wuille
2015-12-30Double semicolon cleanup.21E14
2015-12-21Merge pull request #7062Wladimir J. van der Laan
2015-12-15Mark blocks with too many sigops as failedSuhas Daftuar
2015-12-15Do not download transactions during inital syncptschip
2015-12-14Make max tip age an option instead of chainparamWladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-11Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
2015-12-10net: Add and document network messages in protocol.hWladimir J. van der Laan
2015-12-07net: Fix sent reject messages for blocks and transactionsWladimir J. van der Laan
2015-12-05Don't do mempool lookups for "mempool" command without a filterMatt Corallo
2015-12-04include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli
2015-12-03Disconnect on mempool requests from peers when over the upload limit.Gregory Maxwell
2015-12-03Merge pull request #7113Wladimir J. van der Laan
2015-12-03Merge pull request #7133Wladimir J. van der Laan