Age | Commit message (Expand) | Author |
---|---|---|
2015-10-15 | script: Remove magic numbers | David Hill |
2015-10-01 | Accept any sequence of PUSHDATAs in OP_RETURN outputs | Peter Todd |
2015-10-01 | Add IsPushOnly(const_iterator pc) | Peter Todd |
2015-07-30 | Resolve issue 3166. | mruddy |
2015-07-20 | Separate core memory usage computation in core_memusage.h | Pieter Wuille |
2015-07-10 | Implement accurate memory accounting for mempool | Pieter Wuille |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-10-25 | Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) | Pieter Wuille |
2014-10-25 | Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2) | Pieter Wuille |
2014-10-17 | script: add a slew of includes all around and drop includes from script.h | Cory Fields |
2014-10-17 | script: move ToString and ValueString out of the header | Cory Fields |
2014-09-16 | Move CTxDestination from script/script to script/standard | Pieter Wuille |
2014-09-14 | cleanup new script files (no code changes) | Philip Kaufmann |
2014-09-08 | Move CScript class and dependencies to script/script | jtimon |