-
Notifications
You must be signed in to change notification settings - Fork 151
Rpc log ip anonymisation #148
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
Conversation
5932c67
to
ea8c8e6
Compare
75d2479
to
a89c76a
Compare
@RCasatta does this error mean I need to commit Cargo.lock file too? https://github.com/Blockstream/electrs/actions/runs/15773212485/job/44461876317?pr=148 |
Yeah that fixed the issue. We can merge it now. |
All conversations are resolved, @philippem @RCasatta can I get an approval please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK a741f23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utack d53d528
Introduces mechanism for IP anonymisation in RPC log. It's turned on by providing
--electrum-rpc-logging anonymised
parameter. Possible set of parameters and a result of executing client request:is following:
Anonymisation is using SHA256 hashing with a random salt rotated every 24 hours or electrs restart.