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
/
external_signer.cpp
Age
Commit message (
Expand
)
Author
2023-05-09
Fix clang-tidy performance-unnecessary-copy-initialization warnings
MarcoFalke
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-26
Merge bitcoin/bitcoin#23578: Add external signer taproot support
fanquake
2022-10-04
refactor: move run_command from util to common
Cory Fields
2022-10-04
kernel: move RunCommandParseJSON to its own file
Cory Fields
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-26
refactor: remove unnecessary string initializations
fanquake
2022-06-28
wallet: add taproot support to external signer
Sjors Provoost
2022-05-07
parsing external signer master fingerprint string as bytes instead of caring ...
avirgovi
2021-08-24
external_signer: improve fingerprint matching logic (stop on first match)
Sebastian Falbesoner
2021-06-16
refactor: make ExternalSigner NetworkArg() and m_chain private
Sjors Provoost
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-04-13
external_signer: remove ExternalSignerException
fanquake
2021-04-13
external_signer: use const where appropriate
fanquake
2021-04-13
external_signer: remove ignore_errors from Enumerate()
fanquake
2021-04-13
refactor: add missing includes to external signer code
fanquake
2021-04-13
refactor: move all signer code inside ENABLE_EXTERNAL_SIGNER #ifdefs
fanquake
2021-04-08
Move external signer out of wallet module
Sjors Provoost