bisq/desktop
Steven Barclay 57662ae206
Sum merit in outer loop to speed up VoteResultView.getVotingHistoryJson
Avoid needlessly repetitive (once per cycle proposal) signature checking
of each 'Merit' object in the DAO state, when exporting the voting
history JSON, by moving the merit calculations to the outer loop over
each cycle, storing the sums in a map by blind vote txId. As signature
verification is expensive, taking seconds to run just once over every
'Merit' object, this is by far the biggest bottleneck when generating
the JSON.
2024-05-06 20:17:09 +02:00
..
package Merge branch 'master' into release/v1.9.14 2023-10-16 19:47:43 +00:00
src Sum merit in outer loop to speed up VoteResultView.getVotingHistoryJson 2024-05-06 20:17:09 +02:00
build.gradle Restore QR code scanner feature for mobile notification pairing 2024-04-01 21:52:40 -07:00