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
/
test
/
functional
/
wallet_signer.py
Age
Commit message (
Expand
)
Author
2024-04-16
wallet: return and display signer error
Sjors Provoost
2024-04-16
wallet: compare address returned by displayaddress
Sjors Provoost
2023-09-06
test: remove unnecessary finalizepsbt rpc calls
ismaelsadeeq
2023-08-03
scripted-diff: Specify Python major version explicitly on Windows
Hennadii Stepanov
2023-06-16
Remove the syscall sandbox
fanquake
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-03
test: Update python tests to use named parameters instead of options objects
Ryan Ofsky
2023-04-04
Switch hardened derivation marker to h in descriptors
Sjors Provoost
2023-01-03
script, test: fix python linter E275 errors with flake8 5.0.4
Jon Atack
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-20
Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer support
Andrew Chow
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-10-26
Merge bitcoin/bitcoin#23578: Add external signer taproot support
fanquake
2022-06-28
wallet: add taproot support to external signer
Sjors Provoost
2022-06-09
GetExternalSigner(): fail if multiple signers are found
amadeuszpawlik
2022-04-25
rpc: bumpfee signer support
Sjors Provoost
2022-03-29
Add sendall RPC née sweep
Murch
2022-02-10
RPC: Return external_signer in getwalletinfo
Kristaps Kaupe
2021-12-09
Check descriptors returned by external signers
sstone
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-04-08
Move external signer out of wallet module
Sjors Provoost
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
test: external_signer wallet flag is immutable
Sjors Provoost
2021-02-23
rpc: add external_signer option to createwallet
Sjors Provoost
2021-02-23
rpc: signer: add enumeratesigners to list external signers
Sjors Provoost
2021-02-23
test: add external signer test
Sjors Provoost