aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
AgeCommit message (Expand)Author
2016-12-27Add a ForceSetArg method for testingMatt Corallo
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-05Remove mapOrphanTransactionsByPrev from DoS_testsPieter Wuille
2016-12-05Align struct COrphan definitionPieter Wuille
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-03net: handle version push in InitializeNodeCory Fields
2016-11-03connman is in charge of pushing messagesCory Fields
2016-10-31net: Use deterministic randomness for CNode's nonce, and make it constCory Fields
2016-09-19Move static global randomizer seeds into CConnmanPieter Wuille
2016-09-08net: Pass best block known height into CConnmanCory Fields
2016-09-08net: move nLocalServices/nRelevantServices to CConnmanCory Fields
2016-09-08net: move nLastNodeId to CConnmanCory Fields
2016-09-08net: move ban and addrman functions into CConnmanCory Fields
2016-09-08net: handle nodesignals in CConnmanCory Fields
2016-09-08net: Pass CConnman around as neededCory Fields
2016-06-22BIP143: Signing logicPieter Wuille
2016-06-20Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan
2016-06-15Increase maximum orphan size to 100,000 bytes.Gregory Maxwell
2016-06-13Introduce enum ServiceFlags for service flagsPieter Wuille
2016-06-13Don't require services in -addnodePieter Wuille
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-11Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-14Remove CheckMinWork, as we always know all parent headersPieter Wuille
2014-09-20test: Fix DoS tests after c74332cWladimir J. van der Laan
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-10Stricter handling of orphan transactionsGavin Andresen
2014-09-08Separate script/signjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-08-27Merge pull request #4377Pieter Wuille
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-23replace ComputeMinWork with CheckMinWorkjtimon
2014-06-25Remove timing-based signature cache unit testGavin Andresen
2014-06-23Refactor proof of work related functions out of mainjtimon
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-05-09Reduce bignum.h now it is only needed for scriptnum_testsPieter Wuille
2014-05-09Move {Get,Set}Compact from bignum to uint256Pieter Wuille
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2014-02-08Per-peer block download tracking and stalled download detection.Pieter Wuille
2013-12-08Add main-specific node statePieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-08-02Simplify storage of orphan transactionsGavin Andresen
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2012-11-15Introduce script verification flagsPieter Wuille
2012-10-21change blockchain -> block chain (spelling)Philip Kaufmann
2012-10-20UltraprunePieter Wuille
2012-09-21Check for canonical public keys and signaturesPieter Wuille