yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

Migrate Withdraw Call Handlers To Event Handlers #129

Closed rareweasel closed 2 years ago

rareweasel commented 2 years ago

Migrate all the withdraw call handlers to event handler defined in subgraph.template.yaml.

Initially, it will be used on Arbitrum due to it doesn't support call handlers.

Before starting this task, the core team must release a new version of the contracts. In the meantime, the new events already were added in the deposit and withdraw function. See details:

rareweasel commented 2 years ago

Fixed in #132