Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused uid in pricefeed service #3937

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

freimair
Copy link
Member

@freimair freimair commented Feb 4, 2020

This came up during work on #3916.

Bisq frequently (once per minute) queries our price nodes for up-to-date
price 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 got started up.

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

Bisq frequently (once per minute) queries our price nodes for up-to-date
price 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 got started up.

This UID has never been used. Thus, remove it.
@ripcurlx ripcurlx requested a review from wiz February 4, 2020 14:39
Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link
Member

@wiz wiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great for privacy 👍

@ripcurlx ripcurlx merged commit d6de99c into bisq-network:master Feb 4, 2020
@ripcurlx ripcurlx added this to the v1.2.6 milestone Feb 4, 2020
@ripcurlx ripcurlx added re:privacy is:priority PR or issue marked with this label is up for compensation labels Feb 4, 2020
@wiz
Copy link
Member

wiz commented Feb 18, 2020

pricenode still has UUID in logs

INFO  b.p.m.FeeRateController: Incoming /getFees request from: bisq/1.2.7, uid:f33c97d1-b065-48c4-bc84-eaaa680e4288

@freimair
Copy link
Member Author

I only focused on the stuff relevant to the networksize metric. I guess we can remove the uid for the getFee stuff as well. However, I will not touch the mobile notification stuff because I do not know how these things work in detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:priority PR or issue marked with this label is up for compensation re:privacy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants