Andy Alness
|
9d7cd4c598
|
Don't return an address for invalid pubkeys
|
2014-10-06 21:54:34 -04:00 |
|
Philip Kaufmann
|
5eed8c21c7
|
minor license, header end comment etc. cleanup in /script
- ensure all licenses are just MIT
- add a missing header end comment
- ensure alphabetical ordering
|
2014-10-06 13:00:55 +02:00 |
|
Pieter Wuille
|
e790c370b5
|
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
|
2014-10-02 20:26:58 +02:00 |
|
Pieter Wuille
|
5c1e798a8e
|
Make signature cache optional
|
2014-10-02 20:26:17 +02:00 |
|
Pieter Wuille
|
c7829ea797
|
Abstract out SignatureChecker
|
2014-10-02 20:26:16 +02:00 |
|
Cory Fields
|
be6d87aa60
|
script: don't read past the end
|
2014-09-25 14:56:26 -04:00 |
|
Wladimir J. van der Laan
|
4b2b78b9f2
|
Merge pull request #4969
cda45b5 Reinitializing list's begin iterator after few elements were erased from the head (ENikS)
|
2014-09-25 15:58:56 +02:00 |
|
ENikS
|
1e73504865
|
Fixing C4146 warning
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
|
2014-09-25 15:24:36 +02:00 |
|
ENikS
|
219372f1dd
|
script: Fix reference into empty vector run time exception
Edit by laanwj: `begin_ptr(sourcedata) + sourcedata.size()` -> `end_ptr(sourcedata)`
|
2014-09-25 11:46:52 +02:00 |
|
ENikS
|
cda45b5131
|
Reinitializing list's begin iterator after few elements were erased from the head
|
2014-09-23 18:33:16 -04:00 |
|
ENikS
|
6134b43ba9
|
Fixing condition 'sabotaging' MSVC build
|
2014-09-19 18:29:58 -04:00 |
|
Wladimir J. van der Laan
|
438c7e4cd2
|
Merge pull request #4555
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)
|
2014-09-17 13:44:22 +02:00 |
|
Pieter Wuille
|
0be990ba34
|
Move CTxDestination from script/script to script/standard
|
2014-09-16 19:14:32 +02:00 |
|
Philip Kaufmann
|
2d79bba36b
|
cleanup new script files (no code changes)
- add missing header end comments
- ensure alphabetical ordering
- update copyright year and license
|
2014-09-14 12:25:38 +02:00 |
|
jtimon
|
6dcfda2dc4
|
Don't pass nHashType to EvalScript nor CheckSig
|
2014-09-12 20:04:31 +02:00 |
|
jtimon
|
2b23a87599
|
Don't pass nHashType to VerifyScript
|
2014-09-12 20:04:31 +02:00 |
|
jtimon
|
e088d65acb
|
Separate script/sign
|
2014-09-08 20:21:35 +02:00 |
|
jtimon
|
9294a4bbe7
|
Separate CScriptCompressor
|
2014-09-08 20:21:35 +02:00 |
|
jtimon
|
c4408a6c85
|
Separate script/standard
|
2014-09-08 20:21:35 +02:00 |
|
jtimon
|
da03e6ed7c
|
Separate script/interpreter
|
2014-09-08 20:21:33 +02:00 |
|
jtimon
|
cbd22a50c4
|
Move CScript class and dependencies to script/script
|
2014-09-08 20:19:31 +02:00 |
|