aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2016-09-01Merge #8176: [0.12.x]: Versionbits: GBT supportWladimir J. van der Laan
2016-06-08Implement BIP 9 GBT changesLuke Dashjr
2016-04-07Reduce block timeout to 10 minutesWladimir J. van der Laan
2016-04-07Track block download times per individual blockPieter Wuille
2016-04-04Merge #7543: [0.12] Backport BIP9, BIP68 and BIP112 with softforkWladimir J. van der Laan
2016-03-24Mark p2p alert system as deprecated.BtcDrak
2016-03-18Softfork status report in RPCPieter Wuille
2016-03-18BIP9 ImplementationPieter Wuille
2016-03-18Add LockPointsAlex Morcos
2016-03-18fix sdaftuar's nits againAlex Morcos
2016-03-18Implement SequenceLocks functionsAlex Morcos
2016-02-03Merge #7440: [0.12] Rename permitrbf to mempoolreplacement and provide minima...Wladimir J. van der Laan
2016-02-01Rename replacebyfee=opt-in to mempoolreplacement=feeLuke Dashjr
2016-02-01Add whitelistforcerelay to control forced relaying. [#7099 redux]Gregory Maxwell
2016-01-29Rename permitrbf to replacebyfeeLuke Dashjr
2016-01-21Add option `-permitrbf` to set transaction replacement policyWladimir J. van der Laan
2016-01-09Merge branch bytespersigopLuke Dashjr
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-21[Mempool] Fix mempool limiting and replace-by-fee for PrioritiseTransactionSuhas Daftuar
2015-12-14Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
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