aboutsummaryrefslogtreecommitdiff
path: root/src/script/interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #10657: Utils: Improvements to ECDSA key-handling codeWladimir J. van der Laan2017-12-201-0/+6
|\ \ | |/ |/|
| * Add commentsJack Grigg2017-07-171-0/+6
* | Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-1/+0
|\ \
| * | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-1/+0
* | | Merge #10699: Make all script validation flags backward compatibleWladimir J. van der Laan2017-12-121-6/+0
|\ \ \ | |/ / |/| |
| * | Make all script verification flags softforksPieter Wuille2017-06-301-6/+0
* | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-9/+9
* | | Merge #9572: Skip witness sighash cache for non-segwit transactionsWladimir J. van der Laan2017-10-051-6/+11
|\ \ \
| * | | Skip precompute sighash for transactions without witnessJohnson Lau2017-01-191-6/+11
* | | | script: Change SignatureHash input index check to an assert.Jim Posen2017-09-271-4/+2
* | | | Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-081-1/+1
* | | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
| |_|/ |/| |
* | | Avoid dereference-of-casted-pointerPieter Wuille2017-07-071-2/+2
| |/ |/|
* | Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan2017-06-261-2/+2
|\ \
| * | [trivial] Add end of namespace commentspracticalswift2017-05-311-2/+2
* | | Merge #10313: [Consensus] Add constant for maximum stack sizePieter Wuille2017-05-231-1/+1
|\ \ \
| * | | Add constant for maximum stack sizeGregory Sanders2017-05-021-1/+1
| |/ /
* / / Use range-based for loops (C++11) when looping over vector elementspracticalswift2017-05-191-6/+6
|/ /
* | Remove unused C++ code not covered by unit testspracticalswift2017-04-261-3/+3
* | Refactor: Remove using namespace <xxx> from script/Karl-Johan Alm2017-03-081-14/+12
|/
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-5/+5
* Get rid of nType and nVersionPieter Wuille2016-11-071-15/+15
* Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scriptsWladimir J. van der Laan2016-10-191-2/+2
|\
| * Add script tests for FindAndDelete in pre-segwit and segwit scriptsJohnson Lau2016-10-161-2/+2
* | Require compressed keys in segwit as policy and disable signing with uncompre...Johnson Lau2016-10-161-6/+22
|/
* Add policy: null signature for failed CHECK(MULTI)SIGJohnson Lau2016-09-271-1/+13
* Make non-minimal OP_IF/NOTIF argument non-standard for P2WSHJohnson Lau2016-09-231-0/+6
* Rename to PrecomputedTransactionDataPieter Wuille2016-08-261-3/+3
* Precompute sighashesPieter Wuille2016-08-161-17/+37
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-0/+47
* BIP143: Verification logicPieter Wuille2016-06-221-12/+72
* BIP141: Witness programPieter Wuille2016-06-221-2/+109
* Introduce constant for maximum CScript lengthPieter Wuille2016-04-251-1/+1
* [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-6/+6
* Code style fix.BtcDrak2016-02-161-1/+2
* Separate CheckLockTime() and CheckSequence() logicBtcDrak2016-02-141-20/+26
* BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach2016-02-141-7/+82
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-1/+1
|\
| * Implement SequenceLocks functionsAlex Morcos2016-02-101-1/+1
* | Correctly report high-S violationsPieter Wuille2016-02-101-1/+4
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Merge pull request #6914Wladimir J. van der Laan2015-12-011-1/+1
|\
| * Prevector typePieter Wuille2015-11-131-1/+1
* | Switch to libsecp256k1-based validation for ECDSAPieter Wuille2015-11-151-11/+2
|/
* script: Remove magic numbersDavid Hill2015-10-151-3/+3
* Merge pull request #5264Wladimir J. van der Laan2015-09-251-1/+1
|\
| * Resolve issue 3166.mruddy2015-07-301-1/+1
* | Correct a possibly intentional pun that is nevertheless hard to read: "two ti...Mark Friedenbach2015-08-101-1/+1
|/
* Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd2015-06-211-2/+81