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

Allow re-minting for same twitter account if using a new reset password email #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

numtel
Copy link

@numtel numtel commented Oct 14, 2024

Fixes #34

Both proofs can be generated from the same .eml or different .emls with the same username

It doesn't hash the username like the issue description says because that's already public?

Adds the status to the svg output:

Screenshot from 2024-10-14 13-40-32

Copy link

vercel bot commented Oct 14, 2024

@numtel is attempting to deploy a commit to the eeshau's projects Team on Vercel.

A member of the Team first needs to authorize it.

@@ -9,8 +9,6 @@ import "../src/Verifier.sol";
contract TwitterUtilsTest is Test {
using StringUtils for *;

address constant VM_ADDR = 0x7109709ECfa91a80626fF3989D68f67F5b1DD12D; // Hardcoded address of the VM from foundry
Copy link
Author

Choose a reason for hiding this comment

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

I wasn't sure what this line was adding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dupes
1 participant