-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction / UTXO Labeling #59
Comments
Address labeling added via 64ca20e |
Thinking through this ticket a bit more and realizing that tagging transactions / utxos specifically seems unnecessary. Everything really revolves around addresses -> transactions -> UTXOs. I'm starting to think that tagging individual UTXOs is a bad idea and should rely on pulling tags from the address and transaction the UTXO was sent to / sent in. If we are going to tag a UTXO "KYC" or "Swan" or "CashApp" or "Non KYC", then those same tags would apply to the transaction or address i.e. I send bitcoin to CashApp, tag the transaction as "CashApp" and "KYC" and then that label should be applied to my change address too. If I receive bitcoin from Swan, I should have that address already tagged as "Swan" and "KYC" but if I don't, I can add that in the transaction tag field. In fact, even transactions shouldn't really have tags associated with them directly since transactions are just made up of money going to/from addresses. So the retrieval logic should go through all inputs/outputs and look up tags based on address and then display them in transaction details. |
allows a description to be added to a transaction see #59
allows a description to be added to a transaction see #59
This is nearly complete. I added:
You can also search UTXOs and Addresses in the Settings page. I think the last item to include is search on the transactions view and then this can be closed out. |
Be able to add labels to UTXOs / Transactions.
Related to #58 and #38 since labels will be saved to a file.
The text was updated successfully, but these errors were encountered: