aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-3/+9
* Global fixture to send output to console instead of debug.logGavin Andresen2011-12-191-0/+10
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-13/+2
* Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-011-0/+1
* Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoinGavin Andresen2011-10-051-1/+2
|\
| * remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-1/+2
* | remove possibility of 63 bit overflow in ParseMoneyWladimir J. van der Laan2011-10-011-0/+2
|/
* Test case for base64 encode/decodePieter Wuille2011-09-271-0/+1
* Framework for banning mis-behaving peersGavin Andresen2011-09-211-1/+1
* Cleanup test suite output to be more useful.Matt Corallo2011-08-081-1/+1
* Add file for transaction tests.Matt Corallo2011-08-081-0/+1
* Add a file for script testsVegard Nossum2011-08-081-0/+1
* Fix testing setupVegard Nossum2011-08-081-0/+10
* Boost unit-testing framework.Gavin Andresen2011-06-271-0/+6