View Issue Details

IDProjectCategoryView StatusLast Update
0010286Talerwallet (WebExtension)public2025-08-25 14:15
ReporterFlorian Dold Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.0 stretch goals 
Summary0010286: webext uses outdated getTransactions and sorts transactions incorrectly
DescriptionIn particular, the WebExt does some grouping by the date, but as it uses the old getTransactions, pending transactions are listed first.

That completely destroys the sort order, as the grouping is ordered by insertion order, not by the actual order of the date.
Tagswallet-api

Activities

sebasjm

2025-08-25 13:43

developer   ~0025691

4bb39d26c..026b03cad

getTransactions beeds to be marked as outdated/deprecated and we need a way to notify moving API

Issue History

Date Modified Username Field Change
2025-08-24 21:50 Florian Dold New Issue
2025-08-24 21:50 Florian Dold Status new => assigned
2025-08-24 21:50 Florian Dold Assigned To => sebasjm
2025-08-24 21:56 Florian Dold Summary webext uses outdated getTransactionById and sorts transactions incorrectly => webext uses outdated getTransactions and sorts transactions incorrectly
2025-08-24 21:56 Florian Dold Description Updated
2025-08-25 13:43 sebasjm Status assigned => resolved
2025-08-25 13:43 sebasjm Resolution open => fixed
2025-08-25 13:43 sebasjm Note Added: 0025691
2025-08-25 14:15 sebasjm Tag Attached: wallet-api