bisq/desktop
Steven Barclay 34ed5e0f74
Further optimise cycle list selection in Vote Result view
Remove another hotspot in the proposals table creation for a selected
cycle, by making 'ballotByProposalTxIdMap' a field of 'VoteResultView',
recomputed at the same time the cycle list is populated upon calling
'doFillCycleListAndBallotMap()' (renamed from 'doFillCycleList'), when
the Vote Result view is activated.

Also remove an unnecessary outer loop when determining if the user's
vote is included in the result, upon selecting a cycle list item, to
avoid searching the BSQ wallet repeatedly for the same vote reveal tx.
2024-05-06 16:09:51 +02:00
..
package Merge branch 'master' into release/v1.9.14 2023-10-16 19:47:43 +00:00
src Further optimise cycle list selection in Vote Result view 2024-05-06 16:09:51 +02:00
build.gradle Restore QR code scanner feature for mobile notification pairing 2024-04-01 21:52:40 -07:00