BitcoinDesign / Bitcoin-Core-App

Tracking the design process for the Bitcoin Core App.
https://bitcoincore.app
MIT License
56 stars 11 forks source link

Transaction details: Address re-use and payment request display #117

Open GBKS opened 3 months ago

GBKS commented 3 months ago

Transactions and payment requests can be linked together, and addresses can be used multiple times. If addresses are re-used, this linking may get a bit messy. For example, you received two transactions on an address for which you created one payment request. How can and should the UI display that?

This will likely be an addition to the transaction details screen covered in the activity page in the design docs.

stackingsaunter commented 2 months ago

So I think there are two scenarios at play now and two ways we can do this:

1. We seperate payment requests from transaction details

2. We "merge" payment requests with transaction details, when transaction is noticed by mempool.