Deterministic State Access Restrictions (IPLD Reachability) #764
Stebalien
started this conversation in
Enhancements - Technical
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This FIP brings us a step closer to user-defined WebAssembly actors by introducing deterministic rules defining what "state" (IPLD blocks) an actor is and is not allowed to read. Specifically, this FIP specifies that an actor may only read state "reachable" from:
Where "reachable" means that the state can be "reached" by traversing IPLD links (CIDs) from the "roots" listed above.
FIP
Draft Implementation
Beta Was this translation helpful? Give feedback.
All reactions