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
2023-10-25
iwyu: Export prevector.h from script.h
MarcoFalke
2023-10-17
Merge bitcoin/bitcoin#28651: Make miniscript GetWitnessSize accurate for taps...
Andrew Chow
2023-10-16
Merge bitcoin/bitcoin#28539: lib: add taproot support to libconsensus
Andrew Chow
2023-10-13
miniscript: make GetWitnessSize accurate for tapscript
Pieter Wuille
2023-10-13
lib: add Taproot support to libconsensus
Jake Rawsthorne
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
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
miniscript: remove P2WSH-specific part of GetStackSize doc comment
Antoine Poinsot
2023-10-08
miniscript: have a custom Node destructor
Antoine Poinsot
2023-10-08
script/sign: Miniscript support in Tapscript
Antoine Poinsot
2023-10-08
MOVEONLY: script/sign: move Satisfier declaration above Tapscript signing
Antoine Poinsot
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
miniscript: check maximum stack size during execution
Antoine Poinsot
2023-10-08
pubkey: introduce a GetEvenCorrespondingCPubKey helper
Antoine Poinsot
2023-10-08
miniscript: account for keys as being 32 bytes under Taproot context
Antoine Poinsot
2023-10-08
miniscript: adapt resources checks depending on context
Antoine Poinsot
2023-10-08
miniscript: sanity asserts context in ComputeType
Antoine Poinsot
2023-10-08
miniscript: make 'd:' have the 'u' property under Tapscript context
Antoine Poinsot
2023-10-08
miniscript: introduce a multi_a fragment
Antoine Poinsot
2023-10-08
miniscript: restrict multi() usage to P2WSH context
Antoine Poinsot
2023-10-08
miniscript: store the script context within the Node structure
Antoine Poinsot
2023-10-08
miniscript: introduce a MsContext() helper to contexts
Antoine Poinsot
2023-10-08
miniscript: don't anticipate signature presence in CalcStackSize()
Antoine Poinsot
2023-10-08
miniscript: add a missing dup key check bypass in Parse()
Antoine Poinsot
2023-10-04
descriptors: disallow hybrid public keys
Pieter Wuille
2023-09-07
Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...
fanquake
2023-09-06
Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using...
Andrew Chow
2023-08-28
Replace READWRITEAS macro with AsBase wrapping function
MarcoFalke
2023-08-25
wallet: accurately account for the size of the witness stack
Antoine Poinsot
2023-08-25
script/signingprovider: introduce a MultiSigningProvider
Antoine Poinsot
2023-08-25
descriptor: introduce a method to get the satisfaction size
Antoine Poinsot
2023-08-25
miniscript: introduce a helper to get the maximum witness size
Antoine Poinsot
2023-08-25
miniscript: make GetStackSize independent of P2WSH context
Antoine Poinsot
2023-08-17
refactor: Add missing includes
MarcoFalke
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up script/standard.{h/cpp} includes
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
MOVEONLY: Move datacarrier defaults to policy.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move Taproot{SpendData/Builder} to signingprovider.{h/cpp}
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-08-14
Remove ScriptHash from CScriptID constructor
Andrew Chow
2023-08-14
Move MANDATORY_SCRIPT_VERIFY_FLAGS from script/standard.h to policy/policy.h
Anthony Towns
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
[next]