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 #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
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-0
/
+47
*
BIP143: Verification logic
Pieter Wuille
2016-06-22
1
-12
/
+72
*
BIP141: Witness program
Pieter Wuille
2016-06-22
1
-2
/
+109
*
Introduce constant for maximum CScript length
Pieter Wuille
2016-04-25
1
-1
/
+1
*
[doc] Fix doxygen comments for members
MarcoFalke
2016-04-03
1
-6
/
+6
*
Code style fix.
BtcDrak
2016-02-16
1
-1
/
+2
*
Separate CheckLockTime() and CheckSequence() logic
BtcDrak
2016-02-14
1
-20
/
+26
*
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-14
1
-7
/
+82
*
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-12
1
-1
/
+1
|
\
|
*
Implement SequenceLocks functions
Alex Morcos
2016-02-10
1
-1
/
+1
*
|
Correctly report high-S violations
Pieter Wuille
2016-02-10
1
-1
/
+4
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
/
*
Merge pull request #6914
Wladimir J. van der Laan
2015-12-01
1
-1
/
+1
|
\
|
*
Prevector type
Pieter Wuille
2015-11-13
1
-1
/
+1
*
|
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-11-15
1
-11
/
+2
|
/
*
script: Remove magic numbers
David Hill
2015-10-15
1
-3
/
+3
*
Merge pull request #5264
Wladimir J. van der Laan
2015-09-25
1
-1
/
+1
|
\
|
*
Resolve issue 3166.
mruddy
2015-07-30
1
-1
/
+1
*
|
Correct a possibly intentional pun that is nevertheless hard to read: "two ti...
Mark Friedenbach
2015-08-10
1
-1
/
+1
|
/
*
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-06-21
1
-2
/
+81
*
Merge pull request #5713
Wladimir J. van der Laan
2015-02-03
1
-63
/
+63
|
\
|
*
Change IsDERSignature to BIP66 implementation
Pieter Wuille
2015-02-01
1
-63
/
+63
*
|
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
1
-1
/
+1
*
|
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-02
1
-2
/
+2
*
|
Remove whitespaces before double colon in errors and logs
Pavel JanÃk
2015-01-31
1
-1
/
+1
|
/
*
Make empty byte arrays pass CheckSignatureEncoding()
Peter Todd
2015-01-09
1
-0
/
+5
*
Merge pull request #5143
Wladimir J. van der Laan
2015-01-08
1
-10
/
+22
|
\
|
*
Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)
Pieter Wuille
2014-11-25
1
-3
/
+12
|
*
No semantic change: reuse stack variable in P2SH evaluation
Pieter Wuille
2014-11-25
1
-7
/
+10
*
|
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
|
Replace uint256(1) with static constant
Wladimir J. van der Laan
2015-01-05
1
-2
/
+3
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
*
|
Merge pull request #5227
Wladimir J. van der Laan
2014-12-01
1
-1
/
+1
|
\
\
|
*
|
Split up crypto/sha2
Pieter Wuille
2014-11-20
1
-1
/
+1
*
|
|
libbitcoinconsensus: don't require any global constructors
Cory Fields
2014-11-24
1
-7
/
+8
|
|
/
|
/
|
*
|
Test the exact order of CHECKMULTISIG sig/pubkey evaluation
Peter Todd
2014-11-20
1
-1
/
+5
*
|
Make STRICTENC invalid pubkeys fail the script rather than the opcode.
Pieter Wuille
2014-11-20
1
-6
/
+6
|
/
*
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-17
1
-0
/
+6
*
script: create sane error return codes for script validation and remove logging
Cory Fields
2014-11-14
1
-117
/
+180
*
Make comments in /src/script doxygen compatible
Michael Ford
2014-11-10
1
-17
/
+22
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
1
-1
/
+1
*
boost: moveonly: create eccryptoverify.h|cpp and move helper functions there
Cory Fields
2014-10-31
1
-1
/
+2
[next]