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
Transparent txns and balances are handled in a completely different way to shielded ones. Since transparent txns can be scanned by lightwalletd without compromising quality this is exactly how it is done. This is much more similar to a conventional light-wallet.
Completing this task requires implementing:
store_transactions_to_be_sent update to support transparent
The text was updated successfully, but these errors were encountered:
willemolding
changed the title
Add support scanning and sending transparent transactions
Add support scanning and sending transparent transactions for MemoryWallet
Sep 3, 2024
Transparent txns and balances are handled in a completely different way to shielded ones. Since transparent txns can be scanned by
lightwalletd
without compromising quality this is exactly how it is done. This is much more similar to a conventional light-wallet.Completing this task requires implementing:
store_transactions_to_be_sent
update to support transparentget_transparent_balance
implementedget_transparent_receivers
implementedSee https://github.com/ChainSafe/zec-sqlite-cli/blob/8c2e49f6d3067ec6cc85248488915278c3cb1c5a/src/commands/sync.rs#L602 for further details on how lightwalletd is used when scanning transparent balances
The text was updated successfully, but these errors were encountered: