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-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
2023-06-29
miniscript: make GetStackSize() and GetOps() return optionals
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-20
refactor: Move system from util to common library
TheCharlatan
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-31
miniscript: explicit cast instead of comparing integers of different signs
Antoine Poinsot
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-13
refactor: Move error() from util/system.h to logging.h
Ben Woosley
2023-03-03
Fixed a couple of typos in comments to make linter happy
hernanmarino
2023-02-28
Make miniscript fuzzers avoid ops limit
Pieter Wuille
2023-02-17
BIP341 txdata cannot be precomputed without spent outputs
Pieter Wuille
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-14
descriptors: fix docstring (param [in] vs [out])
SomberNight
2023-02-11
script/sign: signing support for Miniscripts with hash preimage challenges
Antoine Poinsot
2023-02-11
script/sign: signing support for Miniscript with timelocks
Antoine Poinsot
2023-02-11
script/sign: basic signing support for Miniscript descriptors
Antoine Poinsot
2023-02-11
Align 'e' property of or_d and andor with website spec
Pieter Wuille
2023-02-11
Various additional explanations of the satisfaction logic from Pieter
Pieter Wuille
2023-02-11
miniscript: satisfaction support
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
2023-01-24
Merge bitcoin/bitcoin#26707: clang-tidy: Fix `performance-*move*` warnings in...
MarcoFalke
2023-01-19
Merge bitcoin/bitcoin#25877: refactor: Do not use CScript for tapleaf scripts...
Andrew Chow
2023-01-18
clang-tidy: Fix `performance-no-automatic-move` in headers
Hennadii Stepanov
[next]