aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2016-12-19Merge #9357: [0.13 backport] Attempt reconstruction from all compact block an...Wladimir J. van der Laan
2016-12-14Allow compactblock reconstruction when block is in flightSuhas Daftuar
2016-12-14Merge #9264: 0.13.2 backportsWladimir J. van der Laan
2016-12-06IsInitialBlockDownload no longer uses header-only timestamps.Gregory Maxwell
2016-12-06IBD check uses minimumchain work instead of checkpoints.Gregory Maxwell
2016-12-06Remove duplicate nBlocksEstimate cmp (we already checked IsIBD())Matt Corallo
2016-12-02Send tip change notification from invalidateblockRussell Yanofsky
2016-12-02net: don't send feefilter messages before the version handshake is completeCory Fields
2016-12-02Fix doxygen comment: the transaction is returned in txOutPavel Janík
2016-12-02Make orphan parent fetching ask for witnesses.Gregory Maxwell
2016-12-02Always add default_witness_commitment with GBT client supportPieter Wuille
2016-12-02Always drop the least preferred HB peer when adding a new one.Gregory Maxwell
2016-11-20Modify getblocktxn handler not to drop requests for old blocksRussell Yanofsky
2016-11-20Align constant names for maximum compact block / blocktxn depthPieter Wuille
2016-11-20More agressively filter compact block requestsMatt Corallo
2016-11-20Dont remove a "preferred" cmpctblock peer if they provide a blockMatt Corallo
2016-11-09Merge #9048: [0.13 backport] Fix handling of invalid compact blocksWladimir J. van der Laan
2016-11-01Fix compact block handling to not ban if block is invalidSuhas Daftuar
2016-10-27Add missing cs_main lock to ::GETBLOCKTXN processingMatt Corallo
2016-10-17Add standard limits for P2WSH with testsJohnson Lau
2016-10-13Use cmpctblock type 2 for segwit-enabled transferMatt Corallo
2016-10-13Use cmpctblock type 2 for segwit-enabled transferPieter Wuille
2016-10-13net: fix a few cases where messages were sent rather than dropped upon discon...Cory Fields
2016-09-26Implement NULLDUMMY softforkJohnson Lau
2016-09-26Do not store witness txn in rejection cachePieter Wuille
2016-09-21UndoReadFromDisk works on undo files (rev), not on block files.Pavel Janík
2016-09-21Use __func__ to get function name for output printingMarcoFalke
2016-09-21various typosleijurv
2016-09-21Use a signal to continue init after genesis activationPieter Wuille
2016-09-21net: Ignore `notfound` P2P messagesWladimir J. van der Laan
2016-09-13fix op order to append first alertrodasmith
2016-09-07Do not add random inbound peers to addrman.Gregory Maxwell
2016-09-07Fix some locksPieter Wuille
2016-09-07Check for compatibility with download in FindNextBlocksToDownloadPieter Wuille
2016-09-07Precompute sighashesPieter Wuille
2016-09-07[Qt] show network/chain errors in the GUIJonas Schnelli
2016-09-07Added feeler connections increasing good addrs in the tried table.Ethan Heilman
2016-07-31Treat high-sigop transactions as larger rather than rejecting themPieter Wuille
2016-07-29Prevent fingerprinting, disk-DoS with compact blocksSuhas Daftuar
2016-07-26Make witness v0 outputs non-standard before segwit activationJohnson Lau
2016-07-19Rename "block cost" to "block weight"Suhas Daftuar
2016-07-18Merge #8305: Improve handling of unconnecting headersWladimir J. van der Laan
2016-07-14Merge #8312: Fix mempool DoS vulnerability from malleated transactionsWladimir J. van der Laan
2016-07-14Merge #8271: [bugfix] Do not send witnesses in cmpctblockWladimir J. van der Laan
2016-07-12Improve handling of unconnecting headersSuhas Daftuar
2016-07-07Fix DoS vulnerability in mempool acceptanceSuhas Daftuar
2016-07-06Merge #8275: Remove bad chain alert partition checkWladimir J. van der Laan
2016-07-05Revert "net: Avoid duplicate getheaders requests." PR #8054Gregory Maxwell
2016-06-26Do not send witnesses in cmpctblockPieter Wuille
2016-06-22[qa] Add rpc test for segwitAlex Morcos