Skip to content

[BUG] Account VAR model is very slow to execute #181

@v1nvn

Description

@v1nvn

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:

// 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions