ui: Split wallet cached data into balance and blockchain state.

Add XMR synced indicator.
This commit is contained in:
tecnovert
2022-07-06 00:46:37 +02:00
parent 0580f9ebac
commit 91e285bf4a
7 changed files with 434 additions and 366 deletions

View File

@@ -391,8 +391,6 @@ class Wallets(Base):
wallet_name = sa.Column(sa.String)
wallet_data = sa.Column(sa.String)
balance_type = sa.Column(sa.Integer)
amount = sa.Column(sa.BigInteger)
updated_at = sa.Column(sa.BigInteger)
created_at = sa.Column(sa.BigInteger)