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
2021-05-24
Add tr() descriptor (derivation only, no signing)
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-24
Separate WitnessV1Taproot variant in CTxDestination
Pieter Wuille
2021-05-24
Avoid dependence on CTxDestination index order
Pieter Wuille
2021-05-24
Change Solver() output for WITNESS_V1_TAPROOT
Pieter Wuille
2021-05-11
move-only: Add util/hash_type
MarcoFalke
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-04
refactor: Use CPubKey vector constructor where possible
MarcoFalke
2021-05-04
script: Replace address-of idiom with vector data() method
Guido Vranken
2021-04-28
script: allow up to 20 keys in wsh() descriptors
Antoine Poinsot
2021-04-28
script: match multisigs with up to MAX_PUBKEYS_PER_MULTISIG keys
Antoine Poinsot
2021-04-20
doc: Fix doxygen comment silent merge conflict in descriptor.cpp
W. J. van der Laan
2021-04-20
Merge #21238: A few descriptor improvements to prepare for Taproot support
W. J. van der Laan
2021-04-13
Merge #21330: Deal with missing data in signature hashes more consistently
fanquake
2021-04-07
Merge #21166: Introduce DeferredSignatureChecker and have SignatureExtractorC...
fanquake
2021-03-29
Clean up context dependent checks in descriptor parsing
Pieter Wuille
2021-03-29
refactor: move uncompressed-permitted logic into ParsePubkey*
Pieter Wuille
2021-03-29
refactor: split off subscript logic from ToStringHelper
Pieter Wuille
2021-03-29
Account for key cache indices in subexpressions
Pieter Wuille
2021-03-29
Make DescriptorImpl support multiple subscripts
Pieter Wuille
2021-03-29
refactor: move population of out.scripts from ExpandHelper to MakeScripts
Pieter Wuille
2021-03-29
Remove support for subdescriptors expanding to multiple scripts
Pieter Wuille
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-03-15
Treat amount<0 also as missing data for P2WPKH/P2WSH
Pieter Wuille
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-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-04
Introduce DeferringSignatureChecker and inherit with SignatureExtractor
Andrew Chow
2021-03-01
Correction for VerifyTaprootCommitment comments
Russell O'Connor
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-12
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
Wladimir J. van der Laan
2021-02-12
build: test for __declspec(dllexport) in configure
fanquake
2021-02-12
build: remove duplicate visibility attribute detection
fanquake
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2021-02-02
refactor: replace Boost shared_mutex with std shared_mutex in sigcache
fanquake
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-05
Merge #19846: build: enable unused member function diagnostic
MarcoFalke
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
[next]