index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
interpreter.h
Age
Commit message (
Expand
)
Author
2017-10-05
Merge #9572: Skip witness sighash cache for non-segwit transactions
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-01-19
Skip precompute sighash for transactions without witness
Johnson Lau
2016-12-05
Do not shadow variables (gcc set)
Pavel Janík
2016-10-16
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-16
Precompute sighashes
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-02-14
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-30
Resolve issue 3166.
mruddy
2015-06-21
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-02-02
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-01-08
Merge pull request #5143
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-25
Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)
Pieter Wuille
2014-11-20
Make STRICTENC invalid pubkeys fail the script rather than the opcode.
Pieter Wuille
2014-11-17
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-14
script: create sane error return codes for script validation and remove logging
Cory Fields
2014-11-03
Fix all header defines
Pavel Janík
2014-10-25
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-08
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-06
minor license, header end comment etc. cleanup in /script
Philip Kaufmann
2014-10-02
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
Make signature cache optional
Pieter Wuille
2014-10-02
Abstract out SignatureChecker
Pieter Wuille
2014-09-17
Merge pull request #4555
Wladimir J. van der Laan
2014-09-14
cleanup new script files (no code changes)
Philip Kaufmann
2014-09-12
Don't pass nHashType to EvalScript nor CheckSig
jtimon
2014-09-12
Don't pass nHashType to VerifyScript
jtimon
2014-09-08
Separate script/interpreter
jtimon