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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-815
/
+0
*
Discover some missing includes
jtimon
2014-09-02
1
-1
/
+0
*
Remove unused function StackString() and class CCoins;
jtimon
2014-09-02
1
-20
/
+0
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+1
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-1
/
+2
*
Make CScript::clear() release its memory
Pieter Wuille
2014-08-24
1
-0
/
+6
*
Merge pull request #4602
Wladimir J. van der Laan
2014-08-03
1
-1
/
+1
|
\
|
*
script.h: set_vch() should shift a >32 bit value
Jeff Garzik
2014-07-29
1
-1
/
+1
*
|
Declare SignatureHash() in script.h
jtimon
2014-08-01
1
-0
/
+1
|
/
*
replaced MINE_ with ISMINE_
JaSK
2014-07-02
1
-4
/
+4
*
Added MINE_ALL = (spendable|watchonly)
JaSK
2014-07-02
1
-0
/
+1
*
Use script matching rather than destination matching for watch-only.
Pieter Wuille
2014-07-02
1
-1
/
+1
*
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
1
-0
/
+2
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-2
/
+10
*
Remove timing-based signature cache unit test
Gavin Andresen
2014-06-25
1
-1
/
+1
*
Avoid undefined behavior using CFlatData in CScript serialization
Wladimir J. van der Laan
2014-06-23
1
-4
/
+4
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-2
/
+3
*
Remove unused Print/PrintHex functions
Wladimir J. van der Laan
2014-06-10
1
-11
/
+0
*
Remove redundant c_str
R E Broadley
2014-05-22
1
-1
/
+1
*
Merge pull request #3637
Wladimir J. van der Laan
2014-05-09
1
-1
/
+1
|
\
|
*
Also switch the (unused) verification code to low-s instead of even-s.
Pieter Wuille
2014-03-10
1
-1
/
+1
*
|
Merge pull request #3843
Wladimir J. van der Laan
2014-05-09
1
-0
/
+20
|
\
\
|
*
|
Do not trigger a DoS ban if SCRIPT_VERIFY_NULLDUMMY fails
Peter Todd
2014-05-08
1
-0
/
+6
|
*
|
Add rejection of non-null CHECKMULTISIG dummy values
Peter Todd
2014-05-08
1
-1
/
+3
|
*
|
Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants
Peter Todd
2014-05-05
1
-0
/
+12
|
|
/
*
|
script: remove bignum dependency
Cory Fields
2014-04-22
1
-8
/
+0
*
|
script: switch to CScriptNum usage for scripts
Cory Fields
2014-04-22
1
-40
/
+11
*
|
script: add CScriptNum class
Cory Fields
2014-04-22
1
-0
/
+149
|
/
*
script: reduce OP_RETURN standard relay bytes to 40
Jeff Garzik
2014-02-26
1
-0
/
+1
*
Add HasCanonicalPushes(), and use it in IsStandardTx
Pieter Wuille
2014-02-11
1
-1
/
+4
*
Move IsPushOnly() to script.cpp
Pieter Wuille
2014-02-11
1
-17
/
+1
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-25
/
+30
*
Merge pull request #2738 from jgarzik/op_return
Gavin Andresen
2013-10-21
1
-1
/
+3
|
\
|
*
Relay OP_RETURN data TxOut as standard transaction type
Jeff Garzik
2013-10-02
1
-1
/
+3
*
|
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
|
/
*
Merge pull request #2791 from sipa/proveprune
Gavin Andresen
2013-09-23
1
-0
/
+7
|
\
|
*
Prune provably-unspendable outputs
Pieter Wuille
2013-07-10
1
-0
/
+7
*
|
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-2
/
+2
*
|
Document and test OP_RESERVED weirdness
Peter Todd
2013-08-25
1
-0
/
+4
*
|
Only create signatures with even S, and verification mode to check.
Pieter Wuille
2013-08-16
1
-5
/
+6
|
/
*
Add ExtractAffectedKeys to script
Pieter Wuille
2013-06-22
1
-0
/
+1
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-1
/
+1
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-2
/
+2
*
Make CPubKey statically allocated
Pieter Wuille
2013-05-30
1
-2
/
+4
*
Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE
Matt Corallo
2013-01-18
1
-0
/
+2
*
Merge pull request #2060 from sipa/parallel
Gavin Andresen
2013-01-17
1
-3
/
+2
|
\
|
*
Remove contention on signature cache during block validation
Pieter Wuille
2013-01-08
1
-0
/
+1
|
*
Move VerifySignature to main
Pieter Wuille
2013-01-08
1
-3
/
+1
*
|
Fix clang warnings
Gavin Andresen
2013-01-15
1
-2
/
+2
|
/
*
Introduce script verification flags
Pieter Wuille
2012-11-15
1
-3
/
+10
[next]