-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create anon set DB #48
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
addressesWithMerkleProof AddressWithMerkleProof[] | ||
AnonSet AnonSet? @relation(fields: [anonSetId], references: [id]) | ||
anonSetId String? |
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.
@lsankar4033 Do you think we should make this a required foreign key? (remove the "?")
pathIndices Int[] | ||
|
||
AnonSetMerkleTree AnonSetMerkleTree? @relation(fields: [anonSetMerkleTreeMerkleRoot], references: [merkleRoot]) | ||
anonSetMerkleTreeMerkleRoot String? |
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.
@lsankar4033 here too
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.
yes on both
@lsankar4033 |
Database that serves as our store of all anonymity sets.
Currently deployed to render with a read-replica for frontends like creddd.xyz