aboutsummaryrefslogtreecommitdiff
path: root/src/test/transaction_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ↵Gavin Andresen2012-01-201-2/+0
|/ | | | | | prompting this). This also removes an un-needed sigops-per-byte check when accepting transactions to the memory pool (un-needed assuming only standard transactions are being accepted). And it only counts P2SH sigops after the switchover date.
* Refactored ConnectInputs, so valid-transaction-checks are done before ↵Gavin Andresen2012-01-131-0/+85
| | | | ECDSA-verifying signatures.
* 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