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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement BIP 66 validation rules and switchover logic
Pieter Wuille
2015-10-18
1
-0
/
+88
*
Also switch the (unused) verification code to low-s instead of even-s.
Pieter Wuille
2014-06-29
1
-3
/
+6
*
Add rejection of non-null CHECKMULTISIG dummy values
Peter Todd
2014-06-29
1
-1
/
+15
*
Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants
Peter Todd
2014-06-29
1
-1
/
+1
*
script: remove bignum dependency
Cory Fields
2014-05-29
1
-1
/
+0
*
script: switch to CScriptNum usage for scripts
Cory Fields
2014-05-29
1
-27
/
+17
*
Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.
Ross Nicoll
2014-03-28
1
-1
/
+1
*
script: reduce OP_RETURN standard relay bytes to 40
Jeff Garzik
2014-02-26
1
-2
/
+2
*
script: tighten multisig non-standard rules: do not relay pubkeys above 65 bytes
Jeff Garzik
2014-02-21
1
-2
/
+2
*
Add HasCanonicalPushes(), and use it in IsStandardTx
Pieter Wuille
2014-02-11
1
-0
/
+27
*
Move IsPushOnly() to script.cpp
Pieter Wuille
2014-02-11
1
-0
/
+18
*
Merge pull request #3257
Wladimir J. van der Laan
2013-11-20
1
-2
/
+0
|
\
|
*
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-15
1
-2
/
+0
*
|
orphan spaces cleanup ;-)
Philip Kaufmann
2013-11-15
1
-1
/
+1
|
/
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-8
/
+12
*
Relay OP_RETURN TxOut as standard transaction type
Peter Todd
2013-10-24
1
-5
/
+7
*
Merge pull request #2738 from jgarzik/op_return
Gavin Andresen
2013-10-21
1
-2
/
+19
|
\
|
*
Relay OP_RETURN data TxOut as standard transaction type
Jeff Garzik
2013-10-02
1
-2
/
+19
*
|
Merge pull request #3119
Pieter Wuille
2013-10-20
1
-1
/
+1
|
\
\
|
*
|
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
|
|
/
*
/
Inline signature serializer
Pieter Wuille
2013-09-28
1
-45
/
+101
|
/
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-2
/
+2
*
Merge pull request #2938 from petertodd/op-reserved-weirdness
Gavin Andresen
2013-08-25
1
-0
/
+2
|
\
|
*
Document and test OP_RESERVED weirdness
Peter Todd
2013-08-25
1
-0
/
+2
*
|
Merge pull request #2618 from fcicq/solaris-support
Jeff Garzik
2013-08-24
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix boost uint type bug by reordering the includes
fcicq
2013-07-17
1
-6
/
+6
*
|
Only create signatures with even S, and verification mode to check.
Pieter Wuille
2013-08-16
1
-9
/
+17
*
|
Remove #define loop from util.h
Gavin Andresen
2013-07-31
1
-1
/
+1
|
/
*
Add ExtractAffectedKeys to script
Pieter Wuille
2013-06-22
1
-0
/
+36
*
Removed script.cpp's dependence on main.h
Eric Lombrozo
2013-06-05
1
-1
/
+1
*
Make signature cache store CPubKeys
Pieter Wuille
2013-05-30
1
-8
/
+12
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-21
/
+12
*
Make CPubKey statically allocated
Pieter Wuille
2013-05-30
1
-2
/
+3
*
Remove implementation of disabled opcodes
Gavin Andresen
2013-05-02
1
-166
/
+1
*
Merge pull request #2114 from sipa/strictstrict
Gavin Andresen
2013-01-23
1
-1
/
+2
|
\
|
*
Make IsCanonicalScript() check the hash type more thoroughly
Pieter Wuille
2012-12-22
1
-1
/
+2
*
|
Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE
Matt Corallo
2013-01-18
1
-2
/
+2
*
|
Remove contention on signature cache during block validation
Pieter Wuille
2013-01-08
1
-9
/
+11
*
|
Move VerifySignature to main
Pieter Wuille
2013-01-08
1
-11
/
+0
|
/
*
Add assert and comment for subtle pay-to-script-hash logic
Gavin Andresen
2012-11-21
1
-0
/
+5
*
Introduce script verification flags
Pieter Wuille
2012-11-15
1
-13
/
+13
*
Merge pull request #1936 from sipa/morehashwriter
Pieter Wuille
2012-10-20
1
-3
/
+2
|
\
|
*
Use CHashWriter also in SignatureHash(), and for message signing
Pieter Wuille
2012-10-19
1
-3
/
+2
*
|
Ultraprune
Pieter Wuille
2012-10-20
1
-4
/
+1
*
|
Compact serialization for scripts
Pieter Wuille
2012-10-20
1
-0
/
+125
*
|
Merge pull request #1742 from sipa/canonical
Jeff Garzik
2012-10-20
1
-13
/
+79
|
\
\
|
|
/
|
/
|
|
*
Check for canonical public keys and signatures
Pieter Wuille
2012-09-21
1
-13
/
+79
*
|
Documented bug in sign-extension behavior of opcodes OP_AND, OP_OR, and OP_XOR.
Mark Friedenbach
2012-09-25
1
-1
/
+23
|
/
*
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-24
1
-2
/
+1
*
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
1
-1
/
+1
[next]