| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix tests after 38067c18 | Pieter Wuille | 2012-02-20 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git | Gavin Andresen | 2012-02-07 | 1 | -0/+9 |
| |\ | |||||
| | * | Make transactions with extra data in their scriptSig's non-standard. | Gavin Andresen | 2012-01-19 | 1 | -0/+9 |
| | | | |||||
| * | | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ↵ | Gavin Andresen | 2012-01-20 | 1 | -3/+14 |
| |/ | | | | | | 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. | ||||
| * | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | 2012-01-13 | 1 | -0/+310 |