Closed bsamuels453 closed 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.
changes for #131 are now integrated
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 yetChanges for #131 are now included