-
Notifications
You must be signed in to change notification settings - Fork 84
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 SNIP-9 on account contracts #819
Comments
Can I work on this ? Some info I found: |
yes, and the reference implementation in Cairo Zero: https://github.com/kkrt-labs/kakarot/blob/7fb90d799a5a0bfab0a48bdfcb4e867d35b4943c/src/kakarot/accounts/account_contract.cairo#L83. First try to migrate to a SNIP-9 compatible structure. For everything that can not trivially implemented, add a TODO and we'll create an issue. |
@remybar how are things going? |
yes please! |
I pushed what I've started in the following PR #836. Sorry for the delay, I don't like to start a task and let it for several days/weeks 😕 |
See https://github.com/kkrt-labs/kakarot/blob/7fb90d799a5a0bfab0a48bdfcb4e867d35b4943c/src/kakarot/accounts/account_contract.cairo#L83
The text was updated successfully, but these errors were encountered: