Files
pallectrum/electrum
ThomasV 077bcf515d StoredDict: use pointers instead of path
Instead of storing its own path, each StoredDict element stores
its own key and a pointer to its parent. If a dict is removed
from the db, its parent pointer is set to None. This makes
self.path return None for all branches that have been pruned.

This passes tests/tests_json_db.py and fixes issue #10000
2025-11-07 10:00:10 +01:00
..
2025-11-04 09:54:29 +01:00
2025-08-23 18:59:14 +00:00
2025-08-18 15:38:25 +00:00
2025-09-08 17:12:24 +00:00
2025-11-03 14:07:58 +01:00
2025-10-31 14:50:25 +01:00
2025-08-08 14:34:53 +00:00
2025-09-13 23:12:44 -04:00
2025-08-24 18:03:20 +00:00