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
2021-04-13
Merge #21330: Deal with missing data in signature hashes more consistently
fanquake
2021-03-15
Make all SignatureChecker explicit about missing data
Pieter Wuille
2021-03-15
Add MissingDataBehavior and make TransactionSignatureChecker handle it
Pieter Wuille
2021-03-04
Introduce DeferringSignatureChecker and inherit with SignatureExtractor
Andrew Chow
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-12
Implement Tapscript script validation rules (BIP 342)
Johnson Lau
2020-10-12
Use ScriptExecutionData to pass through annex hash
Pieter Wuille
2020-10-12
Implement Taproot validation (BIP 341)
Pieter Wuille
2020-10-12
Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
Pieter Wuille
2020-10-12
Implement Taproot signature hashing (BIP 341)
Johnson Lau
2020-10-12
refactor: keep spent outputs in PrecomputedTransactionData
Pieter Wuille
2020-10-06
scripted-diff: put ECDSA in name of signature functions
Pieter Wuille
2020-04-11
[REFACTOR] Initialize PrecomputedTransactionData in CheckInputScripts
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-30
Generic TransactionSignatureCreator works with both CTransaction and CMutable...
Martin Ankerl
2018-05-05
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-04-13
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-04-10
Extract consts for WITNESS_V0 hash sizes
Ben Woosley
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-02-11
Fix a-vs-an typos
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
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-30
Make all script verification flags softforks
Pieter Wuille
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
[next]