yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

Migrated strategies are not attached to Vaults #150

Closed bsamuels453 closed 2 years ago

bsamuels453 commented 2 years ago

Reproduction instructions from Wavey:

subgraph / YW folks, i've noticed an edge case where strategies that should show up do not. here are steps to replicate:

1. add strategy A to vault
2. remove strategy A from withdrawalQueue
3. migrate strategy A to strategy B
4. add strategy B to withdrawalQueue

in the end neither A nor B show up in Yearn Watch. Expected behavior: strategy B should appear, and A should not.
bsamuels453 commented 2 years ago

yearn-watch issue: https://github.com/yearn/yearn-watch/issues/211

bsamuels453 commented 2 years ago

haven't been able to repro this recently