This informs the user that something is happening, the same way we do when signing or broadcasting a transaction.
Depends on D14457
ref T3298
Differential D14550
[electrum] use a WaitingDialog to resolve aliases PiRK on Sep 27 2023, 15:57. Authored by
Details
This informs the user that something is happening, the same way we do when signing or broadcasting a transaction. Depends on D14457 ref T3298 ./electrum-abc -v --enable-aliases Try typing a good alias in the Pay To widget (twelvechar12.xec). Check that it is added to the Contacts tab, and the transaction works.
Diff Detail
Event TimelineComment Actions only do the actual resolving in the thread and exfiltrate the result with a Qt signal, let the main Qt event loop deal with the results and update various widgets (more thread-safe)
|