ENikS
|
1e73504865
|
Fixing C4146 warning
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
|
10 years ago |
ENikS
|
219372f1dd
|
script: Fix reference into empty vector run time exception
Edit by laanwj: `begin_ptr(sourcedata) + sourcedata.size()` -> `end_ptr(sourcedata)`
|
10 years ago |
ENikS
|
cda45b5131
|
Reinitializing list's begin iterator after few elements were erased from the head
|
10 years ago |
ENikS
|
6134b43ba9
|
Fixing condition 'sabotaging' MSVC build
|
10 years ago |
Pieter Wuille
|
0be990ba34
|
Move CTxDestination from script/script to script/standard
|
10 years ago |
Philip Kaufmann
|
2d79bba36b
|
cleanup new script files (no code changes)
- add missing header end comments
- ensure alphabetical ordering
- update copyright year and license
|
10 years ago |
jtimon
|
6dcfda2dc4
|
Don't pass nHashType to EvalScript nor CheckSig
|
10 years ago |
jtimon
|
2b23a87599
|
Don't pass nHashType to VerifyScript
|
10 years ago |
jtimon
|
e088d65acb
|
Separate script/sign
|
10 years ago |
jtimon
|
9294a4bbe7
|
Separate CScriptCompressor
|
10 years ago |
jtimon
|
c4408a6c85
|
Separate script/standard
|
10 years ago |
jtimon
|
da03e6ed7c
|
Separate script/interpreter
|
10 years ago |
jtimon
|
cbd22a50c4
|
Move CScript class and dependencies to script/script
|
10 years ago |