worldcoin / signup-sequencer

signup-sequencer repository
MIT License
67 stars 33 forks source link

Remove status field from all responses. #749

Closed piohei closed 1 month ago

piohei commented 2 months ago

Motivation

Status field is no longer used and removing it will help to simplify the project.

Solution

Removed status field from all responses. Removed mined tree (as no longer used). The source of leaf ids for recovery is now a database instead of processed tree. Tests are changed to not use status field:

PR Checklist