You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
dry-runs are external calls a READ is a message that can be submit from an
AO process, to read data from another AO Process
```
Send({Target = WAR, ["READ-ONLY"] = "True", Action = "Balance", Recipient =
ao.id })
```
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
The text was updated successfully, but these errors were encountered: