aboutsummaryrefslogtreecommitdiff
path: root/src/script/interpreter.h
Commit message (Expand)AuthorAgeFilesLines
* Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille2014-11-201-2/+2
* Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-171-1/+12
* script: create sane error return codes for script validation and remove loggingCory Fields2014-11-141-2/+4
* Fix all header definesPavel Janík2014-11-031-3/+3
* Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-251-0/+7
* Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille2014-10-251-0/+3
* Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille2014-10-081-7/+18
* minor license, header end comment etc. cleanup in /scriptPhilip Kaufmann2014-10-061-1/+1
* Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-5/+4
* Make signature cache optionalPieter Wuille2014-10-021-15/+19
* Abstract out SignatureCheckerPieter Wuille2014-10-021-3/+25
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-3/+3
|\
| * Don't pass nHashType to EvalScript nor CheckSigjtimon2014-09-121-2/+2
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-1/+1
* | cleanup new script files (no code changes)Philip Kaufmann2014-09-141-4/+4
|/
* Separate script/interpreterjtimon2014-09-081-0/+45