You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
We initially decided to make the VaultActionData.accountIds an array so that cross-chain harvest calls could be made. In #60 we decided that we can let a native contract on each chain call harvest which then means that the harvest endpoint doesn't necessarily need to comply with the cross-chain endpoint format.
This change will save gas costs on each run as we won't need to access an array element nor create 1-element arrays when calling invest or redeem
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We initially decided to make the VaultActionData.accountIds an array so that cross-chain harvest calls could be made. In #60 we decided that we can let a native contract on each chain call harvest which then means that the harvest endpoint doesn't necessarily need to comply with the cross-chain endpoint format.
This change will save gas costs on each run as we won't need to access an array element nor create 1-element arrays when calling
invest
orredeem
The text was updated successfully, but these errors were encountered: