aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-02-29DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen
2012-02-27Add mruset and use it for setInventoryKnownPieter Wuille
2012-02-20Fix tests after 38067c18Pieter Wuille
2012-02-07New GetArg features: allow --, and booleans can be -foo or -nofooGavin Andresen
2012-02-07Unit tests for the GetArg() methodsGavin Andresen
2012-02-07Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen
2012-01-20Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen
2012-01-19Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen
2012-01-13Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...Gavin Andresen
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-09Unit tests for EC key routinesPieter Wuille
2012-01-06Network stack refactorPieter Wuille
2012-01-03make sure IsMine only returns true when we own all keyscoderrr
2011-12-27Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-dee...Gavin Andresen
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19Interpret OP_EVAL as OP_NOP until Feb 1, 2012Gavin Andresen
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-19Global fixture to send output to console instead of debug.logGavin Andresen
2011-12-19Support 3 new multisignature IsStandard transactionsGavin Andresen
2011-12-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-12-01Orphan block fill-up-memory attack preventionGavin Andresen
2011-12-01Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen
2011-11-02Added simple critical section test cases.Clark Gaebel
2011-10-05Fix miner_test unit test bugGavin Andresen
2011-10-05Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoinGavin Andresen
2011-10-03Declare integer constant LLGavin Andresen
2011-10-01remove possibility of 63 bit overflow in ParseMoneyWladimir J. van der Laan
2011-09-30remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider
2011-09-30Merge pull request #524 from sipa/signandverifGavin Andresen
2011-09-28Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-28use median filter for peer-reported reported number of blocksWladimir J. van der Laan
2011-09-27Test case for base64 encode/decodePieter Wuille
2011-09-21Framework for banning mis-behaving peersGavin Andresen
2011-08-26CHECKMULTISIG unit tests.Gavin Andresen
2011-08-08Cleanup test suite output to be more useful.Matt Corallo
2011-08-08Add file for transaction tests.Matt Corallo
2011-08-08Add a file for script testsVegard Nossum
2011-08-08Fix testing setupVegard Nossum
2011-06-27Boost unit-testing framework.Gavin Andresen