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
2023-05-08
Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-11
script/sign: basic signing support for Miniscript descriptors
Antoine Poinsot
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-01-30
Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160
MarcoFalke
2023-01-26
refactor: Extract RIPEMD160
Ben Woosley
2022-11-21
Do not use CScript for tapleaf scripts until the tapleaf version is known
Russell O'Connor
2022-09-01
Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...
Andrew Chow
2022-08-29
descriptors: addr() and raw() should return false for ToPrivateString
Andrew Chow
2022-08-20
Fix issues when calling std::move(const&)
MacroFake
2022-08-18
Merge bitcoin/bitcoin#25827: descriptor: check if `rawtr` has only one key.
Andrew Chow
2022-08-17
descriptor: check if `rawtr` has only one key.
w0xlt
2022-08-12
refactor: Avoid copies in FlatSigningProvider Merge
MacroFake
2022-08-10
Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...
Andrew Chow
2022-08-04
descriptor: don't assert success of extended key derivation
Antoine Poinsot
2022-08-04
descriptor: never ignore the return value when deriving an extended key
Antoine Poinsot
2022-07-19
Add rawtr() descriptor for P2TR with unknown tweak
Pieter Wuille
2022-07-14
Miniscript support in output descriptors
Antoine Poinsot
2022-06-27
Store TaprootBuilder in SigningProviders instead of TaprootSpendData
Andrew Chow
2022-03-23
Merge bitcoin/bitcoin#24462: For descriptor pubkey parse errors, include cont...
MarcoFalke
2022-03-04
Merge bitcoin/bitcoin#24043: Add (sorted)multi_a descriptor for k-of-n multis...
Andrew Chow
2022-03-03
For descriptor pubkey parse errors, include context information
Ben Woosley
2022-02-15
Bugfix: make ToPrivateString work with x-only keys
Pieter Wuille
2022-02-14
Bugfix: set x-only flag when inferring pk() inside tr()
Pieter Wuille
2022-01-12
Add multi_a descriptor inference
Pieter Wuille
2022-01-12
Add (sorted)multi_a descriptor and script derivation
Pieter Wuille
2022-01-01
rpc: Quote user supplied descriptor in error msg
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-29
More Span simplifications
Pieter Wuille
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
2021-11-15
Store pubkeys in TRDescriptor::MakeScripts
Andrew Chow
2021-08-23
Consolidate XOnlyPubKey lookup hack
Andrew Chow
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
[next]