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
/
test
/
fuzz
/
script_sign.cpp
Age
Commit message (
Expand
)
Author
2023-11-30
Remove unused CDataStream
MarcoFalke
2023-11-20
fuzz: create ConsumeCoins
brunoerg
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-09-07
Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...
fanquake
2023-09-06
fuzz: introduce and use `ConsumePrivateKey` helper
Sebastian Falbesoner
2023-09-05
Use serialization parameters for CAddress serialization
MarcoFalke
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-02-16
Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptors
fanquake
2023-02-11
script/sign: signing support for Miniscripts with hash preimage challenges
Antoine Poinsot
2022-12-13
Adapt to libsecp256k1 API changes
Pieter Wuille
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-10
moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt ...
Andrew Chow
2021-12-10
Types are compact size uints
Andrew Chow
2021-11-12
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
Andrew Poelstra
2021-07-01
Change SignTransaction's input_errors to use bilingual_str
Andrew Chow
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-05-30
tests: Add fuzzing harness for functions in script/sign.h
practicalswift