Files
pallectrum/electrum
SomberNight d65aa3369f daemon: split standardize_path from daemon._wallets keying
- standardize_path is made more lenient: it no longer calls os.path.realpath,
  as that was causing issues on Windows with some mounted drives
- daemon._wallets is still keyed on the old strict standardize_path, but
  filesystem operations in WalletStorage use the new lenient standardize_path.
  - daemon._wallets is strict to forbid opening the same logical file twice concurrently
  - fs operations however work better on the non-resolved paths, so they use those

closes https://github.com/spesmilo/electrum/issues/8495
2023-06-30 11:15:16 +00:00
..
2023-06-01 22:59:40 +00:00
2023-05-25 17:39:48 +00:00
2023-05-25 17:39:48 +00:00
2023-05-25 17:39:48 +00:00
2023-05-16 10:06:55 +02:00
2023-05-25 17:39:48 +00:00
2023-06-24 13:00:15 +02:00
2023-05-25 17:39:48 +00:00
2023-05-25 17:39:48 +00:00
2023-05-25 17:39:48 +00:00
2023-06-19 14:49:25 +02:00
2023-05-25 17:39:48 +00:00
2023-06-24 12:56:55 +02:00
2023-06-04 03:07:06 +00:00