You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently zcash_client_sqlite assumes that once a UTXO is shielded, it never needs to be spendable again. However, shielding transactions are created with an expiry height the same as any other transaction, so we need to handle this in some way.
The trickiest part is likely to be how we handle two competing chain tips where a shielding transaction is mined on one chain, and expired on the other.
The fourth commit of #1402 changes the transparent logic for balance calculation and selection to be the same as shielded. I'm not confident that we don't still have a problem here; I think we will continue to have risk here until transparent scanning is closer to shielded scanning.
Currently
zcash_client_sqlite
assumes that once a UTXO is shielded, it never needs to be spendable again. However, shielding transactions are created with an expiry height the same as any other transaction, so we need to handle this in some way.The trickiest part is likely to be how we handle two competing chain tips where a shielding transaction is mined on one chain, and expired on the other.
Opened from #985 (comment).
The text was updated successfully, but these errors were encountered: