-
Notifications
You must be signed in to change notification settings - Fork 414
Update global contract docs #2631
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
Conversation
Hi @bucanero, I came across this PR working on this issue: Update Primitives to use Global Contracts. As a developer, I would like to see in docs how to deal with contract state using Global Contracts? For example, if a global contract with a new update gets a new state structure, how should I update it on my contract deployed by hash? Should I call a migration method manually? Or the migration method will somehow be called automatically since all contracts get updates from a global one. What do you think will it be worth covering this area? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Need to merge the Rust examples , near-examples/near-api-examples#8