If I recover my account using /lookup, it does not recover the pending notes (both public + private) , this could potentially be solved at a client level by syncing from the tip again (or the search could be narrowed somehow) but AFAIK this would take too long potentially hours.
The transaction history concern is a little less because we can get away with this for now (before-mainnet)
This is mainly solved with #307 where we can put the encrypted note bytes and transaction history but 307 is a major commitment infrastructure wise and I wonder if we would be better off with a wallet backend for some storage
If I recover my account using
/lookup, it does not recover the pending notes (both public + private) , this could potentially be solved at a client level by syncing from the tip again (or the search could be narrowed somehow) but AFAIK this would take too long potentially hours.The transaction history concern is a little less because we can get away with this for now (before-mainnet)
This is mainly solved with #307 where we can put the encrypted note bytes and transaction history but 307 is a major commitment infrastructure wise and I wonder if we would be better off with a wallet backend for some storage