[bisq-network/bisq] Remove unused uid in fee provider service (#4015)

Florian Reimair notifications at github.com
Thu Feb 27 10:46:59 UTC 2020


Bisq frequently (once per minute) queries our price nodes for up-to-date
fee information. It does so by HTTP GET request. However, it provided
a UID via the "User-Agent" HTTP header field. This UID has been a random
number which changed everytime Bisq gets started up.

This UID has never been used. Thus, remove it.

We had a similar case with the price-feed service. Now, pricenode logs should not contain any uid info anymore.

(this has been pointed out in https://github.com/bisq-network/bisq/pull/3937)

You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Remove unused uid in fee provider service

-- File Changes --

    M core/src/main/java/bisq/core/provider/fee/FeeProvider.java (2)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4015.patch
https://github.com/bisq-network/bisq/pull/4015.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/4015
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200227/62adddbf/attachment.html>


More information about the bisq-github mailing list