| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ↵ | Gavin Andresen | 2012-01-20 | 1 | -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 Andresen | 2012-01-13 | 1 | -0/+85 | |
| | | | | | ECDSA-verifying signatures. | |||||
| * | Rework unit tests so test_bitcoin.cpp does not #include them all | Gavin Andresen | 2011-12-19 | 1 | -2/+2 | |
| | | ||||||
| * | Add file for transaction tests. | Matt Corallo | 2011-08-08 | 1 | -0/+25 | |