We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Account VAR model is very slow to execute for wallets with many tokens
To Reproduce Execute account.var model with the following input:
account.var
// This address has 10 tokens { "address": "0xB9711550ec6Dc977f26B73809A2D6791c0F0E9C8", "window": "180 days", "interval": 10, "confidence": 0.01 }
// This address has > 100 tokens { "address": "0xE92d1A43df510F82C66382592a047d288f85226f", "window": "180 days", "interval": 10, "confidence": 0.01 }
Expected behavior It should execute quickly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Account VAR model is very slow to execute for wallets with many tokens
To Reproduce
Execute
account.var
model with the following input:Expected behavior
It should execute quickly
The text was updated successfully, but these errors were encountered: