aboutsummaryrefslogtreecommitdiff
path: root/src/script/script_error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement Tapscript script validation rules (BIP 342)Johnson Lau2020-10-121-0/+10
* Implement Taproot validation (BIP 341)Pieter Wuille2020-10-121-0/+4
* Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille2020-10-121-0/+6
* Fix misleading error message: Clean stack rulesanket17292020-09-241-1/+1
* refactor: Replace const char* to std::stringCalvin Kim2020-05-221-1/+3
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* script: fix SCRIPT_ERR_SIG_PUSHONLY error stringSebastian Falbesoner2020-03-231-1/+1
* 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 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* Add error string for CLEANSTACK script violation, preventing an "unknown erro...Mark Friedenbach2017-09-291-0/+2
* 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/+2
* Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau2016-09-271-0/+2
* Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau2016-09-231-0/+2
* BIP141: Witness programPieter Wuille2016-06-221-0/+14
* Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd2015-06-211-0/+4
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille2014-11-201-0/+2
* Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-171-0/+2
* script: create sane error return codes for script validation and remove loggingCory Fields2014-11-141-0/+67