Commit 0683fb3
committed
test(wallet): update to use new
- updates the existing tests that uses the `Wallet::sign` API, to gethe
signer implementation from test utilities, either:
`get_wallet_signer_single` or `get_wallet_signer`.
- there are a few tests which needs further refactoring, as they rely on
the use of `Wallet::finalize_psbt`.
- FIXME: there is one test that's being ignored:
`test_sign_single_xprv_no_hd_keypaths` which is currently failing to finalized the PSBT.SignerWrapper util1 parent 017dad1 commit 0683fb3
2 files changed
+303
-226
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
66 | | - | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
102 | | - | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
0 commit comments