Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support transparent proxy accounts #820

Open
enitrat opened this issue Aug 8, 2024 · 1 comment
Open

feat: support transparent proxy accounts #820

enitrat opened this issue Aug 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@enitrat
Copy link
Contributor

enitrat commented Aug 8, 2024

Related to #818, we want to replicate the behavior of accounts being transparent proxies and all calls being redirected to __default__.

@enitrat enitrat added the enhancement New feature or request label Aug 8, 2024
@github-project-automation github-project-automation bot moved this to 🆕 Backlog in Kakarot on Starknet Aug 8, 2024
@enitrat
Copy link
Contributor Author

enitrat commented Dec 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: 🆕 Backlog
Development

No branches or pull requests

1 participant