Currently it is using the first column which is just a checkbox, and it causes failed transactions (such as double spend attempts) to always be at the top of the list. Default sort by date descending is the expected behavior.
bitcoin-qt transaction view should have default sort order by date #7198
issue raedah opened this issue on December 10, 2015-
raedah commented at 9:19 PM on December 10, 2015: none
- jonasschnelli added the label GUI on Dec 11, 2015
-
laanwj commented at 12:40 PM on December 14, 2015: member
This behavior is intentional. Unconfirmed and failed transactions are supposed to be sorted to the top to signal something went wrong. (what is missing, though, is a way to remove them. There are plans to add this in a future version)
Also date order is unreliable and ambiguous. Bitcoin transaction, in general, have no date field, so what the UI and RPC show is best effort guesswork.
- laanwj closed this on Dec 14, 2015
-
raedah commented at 4:01 AM on January 31, 2016: none
Running 0.12rc2, and noticed that conflicted transaction are now not appearing at the top. They are appearing in Date order. But this appears to be erroneous as, as its still the first column (transaction status) that is the selected sort order. Potentially more problematic, is that even clicking the first column will not sort the conflicted transactions to the top of the list, so manually going through the list is the only way to locate them. This became apparent only after doing a -rescan.
-
raedah commented at 6:20 AM on January 31, 2016: none
After reverting back to 0.11.2, with the automatic rescan completing, the behavior now remains the same in 0.11.2 as it was in 0.12rc2. But this behavior didnt occur until after having tested 0.12rc2. I did many rescans when on 0.11.2 and the behavior was never like this before. The conflicted transaction was sitting at the top of my transaction list for the last two months, and now it is no longer at the top.
- MarcoFalke locked this on Sep 8, 2021