aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_P2SH_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix signed/unsigned comparison warningsGavin Andresen2013-04-031-2/+2
* Introduce script verification flagsPieter Wuille2012-11-151-4/+2
* UltraprunePieter Wuille2012-10-201-9/+17
* Check for canonical public keys and signaturesPieter Wuille2012-09-211-3/+3
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-2/+2
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-13/+13
* Fix tests after 38067c18Pieter Wuille2012-02-201-3/+3
* Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-071-0/+9
|\
| * Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen2012-01-191-0/+9
* | Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...Gavin Andresen2012-01-201-3/+14
|/
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+310