aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2016-02-02Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeWladimir J. van der Laan
2016-02-02[doxygen] Actually display commentMarcoFalke
2016-01-30mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke
2016-01-28Add whitelistforcerelay to control forced relaying.Gregory Maxwell
2016-01-21Add option `-permitrbf` to set transaction replacement policyWladimir 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-05Merge pull request #7205Wladimir J. van der Laan
2015-12-21Merge pull request #7062Wladimir J. van der Laan
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-02Remove GetMinRelayFeeSuhas Daftuar
2015-12-01-bytespersigop option to additionally limit sigops in transactions we relay a...Luke Dashjr
2015-12-01Expose FormatStateMessageAlex Morcos
2015-12-01Merge pull request #7141Wladimir J. van der Laan
2015-12-01rpc: Don't translate warning messagesWladimir J. van der Laan
2015-11-30removeForReorg calls once-per-disconnect-> once-per-reorgMatt Corallo
2015-11-30Merge pull request #7116Wladimir J. van der Laan
2015-11-29Trivial: Fix warning introduced by #7053 by casting to uint64_tJorge Timón
2015-11-29Allow block announcements with headersSuhas Daftuar
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-27Merge pull request #7053Wladimir J. van der Laan
2015-11-27Merge pull request #6134Wladimir J. van der Laan
2015-11-23Globals: Remove a bunch of Params() calls from main.cpp:Jorge Timón
2015-11-16Merge pull request #6986Gregory Maxwell
2015-11-16EstimateSmart functions consider mempool min feeAlex Morcos
2015-11-14Add whitelistalwaysrelay optionPatick Strateman
2015-11-12Merge #6771 from branch 'lowerLimits' of git://github.com/morcos/bitcoinJeff Garzik
2015-11-11Chainparams: Explicit CChainParams arg for main (pre miner):Jorge Timón
2015-11-11Merge pull request #6982Wladimir J. van der Laan
2015-11-11Globals: Make AcceptBlockHeader static (Fix #6163)Jorge Timón
2015-11-10Merge pull request #6822Wladimir J. van der Laan
2015-11-10Merge pull request #6163Wladimir J. van der Laan
2015-11-09[trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000MarcoFalke
2015-11-05Merge pull request #6934Wladimir J. van der Laan
2015-11-04Merge pull request #6905Wladimir J. van der Laan
2015-11-03Restore MedianTimePast for locktime.Gregory Maxwell
2015-11-01Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...Gregory Maxwell
2015-10-30Globals: Explicit Consensus::Params arg for main:Jorge Timón
2015-10-27Lower default policy limitsAlex Morcos
2015-10-23Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...Mark Friedenbach
2015-10-13Only call TrimToSize once per reorg/blocks disconnectMatt Corallo
2015-10-13Implement on-the-fly mempool size limitation.Matt Corallo
2015-10-13Add Mempool Expire function to remove old transactionsPieter Wuille
2015-10-01Bugfix: RPC: blockchain: Display correct defaults in help for verifychain methodLuke Dashjr
2015-09-19Track transaction packages in CTxMemPoolEntrySuhas Daftuar
2015-08-11Merge pull request #6519Wladimir J. van der Laan