consensusRealityIO / RSBP

Real Simple Bitcoin Payments
GNU General Public License v3.0
14 stars 25 forks source link

Transaction List with Transaction Status Needed #20

Open dykstranet opened 7 years ago

dykstranet commented 7 years ago

Sometimes it is ambiguous as to whether a payment has been sent or if it has been registered on the blockchain. It is possible to dismiss the payment verification modal window before the green success message is displayed. Therefore, it would be useful to have a page that displayed past 5 transactions in a list. Useful information could be displayed for each transaction. Time (adjusted for merchant time zone), amount, success icon, Replace by fee warning.

dykstranet commented 7 years ago

A simple columnar view would suffice. Date | Time | Amount | Status

Date column would be Date of Transaction Time column would be time of Transaction (offset from blockchain time to reflect local time zone) Amount would be amount in fiat originally entered into the dialogue box Status would be 1. Green Success (zero confirmations) OR 2. Red Pending (Low Fee or RBF) must wait for first confirmation or resubmit.