Files
pallectrum/electrum
SomberNight dc6c481406 wallet.is_up_to_date: fix flickering during sync due to race
AddressSynchronizer.add_address called synchronizer.add, which would only
schedule adding the addr to the Synchronizer in the next event loop iter.
If during that time, the synchronizer called adb.set_up_to_date(True),
the wallet would falsely believe and advertise itself as up_to_date
(as the wallet would see wallet.synchronize not creating new addresses,
and adb (via synchronizer) telling it is up_to_date).
Moments later, the synchronizer._add_address is finally executed and
up_to_date=False propagates out synchronizer->adb->wallet.
2022-12-20 13:58:02 +00:00
..
2022-12-13 11:26:44 +01:00
2022-12-13 11:26:44 +01:00
2022-10-20 18:43:54 +00:00
2022-12-13 11:26:44 +01:00
2022-10-31 16:13:22 +00:00
2022-08-31 11:03:04 +02:00
2022-07-22 13:01:21 +08:00
2022-10-31 16:13:22 +00:00
2022-10-31 16:13:22 +00:00
2022-10-31 16:13:22 +00:00
2022-11-18 23:13:25 +01:00
2022-09-29 12:13:22 +02:00
2022-09-26 20:13:45 +02:00
2022-12-13 11:26:44 +01:00