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
2022-08-19
Make DUMMY_CHECKER availble outside of script/sign.cpp
Andrew Chow
2022-07-20
Use HashWriter where possible
MacroFake
2022-04-25
Precomputed hashes are note #16 in BIP341
Gregory Sanders
2022-03-17
script: move CheckMinimalPush from interpreter to script.h
Antoine Poinsot
2022-01-19
Optimize CHECKSIGADD Script Validation
Jeremy Rubin
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-12
tests: implement BIP341 test vectors
Pieter Wuille
2021-08-20
Improve comments in taproot signing logic
Pieter Wuille
2021-07-24
Merge bitcoin/bitcoin#13533: [tests] Reduced number of validations in tx_vali...
MarcoFalke
2021-07-20
Merge bitcoin/bitcoin#22232: refactor: Pass interpreter flags as uint32_t ins...
MarcoFalke
2021-06-18
consensus refactor: extract ComputeTapleafHash, ComputeTaprootMerkleRoot
Pieter Wuille
2021-06-14
refactor: Pass script verify flags as uint32_t
MarcoFalke
2021-06-12
Basic Taproot signing logic in script/sign.cpp
Pieter Wuille
2021-06-12
Permit full precomputation in PrecomputedTransactionData
Pieter Wuille
2021-05-24
Add TaprootBuilder class
Pieter Wuille
2021-04-28
script: match multisigs with up to MAX_PUBKEYS_PER_MULTISIG keys
Antoine Poinsot
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-15
Reduced number of validations in `tx_validationcache_tests` to keep the run t...
lucash-dev
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
[next]