Age | Commit message (Expand) | Author |
2014-09-10 | Rename scriptutils.o to wallet_ismine.o | jtimon |
2014-09-10 | Move scriptutils.o to wallet | jtimon |
2014-09-08 | Separate script/sign | jtimon |
2014-09-08 | Separate script/interpreter | jtimon |
2014-09-08 | Move CScript class and dependencies to script/script | jtimon |
2014-09-08 | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) | jtimon |
2014-08-28 | fix comments ExtractAddress() -> ExtractDestination() | jtimon |
2014-08-01 | Declare SignatureHash() in script.h | jtimon |
2014-06-21 | Add CMutableTransaction and make CTransaction immutable. | Pieter Wuille |
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-10-21 | Merge pull request #2738 from jgarzik/op_return | Gavin Andresen |
2013-10-02 | Relay OP_RETURN data TxOut as standard transaction type | Jeff Garzik |
2013-09-28 | Inline signature serializer | Pieter Wuille |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille |
2013-04-03 | Fix signed/unsigned comparison warnings | Gavin Andresen |
2012-11-15 | Introduce script verification flags | Pieter Wuille |
2012-09-21 | Check for canonical public keys and signatures | Pieter Wuille |
2012-06-21 | = instead of == in multisig_tests.cpp | xanatos |
2012-05-24 | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille |
2012-05-24 | Encapsulate public keys in CPubKey | Pieter Wuille |
2012-02-20 | Fix tests after 38067c18 | Pieter Wuille |
2012-01-13 | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen |
2012-01-03 | make sure IsMine only returns true when we own all keys | coderrr |
2011-12-22 | Fix broken ExtractAddress (refactored, made callers check for addresses in ke... | Gavin Andresen |
2011-12-19 | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen |
2011-12-19 | OP_EVAL implementation | Gavin Andresen |
2011-12-19 | Support 3 new multisignature IsStandard transactions | Gavin Andresen |