[bisq-network/bisq] Various optimizations (#3112)

Florian Reimair notifications at github.com
Tue Aug 20 10:15:40 UTC 2019


Various optimizations to the Bisq code
- reduce info to debug log on spamming infos
- do not do parsing until everything is completed and thus, save on resources and time
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/3112

-- Commit Summary --

  * Use same seednodes for updatedDataReq
  * Optimize initial tradestats processing
  * Fix performance issue with DaoResultView
  * Only validate param change after parsing is done
  * Adjust log level for DAO logging statements
  * Adjust log levels of P2P connection class
  * Adjust log levels of price feed service
  * Remove spamming warning log

-- File Changes --

    M core/src/main/java/bisq/core/dao/governance/proposal/ProposalValidator.java (3)
    M core/src/main/java/bisq/core/dao/governance/proposal/param/ChangeParamValidator.java (10)
    M core/src/main/java/bisq/core/dao/node/lite/LiteNode.java (4)
    M core/src/main/java/bisq/core/dao/node/lite/network/LiteNodeNetworkService.java (4)
    M core/src/main/java/bisq/core/dao/state/DaoStateSnapshotService.java (6)
    M core/src/main/java/bisq/core/provider/price/PriceFeedService.java (16)
    M core/src/main/resources/i18n/displayStrings.properties (1)
    M desktop/src/main/java/bisq/desktop/main/dao/governance/result/CycleListItem.java (16)
    M desktop/src/main/java/bisq/desktop/main/dao/governance/result/ResultsOfCycle.java (3)
    M desktop/src/main/java/bisq/desktop/main/dao/governance/result/VoteResultView.java (93)
    M p2p/src/main/java/bisq/network/p2p/network/Connection.java (6)
    M p2p/src/main/java/bisq/network/p2p/peers/getdata/RequestDataHandler.java (22)
    M p2p/src/main/java/bisq/network/p2p/peers/getdata/RequestDataManager.java (11)
    M p2p/src/main/java/bisq/network/p2p/storage/P2PDataStorage.java (18)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/3112.patch
https://github.com/bisq-network/bisq/pull/3112.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3112
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190820/e8b3f276/attachment.html>


More information about the bisq-github mailing list