Turbolay
Turbolay
Even if that's not supposed to happen, there is a potential deadlock I ran into during my tests in the KeyManager. Between: ```csharp public void SetBestHeight(Height height) { lock (BlockchainStateLock)...
### Motivation Numerous issues have been raised in the past about the MusicBox. The UX with it is not so good and its whole purpose is slowly going away from...
It's based on #9082, This is also pretty simple but really well adapted to wallets created and used in Wasabi. That's because if you run a Wallet in Wasabi with...
Trying to connect to a local node with no local node running currently loses 1s every block download due to the timeout for `ConnectAsync` to raise `SocketError` Instead, this PR...
This concept aims to completely bypass wallet loading time for a user which first action with wasabi is to create a new wallet It saves the current server BestHeight (i.e....
When Wasabi is 2nd plan and an other window is in the foreground in this configuration:  Hovering the checkmark will open StatucIcon view, I think this is normal. But...
This PR is the first of a serie to improve block downloading speed. This one is particularly trivial and the performance gain is not huge (but still present). It just...
When disk is too full to save Config.json, when relaunching WW you get: `2022-08-27 16:18:15.545 [1] INFO ConfigBase.LoadOrCreateDefaultFile (77) Config file has been deleted because it was corrupted. Recreated default...
Reported here https://github.com/zkSNACKs/WalletWasabi/pull/12553#pullrequestreview-1899513817 > - (critical) I pressed pause during the input registration phase of a blame round and the coinjoin continued while the MB was in Pause state (on...
Fixes an issue reported here: https://github.com/zkSNACKs/WalletWasabi/issues/12536#issuecomment-1962363029 where if your wallet is fully private and then some coins are coming the CoinJoinManager will start coinjoin when it would be better to...