index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
interpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Merge #13554: Remove unused function arguments
Wladimir J. van der Laan
2018-07-30
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Remove unused argument to WitnessSigOps(...)
practicalswift
2018-07-10
1
-3
/
+3
*
|
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-3
/
+3
|
/
*
Generic TransactionSignatureCreator works with both CTransaction and CMutable...
Martin Ankerl
2018-05-30
1
-13
/
+35
*
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-05-05
1
-2
/
+13
*
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-04-13
1
-2
/
+30
*
Extract consts for WITNESS_V0 hash sizes
Ben Woosley
2018-04-10
1
-4
/
+4
*
Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...
Pieter Wuille
2018-04-04
1
-1
/
+1
|
\
|
*
Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTAC...
Mark Friedenbach
2018-01-12
1
-1
/
+1
*
|
Merge #12460: Assert CPubKey::ValidLength to the pubkey's header-relevant size
MarcoFalke
2018-04-04
1
-4
/
+4
|
\
\
|
*
|
Assert CPubKey::ValidLength to the pubkey's header-relevent size
Ben Woosley
2018-02-16
1
-4
/
+4
|
|
/
*
|
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-9
/
+9
|
\
\
|
*
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-9
/
+9
*
|
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
|
/
/
*
|
Merge #11900: [script] simplify CheckMinimalPush checks, add safety assert
Wladimir J. van der Laan
2018-03-07
1
-8
/
+10
|
\
\
|
|
/
|
/
|
|
*
CheckMinimalPush comments are prescriptive
Gregory Sanders
2018-03-07
1
-6
/
+6
|
*
simplify CheckMinimalPush checks, add safety assert
Gregory Sanders
2017-12-14
1
-2
/
+4
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
Merge #10657: Utils: Improvements to ECDSA key-handling code
Wladimir J. van der Laan
2017-12-20
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add comments
Jack Grigg
2017-07-17
1
-0
/
+6
*
|
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-1
/
+0
|
\
\
|
*
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-1
/
+0
*
|
|
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-12-12
1
-6
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make all script verification flags softforks
Pieter Wuille
2017-06-30
1
-6
/
+0
*
|
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-9
/
+9
*
|
|
Merge #9572: Skip witness sighash cache for non-segwit transactions
Wladimir J. van der Laan
2017-10-05
1
-6
/
+11
|
\
\
\
|
*
|
|
Skip precompute sighash for transactions without witness
Johnson Lau
2017-01-19
1
-6
/
+11
*
|
|
|
script: Change SignatureHash input index check to an assert.
Jim Posen
2017-09-27
1
-4
/
+2
*
|
|
|
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-08
1
-1
/
+1
*
|
|
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-07
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-26
1
-2
/
+2
|
\
\
|
*
|
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-2
/
+2
*
|
|
Merge #10313: [Consensus] Add constant for maximum stack size
Pieter Wuille
2017-05-23
1
-1
/
+1
|
\
\
\
|
*
|
|
Add constant for maximum stack size
Gregory Sanders
2017-05-02
1
-1
/
+1
|
|
/
/
*
/
/
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-19
1
-6
/
+6
|
/
/
*
|
Remove unused C++ code not covered by unit tests
practicalswift
2017-04-26
1
-3
/
+3
*
|
Refactor: Remove using namespace <xxx> from script/
Karl-Johan Alm
2017-03-08
1
-14
/
+12
|
/
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-09
1
-5
/
+5
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-15
/
+15
*
Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts
Wladimir J. van der Laan
2016-10-19
1
-2
/
+2
|
\
|
*
Add script tests for FindAndDelete in pre-segwit and segwit scripts
Johnson Lau
2016-10-16
1
-2
/
+2
*
|
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-10-16
1
-6
/
+22
|
/
*
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-27
1
-1
/
+13
*
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-09-23
1
-0
/
+6
*
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-26
1
-3
/
+3
*
Precompute sighashes
Pieter Wuille
2016-08-16
1
-17
/
+37
[next]