Replace INT_MAX with INT32_MAX to avoid compile err
[novacoin.git] / src / test / script_tests.cpp
2013-04-15 alexhzupdate to 0.4 preview
2012-04-26 Gavin AndresenDefine TEST_DATA_DIR so unit tests can be run from...
2012-04-21 Gavin AndresenData-drive script evaluation unit tests.
2012-04-04 Luke DashjrFix script tests for P2SH
2012-02-20 Pieter WuilleFix tests after 38067c18
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenRework unit tests so test_bitcoin.cpp does not #include...
2011-08-26 Gavin AndresenCHECKMULTISIG unit tests.
2011-08-08 Vegard NossumAdd a file for script tests