Replace INT_MAX with INT32_MAX to avoid compile err
[novacoin.git] / src / test / transaction_tests.cpp
2013-04-15 alexhzupdate to 0.4 preview
2012-04-17 Pieter WuilleFix tests after recent refactors
2012-02-20 Pieter WuilleFix tests after 38067c18
2012-02-07 Gavin AndresenMerge branch 'standardScriptSigs' of github.com:gavinan...
2012-01-20 Gavin AndresenSimplify counting of P2SH sigops to match BIP 16 (thank...
2012-01-19 Gavin AndresenMake transactions with extra data in their scriptSig...
2012-01-13 Gavin AndresenRefactored ConnectInputs, so valid-transaction-checks...
2011-12-19 Gavin AndresenRework unit tests so test_bitcoin.cpp does not #include...
2011-08-08 Matt CoralloAdd file for transaction tests.