aboutsummaryrefslogtreecommitdiff
path: root/src/script/script_error.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Add constant scriptCode policy in non-segwit scriptsJohnson Lau2018-05-051-0/+4
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Require compressed keys in segwit as policy and disable signing with uncompre...Johnson Lau2016-10-161-0/+1
* Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau2016-09-271-0/+1
* Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau2016-09-231-1/+2
* BIP141: Witness programPieter Wuille2016-06-221-0/+9
* BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach2016-02-141-1/+1
* Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd2015-06-211-0/+4
* Merge pull request #5143Wladimir J. van der Laan2015-01-081-0/+1
|\
| * Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille2014-11-251-0/+1
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | Normalize header guard of script_error.hPavel Janík2014-12-051-3/+3
|/
* Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille2014-11-201-0/+1
* Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-171-0/+3
* script: create sane error return codes for script validation and remove loggingCory Fields2014-11-141-0/+53