| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 ↵ | Gavin Andresen | 2011-12-22 | 1 | -4/+4 |
| | | | | | keystore if they care) | ||||
| * | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen | 2011-12-19 | 1 | -15/+16 |
| | | | | | | | so it takes a flag for how to interpret OP_EVAL. Also increased IsStandard size of scriptSigs to 500 bytes, so a 3-of-3 multisig transaction IsStandard. | ||||
| * | OP_EVAL implementation | Gavin Andresen | 2011-12-19 | 1 | -47/+52 |
| | | | | | | | OP_EVAL is a new opcode that evaluates an item on the stack as a script. It enables a new type of bitcoin address that needs an arbitrarily complex script to redeem. | ||||
| * | Support 3 new multisignature IsStandard transactions | Gavin Andresen | 2011-12-19 | 1 | -0/+288 |
| Initial support for (a and b), (a or b), and 2-of-3 escrow transactions (where a, b, and c are keys). | |||||