vocdoni / census3

Golang library and a HTTP/API service that can be used to fetch an updated list of token holders for a Ethereum ERC20, ERC721, ERC777, or other external providers (ex. POAPs or GitcoinPassport).
GNU Affero General Public License v3.0
9 stars 2 forks source link

feature: enqueue strategy holders endpoint #203

Closed lucasmenendez closed 5 months ago

lucasmenendez commented 5 months ago

including list holders as a background queue api task, which requires that the current API endpoint now returns a queueID ({"queueID": "28ae56fe1320f45a5af31abb4923326882b2b652"}) and there is a new endpoint to check the status of the task: GET /strategies/{strategyID}/holders/queue/{queueID}.

Check the new endpoints definition here and here.

github-actions[bot] commented 5 months ago

Image description CodeRabbit


Uplevel your code reviews with CodeRabbit Pro ### CodeRabbit Pro If you like this project, please support us by purchasing the [Pro version](https://coderabbit.ai). The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.