aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
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
2016-06-22Do not use compact blocks when segwit is enabledPieter Wuille
2016-06-22Add rewind logic to deal with post-fork software updatesPieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22Refactor script validation to observe amountsPieter Wuille
2016-06-22BIP144: Handshake and relay (receiver side)Pieter Wuille
2016-06-22BIP141: Commitment structure and deploymentPieter Wuille
2016-06-22BIP141: Witness programPieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-06-22Merge #8068: Compact BlocksWladimir J. van der Laan
2016-06-21Fix some minor compact block issues that came up in reviewMatt Corallo
2016-06-20Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan
2016-06-19Get our "best three" peers to announce blocks using cmpctblocksMatt Corallo
2016-06-19Add receiver-side protocol implementation for CMPCTBLOCK stuffMatt Corallo
2016-06-19Add sender-side protocol implementation for CMPCTBLOCK stuffMatt Corallo
2016-06-19Move context-required checks from CheckBlockHeader to Contextual...Matt Corallo
2016-06-19If AcceptBlockHeader returns true, pindex will be set.Matt Corallo
2016-06-16Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.Wladimir J. van der Laan
2016-06-15Add recently accepted blocks and txn to AttemptToEvictConnection.Gregory Maxwell
2016-06-15Increase maximum orphan size to 100,000 bytes.Gregory Maxwell