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-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
doc: Update outdated txnouttype documentation
MarcoFalke
2020-06-19
Disallow automatic conversion between hash types
Ben Woosley
2020-06-19
Explicitly support conversion between equivalent hash types
Ben Woosley
2020-06-19
Use explicit conversion from WitnessV0KeyHash -> CKeyID
Ben Woosley
2020-06-19
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-19
Convert CPubKey to WitnessV0KeyHash directly
Ben Woosley
2020-06-19
Prefer explicit CScriptID construction
Ben Woosley
2020-06-19
Prefer explicit uint160 conversion
Ben Woosley
2020-06-19
Merge #18863: refactor: Make CScriptVisitor stateless
MarcoFalke
2020-06-18
Merge #18468: Span improvements
Wladimir J. van der Laan
2020-06-06
refactor: Make CScriptVisitor stateless
João Barbosa
2020-06-04
refactor: Specify boost/thread/thread.hpp explicitly
Hennadii Stepanov
2020-06-02
Merge #13204: Faster sigcache nonce
MarcoFalke
2020-05-27
Merge #19004: refactor: Replace const char* to std::string
MarcoFalke
2020-05-26
Remove outdated comment about DER encoding
Elichai Turkel
2020-05-22
refactor: Replace const char* to std::string
Calvin Kim
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-12
Simplify usage of Span in several places
Pieter Wuille
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-29
Use salted hasher instead of nonce in sigcache
Jeremy Rubin
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
[next]