aboutsummaryrefslogtreecommitdiff
path: root/src/script.h
Commit message (Expand)AuthorAgeFilesLines
* Add casts for unavoidable signed/unsigned comparisonsJeff Garzik2012-04-231-1/+1
* SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik2012-04-231-2/+2
* Add explicit numeric constant value for all opcodesWladimir J. van der Laan2012-04-211-115/+115
* Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger2012-04-181-2/+4
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-1/+3
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen2012-01-191-0/+1
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-26/+16
* Remove not-used-anywhere scriptPrereq from SignSignature()Gavin Andresen2012-01-131-1/+1
* Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-221-2/+2
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-8/+6
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-6/+8
* Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-7/+7
* OP_EVAL implementationGavin Andresen2011-12-191-170/+52
* Support 3 new multisignature IsStandard transactionsGavin Andresen2011-12-191-15/+10
* Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen2011-08-111-0/+1
|\
| * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | Add prototype for EvalScript() to script.hVegard Nossum2011-08-081-0/+1
* | Add missing include to script.hVegard Nossum2011-08-081-0/+2
|/
* Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-24/+6
* get rid of mapPubKeysPieter Wuille2011-07-171-2/+1
* fix warnings: expression result unused [-Wunused-value]Giel van Schijndel2011-07-131-1/+1
* CWallet classPieter Wuille2011-06-151-4/+3
* move wallet code to separate filePieter Wuille2011-06-151-0/+1
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-22/+31
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+709