SomberNight
|
111ef9ebb1
|
follow-up fixes to storage-db separation
e1ce3aace7
|
2020-02-13 20:00:12 +01:00 |
|
ThomasV
|
beee880dba
|
fix data_loss_protect (missing return, json conversion)
|
2020-02-12 14:19:31 +01:00 |
|
ThomasV
|
e1ce3aace7
|
Separate db from storage
- storage is content-agnostic
- db and storage are passed to wallet contructor
|
2020-02-10 17:45:23 +01:00 |
|
ThomasV
|
dbceed2647
|
Restructure wallet storage:
- Perform json deserializations in wallet_db
- use StoredDict class that keeps tracks of its modifications
|
2020-02-04 13:35:58 +01:00 |
|
ThomasV
|
b08947a506
|
storage upgrade: convert lists to dict (txi, txo, revocation_store channels)
|
2020-02-04 12:11:18 +01:00 |
|
ThomasV
|
149cd9598a
|
Separate JsonDB and WalletDB
|
2020-02-03 12:36:07 +01:00 |
|