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.cpp
Age
Commit message (
Expand
)
Author
2022-07-20
Use HashWriter where possible
MacroFake
2022-05-25
Add BIP-341 specified constraints to `ComputeTaprootMerkleRoot`
David Bakin
2022-04-05
Merge bitcoin/bitcoin#24147: Miniscript integration
laanwj
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-17
script: move CheckMinimalPush from interpreter to script.h
Antoine Poinsot
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-19
Optimize CHECKSIGADD Script Validation
Jeremy Rubin
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-29
More Span simplifications
Pieter Wuille
2021-11-12
tests: implement BIP341 test vectors
Pieter Wuille
2021-08-20
Avoid temporary vectors/uint256s in VerifyTaprootCommitment
Pieter Wuille
2021-07-19
[Refactor] Rename scriptPubKey -> exec_script
sanket1729
2021-06-30
Merge bitcoin/bitcoin#18096: doc: IsFinalTx comment about nSequence & OP_CLTV
MarcoFalke
2021-06-18
consensus refactor: extract ComputeTapleafHash, ComputeTaprootMerkleRoot
Pieter Wuille
2021-06-12
Permit full precomputation in PrecomputedTransactionData
Pieter Wuille
2021-06-12
Use HandleMissingData also in CheckSchnorrSignature
Pieter Wuille
2021-05-24
Add TaprootBuilder class
Pieter Wuille
2021-05-24
Make consensus checking of tweaks in pubkey.* Taproot-specific
Pieter Wuille
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-04-28
script: match multisigs with up to MAX_PUBKEYS_PER_MULTISIG keys
Antoine Poinsot
2021-04-27
doc: IsFinalTx comment about nSequence & OP_CLTV
Yuval Kogman
2021-03-15
Treat amount<0 also as missing data for P2WPKH/P2WSH
Pieter Wuille
2021-03-15
Add MissingDataBehavior and make TransactionSignatureChecker handle it
Pieter Wuille
2021-03-01
Correction for VerifyTaprootCommitment comments
Russell O'Connor
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-11-26
Add comments to VerifyTaprootCommitment
Pieter Wuille
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
refactor: rename scriptPubKey in VerifyWitnessProgram to exec_script
Pieter Wuille
2020-10-06
scripted-diff: put ECDSA in name of signature functions
Pieter Wuille
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-08-07
Refactor Get{Prevout,Sequence,Outputs}Hash to Get{Prevouts,Sequences,Outputs}...
Jeremy Rubin
2020-07-30
Make CHash256/CHash160 output to Span
Pieter Wuille
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-05-12
Simplify usage of Span in several places
Pieter Wuille
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
Merge #18401: Refactor: Initialize PrecomputedTransactionData in CheckInputSc...
MarcoFalke
2020-04-11
[REFACTOR] Initialize PrecomputedTransactionData in CheckInputScripts
Pieter Wuille
2020-04-10
Merge #18422: [consensus] MOVEONLY: Move single-sig checking EvalScript code ...
MarcoFalke
2020-03-24
[consensus] MOVEONLY: Move single-sig checking EvalScript code to EvalChecksig
Pieter Wuille
2020-03-23
Make VerifyWitnessProgram use a Span stack
Pieter Wuille
2020-03-14
Merge #16902: O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation
Wladimir J. van der Laan
2020-02-12
[REFACTOR] Abstract out script execution out of VerifyWitnessProgram()
Pieter Wuille
2020-01-23
refactor: define a UINT256_ONE global constant
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
[next]