Pieter Wuille
|
698c6abb25
|
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Also use the new flag as a standard rule, and replace the IsCanonicalPush
standardness check with it (as it is more complete).
|
2014-10-25 03:03:20 -07:00 |
|
Pieter Wuille
|
d752ba86c1
|
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
|
2014-10-25 03:03:16 -07:00 |
|
Cory Fields
|
85c579e3a6
|
script: add a slew of includes all around and drop includes from script.h
Lots of files ended up with indirect includes from script.h.
|
2014-10-17 13:44:57 -04:00 |
|
Cory Fields
|
db8eb54bd7
|
script: move ToString and ValueString out of the header
|
2014-10-17 13:44:14 -04: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
|
cbd22a50c4
|
Move CScript class and dependencies to script/script
|
2014-09-08 20:19:31 +02:00 |
|