Age | Commit message (Expand) | Author |
2020-10-12 | Implement Tapscript script validation rules (BIP 342) | Johnson Lau |
2020-10-12 | Implement Taproot validation (BIP 341) | Pieter Wuille |
2020-10-12 | Support for Schnorr signatures and integration in SignatureCheckers (BIP 340) | Pieter Wuille |
2020-09-24 | Fix misleading error message: Clean stack rule | sanket1729 |
2020-05-22 | refactor: Replace const char* to std::string | Calvin Kim |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-23 | script: fix SCRIPT_ERR_SIG_PUSHONLY error string | Sebastian Falbesoner |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-05 | Add constant scriptCode policy in non-segwit scripts | Johnson Lau |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-29 | Add error string for CLEANSTACK script violation, preventing an "unknown erro... | Mark Friedenbach |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-10-16 | Require compressed keys in segwit as policy and disable signing with uncompre... | Johnson Lau |
2016-09-27 | Add policy: null signature for failed CHECK(MULTI)SIG | Johnson Lau |
2016-09-23 | Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH | Johnson Lau |
2016-06-22 | BIP141: Witness program | Pieter Wuille |
2015-06-21 | Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) | Peter Todd |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-11-20 | Make STRICTENC invalid pubkeys fail the script rather than the opcode. | Pieter Wuille |
2014-11-17 | Discourage NOPs reserved for soft-fork upgrades | Peter Todd |
2014-11-14 | script: create sane error return codes for script validation and remove logging | Cory Fields |