aboutsummaryrefslogtreecommitdiff
path: root/src/script
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixing condition 'sabotaging' MSVC buildENikS2014-09-191-2/+0
|/
* Merge pull request #4555Wladimir J. van der Laan2014-09-173-20/+16
|\ | | | | | | | | | | | | 6dcfda2 Don't pass nHashType to EvalScript nor CheckSig (jtimon) 2b23a87 Don't pass nHashType to VerifyScript (jtimon) ce3649fb Remove CScriptCheck::nHashType (was always 0) (jtimon) 358562b Remove unused function main:VerifySignature (jtimon)
| * Don't pass nHashType to EvalScript nor CheckSigjtimon2014-09-123-16/+13
| |
| * Don't pass nHashType to VerifyScriptjtimon2014-09-123-7/+6
| |
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-164-57/+64
| |
* | cleanup new script files (no code changes)Philip Kaufmann2014-09-1410-26/+27
|/ | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license
* Separate script/signjtimon2014-09-082-0/+283
|
* Separate CScriptCompressorjtimon2014-09-082-0/+211
|
* Separate script/standardjtimon2014-09-082-0/+310
|
* Separate script/interpreterjtimon2014-09-082-0/+1093
|
* Move CScript class and dependencies to script/scriptjtimon2014-09-082-0/+940