Age | Commit message (Expand) | Author |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-10-12 | Implement Tapscript script validation rules (BIP 342) | Johnson Lau |
2020-05-22 | refactor: Replace const char* to std::string | Calvin Kim |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-29 | Remove template matching and pseudo opcodes | Pieter Wuille |
2018-04-13 | [MOVEONLY] Turn CScript::GetOp2 into a function and move to cpp | Pieter Wuille |
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-06-07 | Sanity check transaction scripts in DecodeHexTx | Andrew Chow |
2017-06-07 | Add a valid opcode sanity check to CScript | Andrew Chow |
2017-03-08 | Refactor: Remove using namespace <xxx> from script/ | Karl-Johan Alm |
2017-03-03 | Merge #8808: Do not shadow variables (gcc set) | Wladimir J. van der Laan |
2017-01-27 | [trivial] Fix typos in comments | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-05 | Do not shadow variables (gcc set) | Pavel JanÃk |
2016-06-28 | Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY | BtcDrak |
2016-06-22 | [RPC] signrawtransaction can sign P2WSH | NicolasDorier |
2016-06-22 | BIP141: Witness program | Pieter Wuille |
2016-06-22 | BIP144: Serialization, hashes, relay (sender side) | Pieter Wuille |
2016-01-05 | Merge pull request #7205 | Wladimir J. van der Laan |
2015-12-15 | Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. | mb300sd |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-11-13 | Prevector type | Pieter Wuille |
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 |