mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
57662ae206
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. |
||
---|---|---|
.. | ||
package | ||
src | ||
build.gradle |