Jack Grigg
Jack Grigg
The idea here is to give wallets an indication of (for the current wallet state) the maximum chain time they need to wait until the currently-reported balance becomes spendable. This...
I think this can currently be supported by `v_transactions`: these are the set of transactions for which `mined_height IS NULL` and `expiry_height` is not greater than the current chain tip....
> these are the set of transactions for which `mined_height IS NULL` and `expiry_height` is not greater than the current chain tip. I got that completely backwards: it's the set...
Re: the other open questions: > - Eventually I'd like to add an API to import an account with only an UIVK. With that in mind, should we add _another_...
There is still more to do; e.g. `store_decrypted_tx` does not update the received transparent outputs table. This causes an issue with ZIP 320 transactions, but it is also one that...
This was partially closed by #1402. We added the migrations, but did not add logic to fetch extra data for the previously-missing `transactions` table rows, as it turned out the...