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-10-09
descriptors: Move InferScript's pubkey validity checks to InferPubkey
Andrew Chow
2023-10-09
descriptors: Check result of InferPubkey
Andrew Chow
2023-10-08
descriptor: parse Miniscript expressions within Taproot descriptors
Antoine Poinsot
2023-10-08
descriptor: Tapscript-specific Miniscript key serialization / parsing
Antoine Poinsot
2023-10-08
pubkey: introduce a GetEvenCorrespondingCPubKey helper
Antoine Poinsot
2023-10-08
miniscript: introduce a MsContext() helper to contexts
Antoine Poinsot
2023-10-04
descriptors: disallow hybrid public keys
Pieter Wuille
2023-08-25
wallet: accurately account for the size of the witness stack
Antoine Poinsot
2023-08-25
descriptor: introduce a method to get the satisfaction size
Antoine Poinsot
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}
Andrew Chow
2023-07-20
Merge bitcoin/bitcoin#28067: descriptors: do not return top-level only funcs ...
Andrew Chow
2023-07-20
descriptor: InferScript, do not return top-level only func as sub descriptor
furszy
2023-07-17
Merge bitcoin/bitcoin#27997: Descriptors: rule out unspendable miniscript des...
Andrew Chow
2023-07-01
descriptor: assert we never parse a sane miniscript with no pubkey
Antoine Poinsot
2023-07-01
descriptor: refuse to parse unspendable miniscript descriptors
Antoine Poinsot
2023-06-28
wallet: bugfix, always use apostrophe for spkm descriptor ID
furszy
2023-06-28
refactor: extract descriptor ID calculation from spkm GetID()
furszy
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
[next]