1
0
Files
electrum/tests
ThomasV 60f13a977e Swaps over Nostr
- Separation between SwapManager and its transport:
   Legacy transpport uses http, Nostr uses websockets
 - The transport uses a context to open/close connections.
   This context is not async, because it needs to be called
   from the GUI
 - Swapserver fees values are initialized to None instead
   of 0, so that any attempt to use them before the swap
   manager is initialized will raise an exception.
 - Remove swapserver fees disk caching (swap_pairs file)
 - Regtests use http transport
 - Android uses http transport (until QML is ready)
2024-11-12 09:32:25 +01:00
..
2024-11-12 09:32:25 +01:00
2024-04-24 14:14:31 +00:00
2024-10-27 07:23:38 +01:00
2024-06-10 20:22:20 +00:00
2024-11-12 09:32:25 +01:00
2024-07-26 01:41:36 +08:00