aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2016-11-23Send tip change notification from invalidateblockRussell Yanofsky
2016-09-01Merge #8176: [0.12.x]: Versionbits: GBT supportWladimir J. van der Laan
2016-06-08Implement BIP 9 GBT changesLuke Dashjr
2016-04-27Fix headers announcements edge caseSuhas Daftuar
2016-04-27Use txid as key in mapAlreadyAskedForSuhas Daftuar
2016-04-27Avoid "Unknown command" messages when receiving getaddr on outbound connections.R E Broadley
2016-04-27fix spelling of advertise in src and docjloughry
2016-04-27Do not download transactions during inital syncptschip
2016-04-08Version 2 transactions remain non-standard until CSV activatesSuhas Daftuar
2016-04-07Track block download times per individual blockPieter Wuille
2016-04-07init: allow shutdown during 'Activating best chain...'Wladimir J. van der Laan
2016-03-18Soft fork logic for BIP68BtcDrak
2016-03-18Soft fork logic for BIP113BtcDrak
2016-03-18Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille
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-10Update the wallet best block marker when pruningPieter Wuille
2016-02-09Update nQueuedValidatedHeaders after peer disconnectionSuhas Daftuar
2016-02-03Merge #7440: [0.12] Rename permitrbf to mempoolreplacement and provide minima...Wladimir J. van der Laan
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
2016-01-05Mark blocks with too many sigops as failedSuhas Daftuar
2016-01-04Report non-mandatory script failures correctlyPieter Wuille
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-11net: Add and document network messages in protocol.hWladimir J. van der Laan
2015-12-10net: Fix sent reject messages for blocks and transactionsWladimir J. van der Laan
2015-12-07Don't do mempool lookups for "mempool" command without a filterMatt Corallo
2015-12-04Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell
2015-12-04Disconnect on mempool requests from peers when over the upload limit.Gregory Maxwell
2015-12-02PartitionCheck: remove useless spacespaveljanik
2015-12-02Fix various typospaveljanik
2015-12-01Flush coins cache also after transaction processingPieter Wuille
2015-12-01Uncache input txn in utxo cache if a tx is not accepted to mempoolMatt Corallo
2015-12-01Discard txn cache entries that were loaded for removed mempool txnMatt Corallo
2015-12-01-bytespersigop option to additionally limit sigops in transactions we relay a...Luke Dashjr
2015-12-01Expose FormatStateMessageAlex Morcos
2015-12-01Store the total sig op count of a tx.Alex Morcos
2015-12-01Merge pull request #7141Wladimir J. van der Laan
2015-12-01Merge pull request #6915Wladimir J. van der Laan
2015-12-01rpc: Don't translate warning messagesWladimir J. van der Laan
2015-12-01Merge pull request #7079Wladimir J. van der Laan
2015-11-30Fix removeForReorg to use MedianTimePastSuhas Daftuar
2015-11-30Don't call removeForReorg if DisconnectTip failsSuhas Daftuar