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

fix: remove external(v0) usage on impl blocks #98

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

julio4
Copy link
Contributor

@julio4 julio4 commented Oct 19, 2023

Issue(s): Close #91

Description

Remove #[external(v0)] usage in implementation blocks of contracts in favor of #[abi(embed_v0)] or #[abi(per_item)]. These last two need to be explained (hence #97).

Checklist

  • CI Verifier: Run cairo_programs_verifier successfully

@julio4 julio4 merged commit 3e4c697 into NethermindEth:main Oct 19, 2023
1 check passed
@julio4 julio4 deleted the fix/remove_external_v0 branch October 19, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: remove #[external(v0)]
1 participant