Lay3rLabs / avs-toolkit

MIT License
7 stars 3 forks source link

Add a unified task listing query to the task-queue contract #110

Closed NoahSaso closed 3 weeks ago

NoahSaso commented 3 weeks ago

Right now, the task-queue contract supports list_open and list_completed, each filtering by task status. For the frontend, it'd be ideal to make a unified list query that does not filter by task status, to prevent having to merge separately paginated lists.