mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Add a third cache to WalletService, cleared upon wallet change events, which maps txIds to txs. This allows the speedup of repeated calls to 'WalletService.getConfidenceForTxId', by avoiding the need to copy and scan the entire set of wallet txs to find the one with matching id, for each method invocation. This is mainly to provide a further speedup to the closed-trades-view load, by making it much faster to filter the list of BSQ swap trades by tx confirmation status in 'ClosedTradesDataModel.applyList' and 'ClosedTradesManager.getNumPastTrades'. |
||
---|---|---|
.. | ||
.tx | ||
src | ||
update_translations.sh |