View Issue Details

IDProjectCategoryView StatusLast Update
0009332Talerwallet-corepublic2024-11-09 17:51
ReporterMarcS Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version0.14 
Summary0009332: wallet-core should NOT post balance-change when balance (or pending) didn't change
DescriptionAfter scanning e.g. a pay-talerURI, wallet-core immediately posts a transaction-state-transition (OK), followed by a 'balance-change' notification (not OK, because the user didn't yet confirm the payment, thus the balance didn't change, yet).
This leads to unnecessary view updates which cause flicker.

==> only post balance-change *after* coins were added to or removed from the DB - or after pendingIncoming / pendingOutgoing changed. The wallet will immediately call getBalances and re-render all views...
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-11-09 17:51 MarcS New Issue
2024-11-09 17:51 MarcS Status new => assigned
2024-11-09 17:51 MarcS Assigned To => Florian Dold