aboutsummaryrefslogtreecommitdiff
path: root/src/script/interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make signature cache optionalPieter Wuille2014-10-021-68/+6
* Abstract out SignatureCheckerPieter Wuille2014-10-021-9/+10
* script: don't read past the endCory Fields2014-09-251-1/+2
* script: Fix reference into empty vector run time exceptionENikS2014-09-251-6/+6
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-13/+9
|\
| * Don't pass nHashType to EvalScript nor CheckSigjtimon2014-09-121-11/+8
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-5/+4
* | cleanup new script files (no code changes)Philip Kaufmann2014-09-141-2/+2
|/
* Separate script/interpreterjtimon2014-09-081-0/+1048