-
Notifications
You must be signed in to change notification settings - Fork 4
docs: TEALScript migration guide #225
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
base: main
Are you sure you want to change the base?
Conversation
dd37ea9 to
c4623e7
Compare
|
@boblat Addressed most of the feedback. I am a bit confused on nested dynamic types though. My understanding was that Pyua will not allow mutability of nested dynamic types when using native arrays/structs. Is that not the case? |
Since we already supported this for explicit ARC-4 types, and the new native types are basically more flexible variants of these, nested dynamic mutations are supported. |
|
Oh nice! So then we don't even need explicit migrations from TEALScript then. |
900b226 to
c5087dd
Compare
No description provided.