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
AggregateIntent is currently stored in each zone struct, but as we scale the number of zones this is being included in every call to the zones endpoint when it is only required by one or two pieces of logic.
We should factor it out into it's own KV store value, with one value per chain.
The text was updated successfully, but these errors were encountered:
Summary
AggregateIntent is currently stored in each zone struct, but as we scale the number of zones this is being included in every call to the zones endpoint when it is only required by one or two pieces of logic.
We should factor it out into it's own KV store value, with one value per chain.
The text was updated successfully, but these errors were encountered: