pythcoiner

Results 300 comments of pythcoiner

@edouardparis, it looks to me this issue can only happen when there is only 1 block left before we can spend (see [here](https://github.com/wizardsardine/liana/blob/93d12b62d180dea6946925ab02c003837074620b/gui/src/app/state/recovery.rs#L250)), recovery paths are filtered by checking if...

it's here whe input by hand so we need this text input

yes, just tested now w/ wgpu: ![image](https://github.com/user-attachments/assets/cee9da0a-c63b-4e2c-8a7f-bf57d7ff596c) I think we can close this issue if we plan to stay on wgpu

~~the issue is on webgl, to enable webgl we need disable "wgpu" feature flag on iced & enable "Webgl"~~ edit: i got the issue on WGPU today: ![image](https://github.com/user-attachments/assets/23414c0b-ad17-4077-a36d-c348e01df406)

Like have different mandatory on different path, if this can be done w/ #611, this issue can be closed, if you think its not a good idea or not worth...

having same timelock in different path can potentially make our policy analysis unstable, I close

> * Descriptor is equipped with prefix and suffix containing information to reconstruct all shared key components: `wsh/testnet(...)//*#checksum` In my mind including the network identifier outside of the xpub is...

> No, the xpubs are exported the same way. However, when they are used in the descriptor, their shared parts are moved to prefix/suffix, ensuring they can be combined into...

@darosior i actually display the upgrade progress logs in a 'scrollable' console, what do you think? ![image](https://github.com/user-attachments/assets/c93539fa-5671-452d-bec6-b8aa9afb7e94) (we can add a progress bar after 'Upgrading:' also)