mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-01 17:47:23 +01:00
Avoid streaming over the entire proposals list to find a matching txId, for every 'Issuance' & 'CompensationProposal' pair used to construct and add a compensation model to the burn output model of each candidate. Instead, stream over the proposals list once, doing lookups by txId of each matching issuance, which uses the TreeMap 'DaoState.issuanceMap', thereby taking O(n*log(n)) time. |
||
---|---|---|
.. | ||
main | ||
test |