-
Notifications
You must be signed in to change notification settings - Fork 111
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
Ensure GetAddr
fingerprinting is not possible.
#18
Comments
The current design guarantees that remote peers cannot inject data into our address book, because the only address book exposed outside of the network crate is the one that has information on the peers we're actually connected to. However, the downside of only having "authenticated" (in the sense that addresses are real peers we've talked to) data is that the address book contains exact timestamps on peers we connected to. To address this, we probably want to:
|
## What Fund pages with 2Z or Zcash ## Why Make 2Zs useful - hopefully make the new user flow more intuitive and easy - no Zcash required.
Cf. https://github.com/zcash/zcash/blob/128d863fb8be39ee294fda397c1ce3ba3b889cb2/src/main.cpp#L6024-L6028
The text was updated successfully, but these errors were encountered: