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

Document how contract storage is handled #1996

Open
anton-trunov opened this issue Feb 25, 2025 · 0 comments
Open

Document how contract storage is handled #1996

anton-trunov opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
feature: receivers Process internal, external, bounced incoming messages kind: docs Documentation for docs.tact-lang.org kept in docs folder
Milestone

Comments

@anton-trunov
Copy link
Member

It's loaded on an incoming message and saved at the end of each receiver unless it's obvious to the compiler a receiver does not modify the contract state (after resolving #1790). We should document what "obvious" means.

@anton-trunov anton-trunov added feature: receivers Process internal, external, bounced incoming messages kind: docs Documentation for docs.tact-lang.org kept in docs folder labels Feb 25, 2025
@anton-trunov anton-trunov added this to the Doc: 2025-02 milestone Feb 25, 2025
@novusnota novusnota modified the milestones: Doc: 2025-02, Doc: 2025-03 Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: receivers Process internal, external, bounced incoming messages kind: docs Documentation for docs.tact-lang.org kept in docs folder
Projects
None yet
Development

No branches or pull requests

2 participants