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
/
rpc
/
external_signer.cpp
Age
Commit message (
Expand
)
Author
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-04-25
Remove not needed clang-format off comments
MarcoFalke
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2021-09-21
doc: Fix RPC result documentation
MarcoFalke
2021-04-13
external_signer: remove ExternalSignerException
fanquake
2021-04-13
external_signer: use const where appropriate
fanquake
2021-04-13
refactor: add missing includes to external signer code
fanquake
2021-04-08
rpc: add help for enumeratesigners and walletdisplayaddress
Sjors Provoost
2021-04-08
Move external signer out of wallet module
Sjors Provoost