-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(reporting): claim reputation in background (UST-138)
Automatically claim reputation for reporters, posters, and voters when a report is resolved. Claims reputation by generating a zero-knowledge proof and sending it to the relay server. Includes: - Fetch reports waiting for transaction from the relay server - Generate zero-knowledge proofs for reporters, posters, and voters - Submit proofs to the relay server to claim reputation - Refetch reports and invalidate queries after claiming reputation
- Loading branch information
Showing
4 changed files
with
176 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters