| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | 2012-01-13 | 1 | -268/+0 |
| | | |||||
| * | Fixed OP_EVAL recursion unit test, checks for both infinite and ↵ | Gavin Andresen | 2011-12-27 | 1 | -19/+53 |
| | | | | | exactly-3-deep recursion | ||||
| * | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | 2011-12-21 | 1 | -2/+0 |
| | | | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | ||||
| * | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | 2011-12-20 | 1 | -0/+2 |
| | | |||||
| * | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen | 2011-12-19 | 1 | -28/+11 |
| | | | | | | | 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. | ||||
| * | Interpret OP_EVAL as OP_NOP until Feb 1, 2012 | Gavin Andresen | 2011-12-19 | 1 | -3/+51 |
| | | |||||
| * | OP_EVAL implementation | Gavin Andresen | 2011-12-19 | 1 | -0/+203 |
| 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. | |||||