-
Notifications
You must be signed in to change notification settings - Fork 94
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: remove #[external(v0)]
#91
Comments
Visibility chapter need to be updated as well |
julio4
added a commit
to julio4/StarknetByExample
that referenced
this issue
Oct 19, 2023
1 task
julio4
added a commit
that referenced
this issue
Oct 19, 2023
* chore: small doc addition * feat: add simple factory example * fix: use abi(embed_v0) #91 * feat: added contract class/instance separation
julio4
added a commit
to julio4/StarknetByExample
that referenced
this issue
Oct 19, 2023
julio4
added a commit
that referenced
this issue
Oct 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace
#[external(v0)]
usage with#[abi(per_item)]
or#[abi(embed_v0)]
.The "Contract interfaces and Traits generation" may also be updated to explain the new syntax.
The text was updated successfully, but these errors were encountered: