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
Study supporting sequential resolution of conditions to support multistep condition resolution. For example, a condition may involve returning the result of a function call and feeding the result to a second function call (this becomes more interesting when the function calls are in different chains)
The text was updated successfully, but these errors were encountered:
There is a potential downstream effect on the use of multicall (Use multicalls when evaluating two or more CBD conditions #3051), since conditions that depend on other condition results probably can't be executed together in the same multi-call. It is something that can probably be worked around with some execution grouping logic when the time comes, but it is something interesting nonetheless.
Study supporting sequential resolution of conditions to support multistep condition resolution. For example, a condition may involve returning the result of a function call and feeding the result to a second function call (this becomes more interesting when the function calls are in different chains)
The text was updated successfully, but these errors were encountered: