yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

Arbitrum support v1 #132

Closed bsamuels453 closed 2 years ago

bsamuels453 commented 2 years ago

This PR addresses #130 #129 and #128

Deposit/Withdraw events are used for vaults with versions higher than or equal to 0.4.4. All AddStrategy call handlers have been migrated to event handlers. Events have always been available for addStrategy/strategyAdded so there's no version checks on it.

Changes required to support #131 are not included in this PR because we don't have a set of event definitions available for setHealthCheck/setDoHealthCheck yet

Changes for #131 are now included

rareweasel commented 2 years ago

Based on Arbitrum needs a different branch from Eth/Fantom due to technical limitations, I created the new main-arbitrum branch. Once this PR is approved, it will be merged to main-arbitrum branch.

I already updated the PR.

bsamuels453 commented 2 years ago

changes for #131 are now integrated