Open choongzhanhong opened 1 year ago
Not in scope because it is an enhancement and not a bug, it is working as intended. It is just a minor inconvenience for users, and hence severity changed to low.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
Using
trans
without any filtering flags after you have input a lot of transactions will flood the screen.This is especially useless because the transactions are ordered latest on top, which will exceed beyond the screen (and sometimes, CLI cannot scroll up). And you end up seeing the earliest transactions at the bottom, which may not be useful.
Should limit the number of transactions shown to avoid this. Also may be good to reverse the sort order.