Skip to content
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

Limit on-demand census #21

Open
lucasmenendez opened this issue Apr 27, 2023 · 1 comment
Open

Limit on-demand census #21

lucasmenendez opened this issue Apr 27, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request frozen This issue is currently being held up by external motivations and so on. subtask

Comments

@lucasmenendez
Copy link
Collaborator

lucasmenendez commented Apr 27, 2023

Allows to a user to create a census of an strategy in a certain block number. It requires to get every posible holder balance for the desired block number.

This is posible after #137, it is because this feature changes how the scanner stores the holders, storing them with negativo or zero balance even if they are not holders any more.

This makes that whole the historical holders be saved, and making posible to get their balances on a certain block.

However this process is very intensive in terms of web3 requests, at least the number of historical holders.

@lucasmenendez lucasmenendez added the enhancement New feature or request label Apr 27, 2023
@lucasmenendez lucasmenendez added this to the v0.2.0 milestone Jun 13, 2023
@lucasmenendez lucasmenendez added the blocked This issue is currently blocked by other one label Oct 18, 2023
@lucasmenendez lucasmenendez removed this from the v0.2.0 milestone Oct 19, 2023
@lucasmenendez
Copy link
Collaborator Author

Already implemented under debug API endpoints /holders/{tokenID} & /holders/queue/{queueID}.

These endpoints contain a testing porpoise and not optimised implementations.

@lucasmenendez lucasmenendez added frozen This issue is currently being held up by external motivations and so on. and removed blocked This issue is currently blocked by other one labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frozen This issue is currently being held up by external motivations and so on. subtask
Projects
None yet
Development

No branches or pull requests

2 participants