| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) | Pieter Wuille | 2014-10-25 | 1 | -28/+1 |
| | | | | | | Also use the new flag as a standard rule, and replace the IsCanonicalPush standardness check with it (as it is more complete). | ||||
| * | Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2) | Pieter Wuille | 2014-10-25 | 1 | -1/+1 |
| | | |||||
| * | script: add a slew of includes all around and drop includes from script.h | Cory Fields | 2014-10-17 | 1 | -1/+2 |
| | | | | | Lots of files ended up with indirect includes from script.h. | ||||
| * | script: move ToString and ValueString out of the header | Cory Fields | 2014-10-17 | 1 | -0/+33 |
| | | |||||
| * | Move CTxDestination from script/script to script/standard | Pieter Wuille | 2014-09-16 | 1 | -40/+0 |
| | | |||||
| * | cleanup new script files (no code changes) | Philip Kaufmann | 2014-09-14 | 1 | -2/+2 |
| | | | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license | ||||
| * | Move CScript class and dependencies to script/script | jtimon | 2014-09-08 | 1 | -0/+295 |