-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Improve the privacy of the merkle drop claim info request #1337
Labels
Comments
|
moodysalem
added a commit
that referenced
this issue
May 24, 2021
moodysalem
added a commit
that referenced
this issue
May 24, 2021
* fix: improve privacy of the claim popup fixes #1337 * fix unhandled rejection * clean up the claim code a bit more * working claim fetch * working claim fetch * trigger some events on the claim popup
daniel-dev1990
pushed a commit
to daniel-dev1990/uniswap-interface
that referenced
this issue
Jul 8, 2021
* fix: improve privacy of the claim popup fixes Uniswap#1337 * fix unhandled rejection * clean up the claim code a bit more * working claim fetch * working claim fetch * trigger some events on the claim popup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
The merkle drop request is always sent for the user, regardless of their intent to claim. Putting this feature on its own page will avoid making unnecessary requests which leak user information.
Related to improvement #1334
The text was updated successfully, but these errors were encountered: