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
/
descriptor.cpp
Age
Commit message (
Expand
)
Author
2021-06-24
Pass in DescriptorCache to ToNormalizedString
Andrew Chow
2021-06-24
Change DescriptorImpl::ToStringHelper to use an enum
Andrew Chow
2021-06-24
Remove priv option for ToNormalizedString
Andrew Chow
2021-06-24
descriptors: Cache last hardened xpub
Andrew Chow
2021-06-24
Refactor Cache merging and writing
Andrew Chow
2021-06-24
Revert "Cache parent xpub inside of BIP32PubkeyProvider"
Andrew Chow
2021-06-24
Merge bitcoin/bitcoin#22154: Add OutputType::BECH32M and related wallet suppo...
W. J. van der Laan
2021-06-22
Disallow bech32m addresses for legacy wallet things
Andrew Chow
2021-06-22
Use BECH32M for tr() desc, WitV1Taproot, and WitUnknown CTxDests
Andrew Chow
2021-06-18
Taproot descriptor inference
Pieter Wuille
2021-06-12
Add TaprootSpendData data structure, equivalent to script map for P2[W]SH
Pieter Wuille
2021-05-24
Add tr() descriptor (derivation only, no signing)
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-04
refactor: Use CPubKey vector constructor where possible
MarcoFalke
2021-04-28
script: allow up to 20 keys in wsh() descriptors
Antoine Poinsot
2021-04-20
doc: Fix doxygen comment silent merge conflict in descriptor.cpp
W. J. van der Laan
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-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-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-10-09
descriptors: Add ToNormalizedString and tests
Andrew Chow
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-07-19
span: Add Span::empty() and use it in script/descriptor
MarcoFalke
2020-07-13
Work around memory-aliasing in descriptor ParsePubkey
MarcoFalke
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-05-12
Simplify usage of Span in several places
Pieter Wuille
2020-05-08
refactor: Remove override for final overriders
Hennadii Stepanov
2020-04-23
Add IsSingleType to Descriptors
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
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-11
Get the OutputType for a descriptor
Andrew Chow
[next]