Electric-Coin-Company / zashi

Issue Tracking and common resources for the Zashi Zcash Wallets
MIT License
2 stars 1 forks source link

Identify shielding transactions in the wallet UI #3

Open LukasKorba opened 11 months ago

LukasKorba commented 11 months ago

To know if the transaction is or is not a result of shield funds button tapped is tricky or for some wallet even impossible. Some extra work is needed on a code/SDK side. Then we can implement design:

https://www.figma.com/file/vYQD6uZtkPgtmgJ3zfauq0/Zashi-UI-2023-10-31?type=design&node-id=2053-16751&mode=design&t=vtcguDfa4sSEh29U-0

daira commented 5 months ago

@nuttycom are we sure that this does not block on #1046?

true-jared commented 5 months ago

Do we have this tracked for someone in the core team @daira. Could we prioritize it? @LukasKorba is ready with the implementation on the mobile side.

true-jared commented 5 months ago

I found the task, it is here - the one you were mentioning above zcash_client_sqlite: Identify shielding transactions in the output of the v_transactions view.