graphprotocol / allocation-optimizer

Agents and algorithms for optimizing Indexer decision problems.
MIT License
13 stars 14 forks source link

Bug: pinnedList is acting like whitelist #38

Closed fordN closed 1 year ago

fordN commented 1 year ago

Observed behavior

When I add a subgraphDeployment to the pinnedList the optimizer only returns 1 suggested strategy and it suggests I only allocate to that pinnedList subgraph.

Expected behavior

Subgraph deployments in the pinnedList will always be included in the suggested allocations (though potentially with minimum signal because they have little expected revenue), but the suggested allocations will also likely include other subgraph deployments.

anirudh2 commented 1 year ago

This should be fixed the latest release - v2.2.1. Feel free to re-open if this problem pops up again.