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

feat(cu): Handle READ Messages #927

Open
twilson63 opened this issue Jul 30, 2024 · 2 comments
Open

feat(cu): Handle READ Messages #927

twilson63 opened this issue Jul 30, 2024 · 2 comments
Labels
cu ao Compute Unit

Comments

@twilson63
Copy link
Contributor

Problem

The AO Spec a message may have a tag Read-Only and if set to "True", then the cu should evaluate the message and return a result, but not save any state changes. Implementing this message in the CU as a parallel worker request and can be run on a separate worker.

See https://hackmd.io/P4bCcgsmTpKpuN-nSE54ng#Messages29

@ppedziwiatr
Copy link
Collaborator

Out of curiosity - how does this differ from dry-runs? https://github.com/permaweb/ao/tree/main/connect#dryrun

@twilson63
Copy link
Contributor Author

twilson63 commented Jul 30, 2024 via email

@TillaTheHun0 TillaTheHun0 added the cu ao Compute Unit label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cu ao Compute Unit
Projects
None yet
Development

No branches or pull requests

3 participants