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
Age
Commit message (
Expand
)
Author
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-08
refactor: Remove override for final overriders
Hennadii Stepanov
2020-05-02
Merge #18413: script: prevent UB when computing abs value for num opcode seri...
fanquake
2020-04-23
Add IsSingleType to Descriptors
Andrew Chow
2020-04-22
Merge #18612: script: Remove undocumented and unused operator+
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
Merge #18401: Refactor: Initialize PrecomputedTransactionData in CheckInputSc...
MarcoFalke
2020-04-15
script: Remove undocumented and unused operator+
MarcoFalke
2020-04-13
script: Disallow silent bool -> CScript conversion
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-04-09
script: prevent UB when computing abs value for num opcode serialize
pierrenn
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-27
Merge #18388: Make VerifyWitnessProgram use a Span stack
fanquake
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-23
script: fix SCRIPT_ERR_SIG_PUSHONLY error string
Sebastian Falbesoner
2020-03-14
Merge #16902: O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation
Wladimir J. van der Laan
2020-03-13
Merge #18204: descriptors: improve descriptor cache and cache xpubs
Wladimir J. van der Laan
2020-03-13
Merge #18002: Abstract out script execution out of VerifyWitnessProgram()
Wladimir J. van der Laan
2020-03-09
Clear any input_errors for an input after it is signed
Andrew Chow
2020-03-08
Refactor rawtransaction's SignTransaction into generic SignTransaction function
Andrew Chow
2020-03-07
Cache parent xpub inside of BIP32PubkeyProvider
Andrew Chow
2020-03-07
Only cache xpubs that have a hardened last step
Andrew Chow
2020-03-07
Cache the immediate derivation parent xpub
Andrew Chow
2020-03-07
Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand an...
Andrew Chow
2020-03-07
Rename BIP32PubkeyProvider.m_extkey to m_root_extkey
Andrew Chow
2020-03-07
Track the index of the key expression in PubkeyProvider
Andrew Chow
2020-03-07
Introduce DescriptorCache struct which caches xpubs
Andrew Chow
2020-02-22
Merge #18034: Get the OutputType for a descriptor
Samuel Dobson
2020-02-12
[REFACTOR] Abstract out script execution out of VerifyWitnessProgram()
Pieter Wuille
2020-02-12
wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition
Russell Yanofsky
2020-02-11
Get the OutputType for a descriptor
Andrew Chow
2020-01-30
Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...
Samuel Dobson
2020-01-23
refactor: define a UINT256_ONE global constant
Andrew Chow
2020-01-23
Always try to sign for all pubkeys in multisig
Andrew Chow
2020-01-16
Fix doxygen errors
Ben Woosley
2020-01-16
Merge #17924: Bug: IsUsedDestination shouldn't use key id as script id for Sc...
Wladimir J. van der Laan
2020-01-14
Don't allow implementers to think ScriptHash(Witness*()) results in nesting c...
Gregory Sanders
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-02
Merge #16658: validation: Rename CheckInputs to CheckInputScripts
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-21
Merge #17439: refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE constants consiste...
MarcoFalke
2019-11-20
Merge #12461: scripted-diff: Rename key size consts to be relative to their c...
Wladimir J. van der Laan
2019-11-11
refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE const
Hennadii Stepanov
2019-11-07
scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
John Newbery
2019-11-07
Implement O(1) OP_IF/NOTIF/ELSE/ENDIF logic
Pieter Wuille
2019-11-07
[refactor] interpreter: define interface for vfExec
Anthony Towns
2019-11-04
doc: Fix some misspellings
randymcmillan
[next]