|
Ran
|
Jobs
5
|
Files
86
|
Run time
1min
|
Badge
README BADGES
|
push
CirrusCI
Timelock Recovery Extension (#9589) * Timelock Recovery Extension * Timelock Recovery Extension tests * Use fee_policy instead of fee_est Following 3f327eea0 * making tx with base_tx Following ab14c3e13 * move plugin metadata from __init__.py to manifest.json * removing json large indentation * timelock recovery icon * timelock recovery plugin: fix typos * timelock recovery plugin: use menu instead of status bar. The status bar should be used for displaying status. For example, hardware wallet plugins use it because their connection status is changing and needs to be displayed. * timelock recovery plugin: ask for password only once * timelock recovery plugin: ask whether to create cancellation tx in the initial window * remove unnecessary code. (calling run_hook from a plugin does not make sense) * show alert and cancellation address at the end. skip unnecessary dialog * timelock recovery plugin: do not show transactions one by one. Set the fee policy in the first dialog, and use the same fee policy for all tx. We could add 3 sliders to this dialog, if different fees are needed, but I think this really isn't really necessary. * simplify default_wallet for tests All the lightning-related stuff is irrelevant for this plugin. Also use a different destination address for the test recovery-plan (an address that does not belong to the same wallet). * Fee selection should be above fee calculation also show fee calculation result with "fee: " label. * hide Sign and Broadcast buttons during view * recalculate cancellation transaction The checkbox could be clicked after the fee rate has been set. Calling update_transactions() may seem inefficient, but it's the simplest way to avoid such edge-cases. Also set the context's cancellation transaction to None when the checkbox is unset. * use context.cancellation_tx instead of checkbox value context.cancellation_tx will be No... (continued)
21604 of 35831 relevant lines covered (60.29%)
3.01 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 5765053107929088.1 | 86 |
60.25 |
||
| 2 | 5765053107929088.2 | 86 |
60.25 |
||
| 3 | 5765053107929088.3 | 86 |
60.27 |
||
| 4 | 5765053107929088.4 | 86 |
60.24 |
||
| 5 | 5765053107929088.5 | 86 |
60.26 |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|