Replace INT_MAX with INT32_MAX to avoid compile err
[novacoin.git] / src / test / test_bitcoin.cpp
2013-04-15 alexhzupdate to 0.4 preview
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Wladimir J. van... Fix build of testcases after commit 0f10b21719e1b0d9683...
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2011-12-19 Gavin AndresenGlobal fixture to send output to console instead of...
2011-12-19 Gavin AndresenRework unit tests so test_bitcoin.cpp does not #include...
2011-12-02 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-01 Wladimir J. van... remove possibility of 63 bit overflow in ParseMoney
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-27 Pieter WuilleTest case for base64 encode/decode
2011-09-21 Gavin AndresenFramework for banning mis-behaving peers
2011-08-08 Matt CoralloCleanup test suite output to be more useful.
2011-08-08 Matt CoralloAdd file for transaction tests.
2011-08-08 Vegard NossumAdd a file for script tests
2011-08-08 Vegard NossumFix testing setup
2011-06-27 Gavin AndresenBoost unit-testing framework.