aboutsummaryrefslogtreecommitdiff
path: root/src/test/transaction_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix tests after recent refactorsPieter Wuille2012-04-171-1/+1
* Fix tests after 38067c18Pieter Wuille2012-02-201-1/+1
* Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-071-6/+18
|\
| * Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen2012-01-191-6/+18
* | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen2012-01-201-2/+0
|/
* Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...Gavin Andresen2012-01-131-0/+85
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-2/+2
* Add file for transaction tests.Matt Corallo2011-08-081-0/+25