| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | = instead of == in multisig_tests.cpp | xanatos | 2012-06-21 | 1 | -1/+1 | |
| * | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille | 2012-05-24 | 1 | -17/+17 | |
| * | Encapsulate public keys in CPubKey | Pieter Wuille | 2012-05-24 | 1 | -7/+7 | |
| * | Fix tests after 38067c18 | Pieter Wuille | 2012-02-20 | 1 | -4/+4 | |
| * | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | 2012-01-13 | 1 | -12/+11 | |
| * | make sure IsMine only returns true when we own all keys | coderrr | 2012-01-03 | 1 | -1/+4 | |
| * | Fix broken ExtractAddress (refactored, made callers check for addresses in ke... | Gavin Andresen | 2011-12-22 | 1 | -4/+4 | |
| * | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen | 2011-12-19 | 1 | -15/+16 | |
| * | OP_EVAL implementation | Gavin Andresen | 2011-12-19 | 1 | -47/+52 | |
| * | Support 3 new multisignature IsStandard transactions | Gavin Andresen | 2011-12-19 | 1 | -0/+288 | |