yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

Re-Implement Add Withdrawal Queue Logic #182

Closed rareweasel closed 2 years ago

rareweasel commented 2 years ago

I reverted these changes (https://github.com/yearn/yearn-vaults-v2-subgraph/pull/170 -Add withdrawal queue-) in this PR (https://github.com/yearn/yearn-vaults-v2-subgraph/pull/179) since the subgraph failed in ETH after some weeks we deployed it.

Now it is working ok, but we need to implement the Withdrawal queue feature again. My suggestion is once the development is done, deploy it in the hosted service to verify that it works.

Also, I would use the same changes that Alex made before here https://github.com/yearn/yearn-vaults-v2-subgraph/pull/170, because I added some small changes to fix the issue in the syncing process.

0xkofee commented 2 years ago

https://thegraph.com/hosted-service/subgraph/0xkofee/yearn-ethereum-2

rareweasel commented 2 years ago

Implemented here