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
/
wallet
/
external_signer_scriptpubkeyman.h
Age
Commit message (
Expand
)
Author
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-04-16
wallet: return and display signer error
Sjors Provoost
2024-04-16
wallet: compare address returned by displayaddress
Sjors Provoost
2023-11-21
wallet: batch external signer descriptor import
Sjors Provoost
2023-02-15
wallet: set keypool_size instead of access global args manager
furszy
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-28
psbt: sign without finalizing
Andrew Chow
2021-06-30
refactor: remove m_internal from DescriptorSPKman
S3RK
2021-06-18
Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...
Samuel Dobson
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-04-13
refactor: add missing includes to external signer code
fanquake
2021-02-23
rpc: send: support external signer
Sjors Provoost
2021-02-23
rpc: signerdisplayaddress
Sjors Provoost
2021-02-23
wallet: ExternalSigner: add GetDescriptors method
Sjors Provoost
2021-02-23
wallet: add ExternalSignerScriptPubKeyMan
Sjors Provoost