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
This will never be available natively in Cairo. What we could do is have a macro that generates a specific dispatcher calling and explicit default entrypoints, that itself makes a library call to the underlying class.
This way, we kind of achieve the transparent proxy behavior desired.
Related to #818, we want to replicate the behavior of accounts being transparent proxies and all calls being redirected to
__default__
.The text was updated successfully, but these errors were encountered: