aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_signer.py
AgeCommit message (Expand)Author
2024-04-16wallet: return and display signer errorSjors Provoost
2024-04-16wallet: compare address returned by displayaddressSjors Provoost
2023-09-06test: remove unnecessary finalizepsbt rpc callsismaelsadeeq
2023-08-03scripted-diff: Specify Python major version explicitly on WindowsHennadii Stepanov
2023-06-16Remove the syscall sandboxfanquake
2023-06-01Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parametersAndrew Chow
2023-05-03test: Update python tests to use named parameters instead of options objectsRyan Ofsky
2023-04-04Switch hardened derivation marker to h in descriptorsSjors Provoost
2023-01-03script, test: fix python linter E275 errors with flake8 5.0.4Jon Atack
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-20Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer supportAndrew Chow
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-26Merge bitcoin/bitcoin#23578: Add external signer taproot supportfanquake
2022-06-28wallet: add taproot support to external signerSjors Provoost
2022-06-09GetExternalSigner(): fail if multiple signers are foundamadeuszpawlik
2022-04-25rpc: bumpfee signer supportSjors Provoost
2022-03-29Add sendall RPC née sweepMurch
2022-02-10RPC: Return external_signer in getwalletinfoKristaps Kaupe
2021-12-09Check descriptors returned by external signerssstone
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-01Add syscall sandboxing (seccomp-bpf)practicalswift
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-04-08Move external signer out of wallet moduleSjors Provoost
2021-02-23rpc: send: support external signerSjors Provoost
2021-02-23rpc: signerdisplayaddressSjors Provoost
2021-02-23wallet: ExternalSigner: add GetDescriptors methodSjors Provoost
2021-02-23test: external_signer wallet flag is immutableSjors Provoost
2021-02-23rpc: add external_signer option to createwalletSjors Provoost
2021-02-23rpc: signer: add enumeratesigners to list external signersSjors Provoost
2021-02-23test: add external signer testSjors Provoost