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
*
Correct BIP 66 patches
Ross Nicoll
2015-10-18
1
-0
/
+1
*
Implement BIP 66 validation rules and switchover logic
Pieter Wuille
2015-10-18
1
-1
/
+1
*
Raise version of created blocks, and enforce DERSIG in mempool
Pieter Wuille
2015-10-18
1
-0
/
+1
*
Make low-s verification mandatory for standard script verification
Patrick Lodder
2015-10-17
1
-1
/
+2
*
Also switch the (unused) verification code to low-s instead of even-s.
Pieter Wuille
2014-06-29
1
-1
/
+1
*
Do not trigger a DoS ban if SCRIPT_VERIFY_NULLDUMMY fails
Peter Todd
2014-06-29
1
-0
/
+6
*
Add rejection of non-null CHECKMULTISIG dummy values
Peter Todd
2014-06-29
1
-1
/
+3
*
Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants
Peter Todd
2014-06-29
1
-0
/
+12
*
script: remove bignum dependency
Cory Fields
2014-05-29
1
-8
/
+0
*
script: switch to CScriptNum usage for scripts
Cory Fields
2014-05-29
1
-40
/
+11
*
script: add CScriptNum class
Cory Fields
2014-05-29
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
*
Ultraprune
Pieter Wuille
2012-10-20
1
-1
/
+2
*
Compact serialization for scripts
Pieter Wuille
2012-10-20
1
-0
/
+71
*
Check for canonical public keys and signatures
Pieter Wuille
2012-09-21
1
-4
/
+5
*
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-08-01
1
-1
/
+1
*
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
1
-0
/
+4
*
Refactor: SignSignature/VerifyScript
Gavin Andresen
2012-07-05
1
-0
/
+3
*
Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541)
Matt Corallo
2012-07-02
1
-1
/
+1
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-11
/
+27
*
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-0
/
+6
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-23
1
-1
/
+1
*
SigOp and orphan-tx constants and counts are always unsigned.
Jeff Garzik
2012-04-23
1
-2
/
+2
*
Add explicit numeric constant value for all opcodes
Wladimir J. van der Laan
2012-04-21
1
-115
/
+115
*
Fix bugs on 'unsigned char' platforms.
Dwayne C. Litzenberger
2012-04-18
1
-2
/
+4
*
Begin doxygen-compatible comments
Pieter Wuille
2012-03-26
1
-1
/
+3
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Make transactions with extra data in their scriptSig's non-standard.
Gavin Andresen
2012-01-19
1
-0
/
+1
[next]